Merge pull request #139 from mgajda/master

Added hPDB, hPDB-examples, Octree, FenwickTree.
This commit is contained in:
Michael Snoyman 2013-11-09 12:08:09 -08:00
commit 00435a776d

View File

@ -238,6 +238,9 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
mapM_ (add "Janne Hellsten <jjhellst@gmail.com>") $ words
"sqlite-simple"
mapM_ (add "Michal J. Gajda") $ words
"iterable Octree FenwickTree hPDB hPDB-examples"
-- https://github.com/fpco/stackage/issues/46
addRange "Michael Snoyman" "QuickCheck" "< 2.6"