From 4ec471fb74588e162c0912aef3e396971fd0ee63 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Sun, 19 Mar 2017 09:01:15 -0700 Subject: [PATCH] stack.cabal: store >= 0.2.1.0 && < 0.5 (fixes #3001) --- stack.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.cabal b/stack.cabal index 8bb3d53774..c2cbbb37f5 100644 --- a/stack.cabal +++ b/stack.cabal @@ -273,7 +273,7 @@ library , project-template >= 0.2 , zip-archive < 0.4 , hpack >= 0.17.0 && < 0.18 - , store >= 0.2.1.0 + , store >= 0.2.1.0 && < 0.5 , annotated-wl-pprint , file-embed >= 0.0.10 if os(windows) @@ -378,7 +378,7 @@ test-suite stack-test , th-reify-many , smallcheck , bytestring - , store >= 0.2.1.0 + , store >= 0.2.1.0 && < 0.5 , vector >= 0.10.12.3 && < 0.13 , unordered-containers , template-haskell