Skip to content

Commit a72efb2

Browse files
authored
Merge pull request #4911 from phadej/aeson-optparse-update
Relax bounds for aeson and optparse-applicative in test-suite
2 parents 7478964 + 278334c commit a72efb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cabal-testsuite/cabal-testsuite.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ library
3333
Test.Cabal.Monad
3434
Test.Cabal.CheckArMetadata
3535
build-depends:
36-
aeson == 1.1.*,
36+
aeson >= 1.1 && <1.3,
3737
attoparsec,
3838
async,
3939
base,
4040
bytestring,
4141
transformers,
42-
optparse-applicative ==0.13.*,
42+
optparse-applicative >=0.13 && <0.15,
4343
process,
4444
directory,
4545
filepath,

0 commit comments

Comments
 (0)