From 920ce2873d4b4d5248949d520f3ac54e8c3e49a2 Mon Sep 17 00:00:00 2001 From: Michael Thompson Date: Mon, 27 Jun 2016 03:04:55 +0200 Subject: [PATCH] reinstate pipes-text/lens-family/streaming These all work with ghc-8 on travis, and I was able to compile them with `resolver: nightly-2016-06-21` --- build-constraints.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87a00738..ea9cc1f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1404,13 +1404,12 @@ packages: - tasty-silver "Michael Thompson @michaelt": - [] - # GHC 8 - pipes-text - # GHC 8 - lens-simple - # GHC 8 - lens-family-core - # GHC 8 - lens-family - # GHC 8 - streaming - # GHC 8 - streaming-bytestring + - pipes-text + - lens-simple + - lens-family-core + - lens-family + - streaming + - streaming-bytestring "Justin Le @mstksg":