From 4cba6dd6de6fcd2d6a2b863660fa07938054a0c8 Mon Sep 17 00:00:00 2001 From: Christopher Warrington Date: Fri, 22 Apr 2016 16:57:36 -0700 Subject: [PATCH] Temporarily downgrade Diff to 0.3.2 We're having problems building with Diff 0.3.3 on GHC versions older than 7.10. Until we can resolve those, pin Diff to 0.3.2 so that we can release Bond 4.1.0. --- compiler/bond.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/bond.cabal b/compiler/bond.cabal index 8fe1f25176..04cefefdf0 100644 --- a/compiler/bond.cabal +++ b/compiler/bond.cabal @@ -90,7 +90,7 @@ test-suite gbc-tests derive, HUnit, QuickCheck, - Diff >= 0.2 && < 0.4, + Diff >= 0.2 && <= 0.3.2, pretty, tasty, tasty-golden,