From a211fbabc956200fab4395fb9dd9f72271b148ac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:21:13 -0700 Subject: [PATCH] Remove text-format per bos/text-format#22 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51728623..59ec42b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,7 @@ packages: - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 + - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3410,7 +3411,6 @@ packages: - socket < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - sorted-list < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - text-format < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - units-parser < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/main/main - varying < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build