From 6a72b5a123499300539047e42add739f87bb58ad Mon Sep 17 00:00:00 2001 From: Renzo Carbonara Date: Fri, 25 May 2018 16:28:05 +0200 Subject: [PATCH] exinst and safe-money: disable serialise --- build-constraints.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8be8793..2a9ef785 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -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