Merge pull request #132 from nurpax/sqlite-simple

Added sqlite-simple
This commit is contained in:
Michael Snoyman 2013-10-27 03:22:06 -07:00
commit ffefa14354

View File

@ -228,6 +228,9 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
mapM_ (add "Boris Lykah <lykahb@gmail.com>") $ words
"groundhog groundhog-th groundhog-sqlite groundhog-postgresql groundhog-mysql"
mapM_ (add "Janne Hellsten <jjhellst@gmail.com>") $ words
"sqlite-simple"
-- https://github.com/fpco/stackage/issues/46
addRange "Michael Snoyman" "QuickCheck" "< 2.6"