From 5f5fca7da3f82a410615b3feb0c5b7868f223829 Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Mon, 8 Aug 2016 22:04:59 -0700 Subject: [PATCH] Fixes for ghc-7.8 build config --- stack-7.8.yaml | 1 + stack.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stack-7.8.yaml b/stack-7.8.yaml index 1e63fac689..aa63e1ec36 100644 --- a/stack-7.8.yaml +++ b/stack-7.8.yaml @@ -71,6 +71,7 @@ extra-deps: - unicode-transforms-0.1.0.1 - clock-0.7.2 - annotated-wl-pprint-0.7.0 +- neat-interpolation-0.3.2 flags: time-locale-compat: old-locale: false diff --git a/stack.cabal b/stack.cabal index 3a4073fdd8..00a7baf183 100644 --- a/stack.cabal +++ b/stack.cabal @@ -322,7 +322,7 @@ test-suite stack-test , hspec >= 2.2 && <2.3 , http-conduit , monad-logger - , neat-interpolation + , neat-interpolation >= 0.3 , path >= 0.5.7 , path-io >= 1.1.0 && < 2.0.0 , resourcet