From 8597486e2158256b3b98324aef7145fa5410a01d Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sun, 8 Nov 2020 22:15:04 +0000 Subject: [PATCH] Re-enables base16-bytestring (#5649) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d53c067..cca9535f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -688,7 +688,7 @@ packages: - alex - async - - base16-bytestring < 1 # https://github.com/commercialhaskell/stackage/issues/5649 + - base16-bytestring - csv-conduit < 0 # ghc 8.10 - executable-hash < 0 # via cryptohash - executable-path @@ -4748,7 +4748,7 @@ packages: - relapse - relational-schemas - rerebase - - resolv + - resolv < 0 # via base16-bytestring https://github.com/commercialhaskell/stackage/issues/5649 - resource-pool - resourcet - rfc5051 @@ -5184,6 +5184,7 @@ skipped-tests: - simple-vec3 # ghc 8.10 - static-text # ghc 8.10 - monad-par # ghc 8.10 + - avers # via base16-bytestring https://github.com/commercialhaskell/stackage/issues/5649 # test-framework per ghc 8.8 - extensible-effects # via test-framework