From 9c027e063e96fb07ddc638637ca3a73073f31cc3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Sep 2018 00:39:54 +0900 Subject: [PATCH] unblock TypeCompose (conal/TypeCompose#6) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ce40efb..140cb9af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3614,7 +3614,6 @@ packages: # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8