Merge pull request #80 from DanBurton/master

Add Dan Burton's packages
This commit is contained in:
Michael Snoyman 2013-06-01 22:29:51 -07:00
commit 2f26c5778f

View File

@ -172,6 +172,11 @@ defaultStablePackages = unPackageMap $ execWriter $ do
mapM_ (add "Ryan Newton <ryan.newton@alum.mit.edu>") $ words
"accelerate"
mapM_ (add "Dan Burton <danburton.email@gmail.com>") $ words =<<
[ "basic-prelude composition io-memoize numbers rev-state runmemo"
, "tardis"
]
-- https://github.com/fpco/stackage/issues/46
addRange "Michael Snoyman" "QuickCheck" "< 2.6"