Skip to content

Commit c4d36d8

Browse files
committed
Merge remote-tracking branch 'origin/stable'
2 parents 1bd04e7 + 95e90e8 commit c4d36d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ library
143143
, base >= 4.7 && <5
144144
, base16-bytestring
145145
, base64-bytestring
146-
, bifunctors >= 4.2.1 && < 5.2
146+
, bifunctors >= 4.2.1 && < 5.3
147147
, binary >= 0.7
148148
, binary-tagged >= 0.1.1
149149
, blaze-builder
@@ -261,7 +261,7 @@ executable stack
261261
cpp-options: -DWINDOWS
262262
if !flag(disable-git-info)
263263
cpp-options: -DUSE_GIT_INFO
264-
build-depends: gitrev >= 1.1
264+
build-depends: gitrev >= 1.1 && < 1.3
265265
, optparse-simple >= 0.0.3
266266

267267
test-suite stack-test

0 commit comments

Comments
 (0)