Add *-unicode-symbols

`base-unicode-symbols` is already effectively present.
Also, Roel van Dijk is the actual maintainer of both packages.
This commit is contained in:
Alexander Altman 2013-04-08 23:28:05 -07:00
parent 7d5696ffd9
commit f9187712bd

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"