exinst and safe-money: disable serialise

This commit is contained in:
Renzo Carbonara 2018-05-25 16:28:05 +02:00
parent a89e0f6dcf
commit 6a72b5a123

View File

@ -1219,7 +1219,7 @@ packages:
- di-df1
- di-handle
- di-monad
- exinst < 0 # via serialize and cborg https://github.com/commercialhaskell/stackage/issues/3666 and 3667
- exinst
- flay
- network-simple
- network-simple-tls
@ -1228,7 +1228,7 @@ packages:
- pipes-binary
- pipes-network
- pipes-network-tls
- safe-money < 0 # via serialise https://github.com/commercialhaskell/stackage/issues/3666
- safe-money
- vector-bytes-instances
- xmlbf-xeno
- xmlbf-xmlhtml < 0 # GHC 8.4 via xmlhtml via hspec-2.5.0
@ -3559,6 +3559,10 @@ package-flags:
ghc_7_7: false
ghc_8_0: true
# https://github.com/commercialhaskell/stackage/issues/3666 and 3667
exinst:
serialise: false
functor-classes-compat:
containers: true
@ -3574,6 +3578,10 @@ package-flags:
cabal-install:
lib: true
# https://github.com/commercialhaskell/stackage/issues/3666
safe-money:
serialise: false
scotty:
hpc-coveralls: false