mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-07 11:57:28 +01:00
Merge branch 'splitmix' of https://github.com/lehins/stackage into lehins-splitmix
This commit is contained in:
commit
355573e43a
@ -3639,13 +3639,14 @@ packages:
|
|||||||
- proto-lens-runtime
|
- proto-lens-runtime
|
||||||
- proto-lens-setup
|
- proto-lens-setup
|
||||||
- proto-lens
|
- proto-lens
|
||||||
- proto-lens-arbitrary
|
# disabled due to QuickCheck < 2.14
|
||||||
|
# - proto-lens-arbitrary
|
||||||
- proto-lens-optparse
|
- proto-lens-optparse
|
||||||
- tensorflow-test
|
- tensorflow-test
|
||||||
- pier-core < 0
|
- pier-core < 0
|
||||||
- pier < 0
|
- pier < 0
|
||||||
- haskeline
|
- haskeline
|
||||||
- ghc-source-gen
|
- ghc-source-gen # tests disabled due to QuickCheck < 2.14
|
||||||
|
|
||||||
"Christof Schramm <christof.schramm@campus.lmu.de>":
|
"Christof Schramm <christof.schramm@campus.lmu.de>":
|
||||||
- mnist-idx
|
- mnist-idx
|
||||||
@ -4996,13 +4997,6 @@ packages:
|
|||||||
# https://github.com/commercialhaskell/stackage/issues/5587
|
# https://github.com/commercialhaskell/stackage/issues/5587
|
||||||
- network < 3.1.2.0
|
- network < 3.1.2.0
|
||||||
|
|
||||||
# https://github.com/commercialhaskell/stackage/issues/5566
|
|
||||||
# To close this, we may need to set flags.QuickCheck.old-random = true unless we've updated to random 1.2
|
|
||||||
- QuickCheck < 2.14
|
|
||||||
- quickcheck-instances < 0.3.24
|
|
||||||
- splitmix < 0.1
|
|
||||||
- binary-instances < 1.0.1
|
|
||||||
|
|
||||||
# https://github.com/commercialhaskell/stackage/issues/5349
|
# https://github.com/commercialhaskell/stackage/issues/5349
|
||||||
- typed-uuid < 0.1.0.0
|
- typed-uuid < 0.1.0.0
|
||||||
|
|
||||||
@ -5087,6 +5081,8 @@ packages:
|
|||||||
# Package flags are applied to individual packages, and override the values of
|
# Package flags are applied to individual packages, and override the values of
|
||||||
# global-flags
|
# global-flags
|
||||||
package-flags:
|
package-flags:
|
||||||
|
QuickCheck:
|
||||||
|
old-random: true
|
||||||
pathtype:
|
pathtype:
|
||||||
old-time: false
|
old-time: false
|
||||||
|
|
||||||
@ -5343,6 +5339,7 @@ skipped-tests:
|
|||||||
- exact-pi # QuickCHeck 2.12, tasty-1.2
|
- exact-pi # QuickCHeck 2.12, tasty-1.2
|
||||||
- focuslist # via genvalidity, see https://github.com/commercialhaskell/stackage/pull/4436#issuecomment-475110614
|
- focuslist # via genvalidity, see https://github.com/commercialhaskell/stackage/pull/4436#issuecomment-475110614
|
||||||
- ghc-prof # via tasty-1.2
|
- ghc-prof # via tasty-1.2
|
||||||
|
- ghc-source-gen # via QuickCheck-
|
||||||
- github # hspec-2.6.0, hspec-discover-2.6.0
|
- github # hspec-2.6.0, hspec-discover-2.6.0
|
||||||
- hackage-security # QuickCheck
|
- hackage-security # QuickCheck
|
||||||
- haddock-library # base-compat-0.10.1, hspec-2.5.1
|
- haddock-library # base-compat-0.10.1, hspec-2.5.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user