Merge pull request #144 from feuerbach/master

Roman Cheplyaka's packages
This commit is contained in:
Michael Snoyman 2013-11-15 04:11:40 -08:00
commit 5b6cff89e3

View File

@ -241,6 +241,12 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
mapM_ (add "Michal J. Gajda") $ words
"iterable Octree FenwickTree hPDB hPDB-examples"
mapM_ (add "Roman Cheplyaka <roma@ro-che.info>") $ words =<<
[ "smallcheck tasty tasty-smallcheck tasty-quickcheck tasty-hunit tasty-golden"
, "traverse-with-class regex-applicative time-lens"
, "haskell-names haskell-packages hse-cpp"
]
-- https://github.com/fpco/stackage/issues/46
addRange "Michael Snoyman" "QuickCheck" "< 2.6"