Add esqueleto to stackage.

This commit is contained in:
Felipe Lessa 2013-03-12 16:04:38 -03:00
parent f517c70e03
commit 1a7c0dfb80

View File

@ -133,6 +133,9 @@ defaultStablePackages = unPackageMap $ execWriter $ do
mapM_ (add "Patrick Brisbin") $ words "gravatar"
mapM_ (add "Felipe Lessa <felipe.lessa@gmail.com>") $ words
"esqueleto"
-- https://github.com/fpco/stackage/issues/46
addRange "Michael Snoyman" "QuickCheck" "< 2.6"
addRange "Michael Snoyman" "syb" "< 0.4"