mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
add hledger
This commit is contained in:
parent
77bb7ed33a
commit
ce9fc844a5
@ -421,6 +421,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
, "rest-types rest-wai tostring uri-encode"
|
||||
]
|
||||
|
||||
mapM_ (add "Simon Michael <simon@joyful.com>") $ words
|
||||
"hledger"
|
||||
|
||||
-- Newest hxt requires network 2.4 or newest
|
||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||
addRange "Michael Snoyman" "hxt" "< 9.3.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user