mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-04 18:40:26 +01:00
Library updates
This commit is contained in:
parent
f0006f5735
commit
079795ebf4
@ -39,9 +39,6 @@ defaultExpectedFailures = fromList $ map PackageName
|
|||||||
-- https://github.com/bos/statistics/issues/42
|
-- https://github.com/bos/statistics/issues/42
|
||||||
, "statistics"
|
, "statistics"
|
||||||
|
|
||||||
-- https://github.com/kazu-yamamoto/unix-time/issues/4
|
|
||||||
, "unix-time"
|
|
||||||
|
|
||||||
-- https://github.com/kazu-yamamoto/simple-sendfile/pull/10
|
-- https://github.com/kazu-yamamoto/simple-sendfile/pull/10
|
||||||
, "simple-sendfile"
|
, "simple-sendfile"
|
||||||
]
|
]
|
||||||
@ -87,9 +84,6 @@ defaultStablePackages = execWriter $ do
|
|||||||
|
|
||||||
mapM_ (add "Simon Hengel <sol@typeful.net>") $ words
|
mapM_ (add "Simon Hengel <sol@typeful.net>") $ words
|
||||||
"hspec doctest base-compat"
|
"hspec doctest base-compat"
|
||||||
|
|
||||||
-- Temporary upper bounds
|
|
||||||
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