add hledger

This commit is contained in:
Simon Michael 2014-07-08 16:10:10 -07:00
parent 77bb7ed33a
commit ce9fc844a5

View file

@ -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"