mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-30 08:00:25 +01:00
Add ersatz without test suites
This commit is contained in:
parent
c92c226be2
commit
0e9bf12822
@ -228,6 +228,9 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
|
|||||||
add "gio"
|
add "gio"
|
||||||
add "gtk"
|
add "gtk"
|
||||||
|
|
||||||
|
-- Requires SAT solver and old QuickCheck
|
||||||
|
add "ersatz"
|
||||||
|
|
||||||
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||||
-- https://github.com/vincenthz/hs-asn1/issues/11
|
-- https://github.com/vincenthz/hs-asn1/issues/11
|
||||||
add "asn1-encoding"
|
add "asn1-encoding"
|
||||||
@ -397,7 +400,8 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
, "approximate bits bytes compensated exceptions fixed gl"
|
, "approximate bits bytes compensated exceptions fixed gl"
|
||||||
, "half lens-aeson linear-accelerate log-domain"
|
, "half lens-aeson linear-accelerate log-domain"
|
||||||
, "monad-products monad-st nats zlib-lens"
|
, "monad-products monad-st nats zlib-lens"
|
||||||
-- ersatz hyperloglog
|
, "ersatz"
|
||||||
|
-- hyperloglog
|
||||||
]
|
]
|
||||||
when (ghcVer < GhcMajorVersion 7 8) $
|
when (ghcVer < GhcMajorVersion 7 8) $
|
||||||
mapM_ (add "Edward Kmett <ekmett@gmail.com>") $ words =<<
|
mapM_ (add "Edward Kmett <ekmett@gmail.com>") $ words =<<
|
||||||
|
|||||||
@ -71,6 +71,7 @@ defaultSelectSettings version requireHP = SelectSettings
|
|||||||
if version >= GhcMajorVersion 7 8
|
if version >= GhcMajorVersion 7 8
|
||||||
then Set.fromList
|
then Set.fromList
|
||||||
[ PackageName "punycode" -- pulls in encoding
|
[ PackageName "punycode" -- pulls in encoding
|
||||||
|
, PackageName "ersatz" -- old QuickCheck
|
||||||
]
|
]
|
||||||
else Set.empty
|
else Set.empty
|
||||||
, selectGhcVersion = version
|
, selectGhcVersion = version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user