Skip to content

Commit 4ec471f

Browse files
committed
stack.cabal: store >= 0.2.1.0 && < 0.5 (fixes commercialhaskell#3001)
1 parent 996c359 commit 4ec471f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ library
273273
, project-template >= 0.2
274274
, zip-archive < 0.4
275275
, hpack >= 0.17.0 && < 0.18
276-
, store >= 0.2.1.0
276+
, store >= 0.2.1.0 && < 0.5
277277
, annotated-wl-pprint
278278
, file-embed >= 0.0.10
279279
if os(windows)
@@ -378,7 +378,7 @@ test-suite stack-test
378378
, th-reify-many
379379
, smallcheck
380380
, bytestring
381-
, store >= 0.2.1.0
381+
, store >= 0.2.1.0 && < 0.5
382382
, vector >= 0.10.12.3 && < 0.13
383383
, unordered-containers
384384
, template-haskell

0 commit comments

Comments
 (0)