This commit is contained in:
Boris Lykah 2013-09-03 11:51:55 -07:00
commit 9c1d72bdc0

View File

@ -206,6 +206,9 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
mapM_ (add "Adam Bergmark <adam@edea.se>") $ words mapM_ (add "Adam Bergmark <adam@edea.se>") $ words
"fay fay-base" "fay fay-base"
mapM_ (add "Boris Lykah <lykahb@gmail.com>") $ words
"groundhog groundhog-th groundhog-sqlite groundhog-postgresql groundhog-mysql"
-- https://github.com/fpco/stackage/issues/46 -- https://github.com/fpco/stackage/issues/46
addRange "Michael Snoyman" "QuickCheck" "< 2.6" addRange "Michael Snoyman" "QuickCheck" "< 2.6"