Skip to content

Commit 3859197

Browse files
committed
Allow gitrev >= 1.1 && < 1.3 (commercialhaskell/stackage#1123)
1 parent 40f51ff commit 3859197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ executable stack
253253
cpp-options: -DWINDOWS
254254
if !flag(disable-git-info)
255255
cpp-options: -DUSE_GIT_INFO
256-
build-depends: gitrev >= 1.1
256+
build-depends: gitrev >= 1.1 && < 1.3
257257
, optparse-simple >= 0.0.3
258258

259259
test-suite stack-test

0 commit comments

Comments
 (0)