File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies:
98
98
- neat-interpolation
99
99
- open-browser
100
100
- optparse-applicative >= 0.18.1.0
101
- - pantry >= 0.9.3.2
101
+ - pantry >= 0.9.3.2 && < 0.10.0
102
102
- path >= 0.9.5
103
103
- path-io
104
104
# In order for Cabal (the tool) to build Stack, it needs to be told of the
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ library
392
392
, neat-interpolation
393
393
, open-browser
394
394
, optparse-applicative >= 0.18.1.0
395
- , pantry >= 0.9.3.2
395
+ , pantry >= 0.9.3.2 && < 0.10.0
396
396
, path >= 0.9.5
397
397
, path-io
398
398
, persistent >= 2.14.0.0 && < 2.15
@@ -514,7 +514,7 @@ executable stack
514
514
, neat-interpolation
515
515
, open-browser
516
516
, optparse-applicative >= 0.18.1.0
517
- , pantry >= 0.9.3.2
517
+ , pantry >= 0.9.3.2 && < 0.10.0
518
518
, path >= 0.9.5
519
519
, path-io
520
520
, persistent >= 2.14.0.0 && < 2.15
@@ -617,7 +617,7 @@ executable stack-integration-test
617
617
, open-browser
618
618
, optparse-applicative >= 0.18.1.0
619
619
, optparse-generic
620
- , pantry >= 0.9.3.2
620
+ , pantry >= 0.9.3.2 && < 0.10.0
621
621
, path >= 0.9.5
622
622
, path-io
623
623
, persistent >= 2.14.0.0 && < 2.15
@@ -733,7 +733,7 @@ test-suite stack-unit-test
733
733
, neat-interpolation
734
734
, open-browser
735
735
, optparse-applicative >= 0.18.1.0
736
- , pantry >= 0.9.3.2
736
+ , pantry >= 0.9.3.2 && < 0.10.0
737
737
, path >= 0.9.5
738
738
, path-io
739
739
, persistent >= 2.14.0.0 && < 2.15
You can’t perform that action at this time.
0 commit comments