mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-25 05:31:57 +01:00
Adding Dan Burton's Packages
This commit is contained in:
parent
80ab906fa8
commit
f9c9dd7913
@ -172,6 +172,11 @@ defaultStablePackages = unPackageMap $ execWriter $ do
|
|||||||
mapM_ (add "Ryan Newton <ryan.newton@alum.mit.edu>") $ words
|
mapM_ (add "Ryan Newton <ryan.newton@alum.mit.edu>") $ words
|
||||||
"accelerate"
|
"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
|
-- https://github.com/fpco/stackage/issues/46
|
||||||
addRange "Michael Snoyman" "QuickCheck" "< 2.6"
|
addRange "Michael Snoyman" "QuickCheck" "< 2.6"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user