Skip to content

Commit

Permalink
Merge pull request #7346 from Bodigrim/master
Browse files Browse the repository at this point in the history
Allow bytestring-0.11 + tree-diff-0.2
  • Loading branch information
emilypi authored Apr 2, 2021
2 parents 90a7e69 + d67104f commit c93199f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cabal-tests/Cabal-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ test-suite parser-tests
build-depends: semigroups

if impl(ghc >=7.8)
build-depends: tree-diff ==0.1.*
build-depends: tree-diff >=0.1 && <0.3

test-suite check-tests
type: exitcode-stdio-1.0
Expand Down Expand Up @@ -174,7 +174,7 @@ test-suite hackage-tests
, tar >=0.5.0.3 && <0.6

if impl(ghc >=7.8)
build-depends: tree-diff ==0.1.*
build-depends: tree-diff >=0.1 && <0.3

ghc-options: -Wall -rtsopts -threaded
default-extensions: CPP
Expand Down
2 changes: 1 addition & 1 deletion Cabal-tree-diff/Cabal-tree-diff.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ library
build-depends:
, base
, Cabal ^>=3.5.0.0
, tree-diff ^>=0.1
, tree-diff ^>=0.1 || ^>=0.2

exposed-modules: Data.TreeDiff.Instances.Cabal
other-modules:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/cabal-bootstrap-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executable cabal-bootstrap-gen
build-depends:
, aeson ^>=1.5.2.0
, base ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0
, bytestring ^>=0.10.8.2
, bytestring ^>=0.10.8.2 || ^>= 0.11.0.0
, Cabal ^>=3.2.0.0
, cabal-install-parsers ^>=0.3.0.1
, cabal-plan ^>=0.7.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ library
, array >=0.4 && <0.6
, base >=4.8 && <4.15
, binary >=0.7.3 && <0.9
, bytestring ^>=0.10.6.0
, bytestring >=0.10.6.0 && <0.12
, Cabal ^>=3.5
, containers >=0.5.6.2 && <0.7
, filepath ^>=1.4.0.0
Expand Down
2 changes: 1 addition & 1 deletion cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ executable cabal
base >= 4.8 && < 4.15,
base16-bytestring >= 0.1.1 && < 1.1.0.0,
binary >= 0.7.3 && < 0.9,
bytestring >= 0.10.6.0 && < 0.11,
bytestring >= 0.10.6.0 && < 0.12,
Cabal == 3.5.*,
containers >= 0.5.6.2 && < 0.7,
cryptohash-sha256 >= 0.11 && < 0.12,
Expand Down
2 changes: 1 addition & 1 deletion cabal-testsuite/cabal-testsuite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ library
, async ^>= 2.2.1
, attoparsec ^>= 0.13.2.2
, base16-bytestring ^>= 0.1.1.6 || ^>= 1.0.0.0
, bytestring ^>= 0.10.0.2
, bytestring ^>= 0.10.0.2 || ^>= 0.11.0.0
, containers ^>= 0.5.0.0 || ^>= 0.6.0.1
, cryptohash-sha256 ^>= 0.11.101.0
, directory ^>= 1.2.0.1 || ^>= 1.3.0.0
Expand Down

0 comments on commit c93199f

Please sign in to comment.