Added hPDB, hPDB-examples, Octree, FenwickTree.

This commit is contained in:
Michal J. Gajda 2013-11-09 11:41:56 +01:00
parent 1f69446f15
commit 6e857ac14c

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"