Merge pull request #61 from pthariensflame/master

`base-unicode-symbols` and `containers-unicode-symbols`
This commit is contained in:
Michael Snoyman 2013-04-09 01:15:38 -07:00
commit bd395db770

View File

@ -140,6 +140,9 @@ defaultStablePackages = unPackageMap $ execWriter $ do
mapM_ (add "Felipe Lessa <felipe.lessa@gmail.com>") $ words
"esqueleto fb fb-persistent yesod-fb yesod-auth-fb"
mapM_ (add "Alexander Altman <alexanderaltman@me.com>") $ words
"base-unicode-symbols containers-unicode-symbols"
-- https://github.com/fpco/stackage/issues/46
addRange "Michael Snoyman" "QuickCheck" "< 2.6"
addRange "Michael Snoyman" "syb" "< 0.4"