From c41c5cc264e6e844eedbb4d38effbbdd76ff7b3b Mon Sep 17 00:00:00 2001 From: Andrew Cowie Date: Mon, 8 Aug 2016 10:42:48 +1000 Subject: [PATCH] Re-enable http-streams Works on GHC 8! Thanks to @snoyberg for your help. Tests disabled for now due to circular dependency on snap 1.0, which isn't yet in stackage, as per https://github.com/afcowie/http-streams/issues/96 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84bdd700..4d57e766 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1761,7 +1761,7 @@ packages: "Andrew Cowie @afcowie": - http-common - # via MonadCatchIO-transformers & via snap-core - http-streams + - http-streams "Devan Stormont ": - forecast-io @@ -2654,6 +2654,11 @@ skipped-tests: # https://github.com/fpco/stackage/issues/1587 - hledger-lib + # Test suite requires circular dependency on Snap 1.0, which is not yet + # available. Should resolve in due course; disable tests for now, per + # https://github.com/afcowie/http-streams/issues/96 + - http-streams + # Package shadowing - options