mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-10 10:46:38 +01:00
exinst and safe-money: disable serialise
This commit is contained in:
parent
a89e0f6dcf
commit
6a72b5a123
@ -1219,7 +1219,7 @@ packages:
|
|||||||
- di-df1
|
- di-df1
|
||||||
- di-handle
|
- di-handle
|
||||||
- di-monad
|
- di-monad
|
||||||
- exinst < 0 # via serialize and cborg https://github.com/commercialhaskell/stackage/issues/3666 and 3667
|
- exinst
|
||||||
- flay
|
- flay
|
||||||
- network-simple
|
- network-simple
|
||||||
- network-simple-tls
|
- network-simple-tls
|
||||||
@ -1228,7 +1228,7 @@ packages:
|
|||||||
- pipes-binary
|
- pipes-binary
|
||||||
- pipes-network
|
- pipes-network
|
||||||
- pipes-network-tls
|
- pipes-network-tls
|
||||||
- safe-money < 0 # via serialise https://github.com/commercialhaskell/stackage/issues/3666
|
- safe-money
|
||||||
- vector-bytes-instances
|
- vector-bytes-instances
|
||||||
- xmlbf-xeno
|
- xmlbf-xeno
|
||||||
- xmlbf-xmlhtml < 0 # GHC 8.4 via xmlhtml via hspec-2.5.0
|
- xmlbf-xmlhtml < 0 # GHC 8.4 via xmlhtml via hspec-2.5.0
|
||||||
@ -3559,6 +3559,10 @@ package-flags:
|
|||||||
ghc_7_7: false
|
ghc_7_7: false
|
||||||
ghc_8_0: true
|
ghc_8_0: true
|
||||||
|
|
||||||
|
# https://github.com/commercialhaskell/stackage/issues/3666 and 3667
|
||||||
|
exinst:
|
||||||
|
serialise: false
|
||||||
|
|
||||||
functor-classes-compat:
|
functor-classes-compat:
|
||||||
containers: true
|
containers: true
|
||||||
|
|
||||||
@ -3574,6 +3578,10 @@ package-flags:
|
|||||||
cabal-install:
|
cabal-install:
|
||||||
lib: true
|
lib: true
|
||||||
|
|
||||||
|
# https://github.com/commercialhaskell/stackage/issues/3666
|
||||||
|
safe-money:
|
||||||
|
serialise: false
|
||||||
|
|
||||||
scotty:
|
scotty:
|
||||||
hpc-coveralls: false
|
hpc-coveralls: false
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user