Roman Cheplyaka's packages

This commit is contained in:
Roman Cheplyaka 2013-11-15 00:47:39 +02:00
parent 00435a776d
commit 197d4905dd

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"