Skip to content

Commit

Permalink
Merge pull request #139 from mgajda/master
Browse files Browse the repository at this point in the history
Added hPDB, hPDB-examples, Octree, FenwickTree.
  • Loading branch information
snoyberg committed Nov 9, 2013
2 parents 1f69446 + 6e857ac commit 00435a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Stackage/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 00435a7

Please sign in to comment.