mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Work around linking issue
This commit is contained in:
parent
eaab0ef7c1
commit
2638c998a8
@ -239,7 +239,10 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
||||
"sqlite-simple"
|
||||
|
||||
mapM_ (add "Michal J. Gajda") $ words
|
||||
"iterable Octree FenwickTree hPDB hPDB-examples"
|
||||
"iterable Octree FenwickTree hPDB"
|
||||
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
||||
mapM_ (add "Michal J. Gajda") $ words
|
||||
"hPDB-examples"
|
||||
|
||||
mapM_ (add "Roman Cheplyaka <roma@ro-che.info>") $ words =<<
|
||||
[ "smallcheck tasty tasty-smallcheck tasty-quickcheck tasty-hunit tasty-golden"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user