mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-25 20:47:54 +01:00
Account for some temporary issues
This commit is contained in:
parent
5bf95a2f95
commit
42621ab17a
@ -48,6 +48,9 @@ defaultExpectedFailures = fromList $ map PackageName
|
|||||||
-- Michael emailed Dominic about bumping version numbers, but no new
|
-- Michael emailed Dominic about bumping version numbers, but no new
|
||||||
-- release has yet been made.
|
-- release has yet been made.
|
||||||
, "largeword"
|
, "largeword"
|
||||||
|
|
||||||
|
-- https://github.com/skogsbaer/HTF/issues/11
|
||||||
|
, "HTF"
|
||||||
]
|
]
|
||||||
|
|
||||||
-- | List of packages for our stable Hackage. All dependencies will be
|
-- | List of packages for our stable Hackage. All dependencies will be
|
||||||
@ -96,6 +99,7 @@ defaultStablePackages = execWriter $ do
|
|||||||
addRange "Michael Snoyman" "test-framework" "< 0.7"
|
addRange "Michael Snoyman" "test-framework" "< 0.7"
|
||||||
addRange "Michael Snoyman" "test-framework-hunit" "< 0.3"
|
addRange "Michael Snoyman" "test-framework-hunit" "< 0.3"
|
||||||
addRange "Michael Snoyman" "test-framework-quickcheck2" "< 0.3"
|
addRange "Michael Snoyman" "test-framework-quickcheck2" "< 0.3"
|
||||||
|
addRange "Michael Snoyman" "cryptohash" "< 0.8"
|
||||||
where
|
where
|
||||||
add maintainer package = addRange maintainer package "-any"
|
add maintainer package = addRange maintainer package "-any"
|
||||||
addRange maintainer package range =
|
addRange maintainer package range =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user