File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ test-suite parser-tests
107
107
build-depends : semigroups
108
108
109
109
if impl(ghc >= 7.8 )
110
- build-depends : tree-diff == 0.1. *
110
+ build-depends : tree-diff >= 0.1 && < 0.3
111
111
112
112
test-suite check-tests
113
113
type : exitcode-stdio-1.0
@@ -174,7 +174,7 @@ test-suite hackage-tests
174
174
, tar >= 0.5.0.3 && < 0.6
175
175
176
176
if impl(ghc >= 7.8 )
177
- build-depends : tree-diff == 0.1. *
177
+ build-depends : tree-diff >= 0.1 && < 0.3
178
178
179
179
ghc-options : -Wall -rtsopts -threaded
180
180
default-extensions : CPP
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ library
12
12
build-depends :
13
13
, base
14
14
, Cabal ^>= 3.5.0.0
15
- , tree-diff ^>= 0.1
15
+ , tree-diff ^>= 0.1 || ^ >= 0.2
16
16
17
17
exposed-modules : Data.TreeDiff.Instances.Cabal
18
18
other-modules :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ executable cabal-bootstrap-gen
10
10
build-depends :
11
11
, aeson ^>= 1.5.2.0
12
12
, base ^>= 4.12.0.0 || ^>= 4.13.0.0 || ^>= 4.14.0.0
13
- , bytestring ^>= 0.10.8.2
13
+ , bytestring ^>= 0.10.8.2 || ^ >= 0.11.0.0
14
14
, Cabal ^>= 3.2.0.0
15
15
, cabal-install-parsers ^>= 0.3.0.1
16
16
, cabal-plan ^>= 0.7.0.0
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ library
105
105
, array >= 0.4 && < 0.6
106
106
, base >= 4.8 && < 4.15
107
107
, binary >= 0.7.3 && < 0.9
108
- , bytestring ^ >= 0.10.6.0
108
+ , bytestring >= 0.10.6.0 && < 0.12
109
109
, Cabal ^>= 3.5
110
110
, containers >= 0.5.6.2 && < 0.7
111
111
, filepath ^>= 1.4.0.0
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ executable cabal
269
269
base >= 4.8 && < 4.15 ,
270
270
base16-bytestring >= 0.1.1 && < 1.1.0.0 ,
271
271
binary >= 0.7.3 && < 0.9 ,
272
- bytestring >= 0.10.6.0 && < 0.11 ,
272
+ bytestring >= 0.10.6.0 && < 0.12 ,
273
273
Cabal == 3.5. *,
274
274
containers >= 0.5.6.2 && < 0.7 ,
275
275
cryptohash-sha256 >= 0.11 && < 0.12 ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ library
59
59
, async ^>= 2.2.1
60
60
, attoparsec ^>= 0.13.2.2
61
61
, base16-bytestring ^>= 0.1.1.6 || ^>= 1.0.0.0
62
- , bytestring ^>= 0.10.0.2
62
+ , bytestring ^>= 0.10.0.2 || ^ >= 0.11.0.0
63
63
, containers ^>= 0.5.0.0 || ^>= 0.6.0.1
64
64
, cryptohash-sha256 ^>= 0.11.101.0
65
65
, directory ^>= 1.2.0.1 || ^>= 1.3.0.0
You can’t perform that action at this time.
0 commit comments