mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-30 16:10:25 +01:00
Block biophd-0.0.6 #163
This commit is contained in:
parent
b2c408aa1d
commit
08b02b326a
@ -260,7 +260,8 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
]
|
]
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/160
|
-- https://github.com/fpco/stackage/issues/160
|
||||||
when (ghcVer >= GhcMajorVersion 7 6) $ mapM_ (add "Ketil Malde") $ words =<<
|
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
||||||
|
mapM_ (add "Ketil Malde") $ words =<<
|
||||||
[ "biocore biofasta biofastq biosff"
|
[ "biocore biofasta biofastq biosff"
|
||||||
, "blastxml bioace biophd"
|
, "blastxml bioace biophd"
|
||||||
, "biopsl samtools"
|
, "biopsl samtools"
|
||||||
@ -274,6 +275,8 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
-- , "BiobaseTypes BiobaseFasta"
|
-- , "BiobaseTypes BiobaseFasta"
|
||||||
-- MC-Fold-DP
|
-- MC-Fold-DP
|
||||||
]
|
]
|
||||||
|
-- https://github.com/fpco/stackage/issues/163
|
||||||
|
addRange "Michael Snoyman" "biophd" "< 0.0.6 || > 0.0.6"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/46
|
-- https://github.com/fpco/stackage/issues/46
|
||||||
addRange "Michael Snoyman" "QuickCheck" "< 2.6"
|
addRange "Michael Snoyman" "QuickCheck" "< 2.6"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user