mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 12:41:58 +01:00
hPDB for GHC 7.6/7.8
This commit is contained in:
parent
d51181a375
commit
1607c5d240
@ -372,10 +372,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
"sqlite-simple"
|
"sqlite-simple"
|
||||||
|
|
||||||
mapM_ (add "Michal J. Gajda") $ words
|
mapM_ (add "Michal J. Gajda") $ words
|
||||||
"iterable Octree FenwickTree hPDB"
|
"iterable Octree FenwickTree"
|
||||||
when (ghcVer == GhcMajorVersion 7 6) $ do -- No GHC 7.8 support
|
-- https://github.com/BioHaskell/hPDB/issues/2
|
||||||
|
when (ghcVer >= GhcMajorVersion 7 8) $ do -- No GHC 7.8 support
|
||||||
mapM_ (add "Michal J. Gajda") $ words
|
mapM_ (add "Michal J. Gajda") $ words
|
||||||
"hPDB-examples"
|
"hPDB hPDB-examples"
|
||||||
|
|
||||||
mapM_ (add "Roman Cheplyaka <roma@ro-che.info>") $ words =<<
|
mapM_ (add "Roman Cheplyaka <roma@ro-che.info>") $ words =<<
|
||||||
[ "smallcheck tasty tasty-smallcheck tasty-quickcheck tasty-hunit tasty-golden"
|
[ "smallcheck tasty tasty-smallcheck tasty-quickcheck tasty-hunit tasty-golden"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user