From 96aaa92c115d05c00067248a561eab3eae53365e Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Thu, 5 Apr 2018 07:47:07 -0700 Subject: [PATCH] Reinstate `streaming-bytestring` Since it builds with the latest nightly (2018 April 5). --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ea2c64..d5349988 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3442,7 +3442,7 @@ packages: - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + #- streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - HStringTemplate < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - direct-sqlite < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build