1
1
cabal-version : 2.2
2
2
name : tree-diff
3
3
version : 0.3.0.1
4
- x-revision : 3
4
+ x-revision : 4
5
5
synopsis : Diffing of (expression) trees.
6
6
category : Data, Testing
7
7
description :
@@ -57,8 +57,9 @@ tested-with:
57
57
|| == 8.10.7
58
58
|| == 9.0.2
59
59
|| == 9.2.8
60
- || == 9.4.5
61
- || == 9.6.2
60
+ || == 9.4.7
61
+ || == 9.6.3
62
+ || == 9.8.1
62
63
, GHCJS == 8.4
63
64
64
65
extra-source-files :
@@ -87,30 +88,30 @@ library
87
88
88
89
-- GHC boot libraries
89
90
build-depends :
90
- , base >= 4.5 && < 4.19
91
- , bytestring ^>= 0.9.2.1 || ^>= 0.10.0.2 || ^>= 0.11.0.0
91
+ , base >= 4.5 && < 4.20
92
+ , bytestring ^>= 0.9.2.1 || ^>= 0.10.0.2 || ^>= 0.11.0.0 || ^ >= 0.12.0.2
92
93
, containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1
93
- , deepseq ^>= 1.3.0.0 || ^>= 1.4.0.0
94
+ , deepseq ^>= 1.3.0.0 || ^>= 1.4.0.0 || ^ >= 1.5.0.0
94
95
, parsec ^>= 3.1.13.0
95
96
, pretty ^>= 1.1.1.0
96
- , text ^>= 1.2.3.0 || ^>= 2.0
97
- , time >= 1.4 && < 1.5 || >= 1.5.0.1 && < 1.6 || >= 1.6.0.1 && < 1.7 || >= 1.8.0.2 && < 1.9 || >= 1.9.3 && < 1.13
97
+ , text ^>= 1.2.3.0 || ^>= 2.0 || ^ >= 2.1
98
+ , time ^ >= 1.4 || ^ >= 1.5.0.1 || ^ >= 1.6.0.1 || ^ >= 1.8.0.2 || ^ >= 1.9.3 || ^ >= 1.10 || ^ >= 1.11 || ^ >= 1.12
98
99
99
100
build-depends :
100
101
, aeson ^>= 1.4.6.0 || ^>= 1.5.6.0 || ^>= 2.0.0.0 || ^>= 2.1.0.0 || ^>= 2.2.0.0
101
102
, ansi-terminal >= 0.10 && < 0.12 || ^>= 1.0
102
103
, ansi-wl-pprint ^>= 0.6.8.2 || ^>= 1.0.2
103
- , base-compat >= 0 && < 0.13 || ^>= 0.13
104
+ , base-compat ^ >= 0.10.5 || ^ >= 0.11 || ^ >= 0.12 || ^>= 0.13
104
105
, bytestring-builder ^>= 0.10.8.2.0
105
106
, hashable ^>= 1.2.7.0 || ^>= 1.3.0.0 || ^>= 1.4.0.1
106
107
, parsers ^>= 0.12.10
107
- , primitive >= 0.7.1.0 && < 0.8 || ^>= 0.8
108
+ , primitive ^ >= 0.7.1.0 || ^ >= 0.8.0.0 || ^>= 0.9.0.0
108
109
, QuickCheck ^>= 2.14.2
109
110
, scientific ^>= 0.3.6.2
110
- , semialign >= 1.2.0.1 && < 1.3 || ^>= 1.3
111
- , strict >= 0.4.0.1 && < 0.5 || ^>= 0.5
111
+ , semialign ^ >= 1.2.0.1 || ^>= 1.3
112
+ , strict ^ >= 0.4.0.1 || ^>= 0.5
112
113
, tagged ^>= 0.8.6
113
- , these >= 1.1.1.1 && < 1.2 || ^>= 1.2
114
+ , these ^ >= 1.1.1.1 || ^>= 1.2
114
115
, unordered-containers ^>= 0.2.8.0
115
116
, uuid-types ^>= 1.0.3
116
117
, vector ^>= 0.12.0.0 || ^>= 0.13.0.0
@@ -127,7 +128,7 @@ library
127
128
if !impl(ghc >= 7.10 )
128
129
build-depends :
129
130
, nats ^>= 1.1.2
130
- , transformers ^>= 0.3.0.0 || ^>= 0.4.2.0 || >= 0.5.2.0 && < 0.6 || ^>= 0.6
131
+ , transformers ^>= 0.3.0.0 || ^>= 0.4.2.0 || ^ >= 0.5.2.0 || ^>= 0.6
131
132
, void ^>= 0.7.3
132
133
133
134
if (impl(ghc >= 8 ) && !impl(ghc >= 9.4 ))
@@ -175,7 +176,7 @@ test-suite tree-diff-test
175
176
176
177
-- extra dependencies
177
178
build-depends :
178
- , tasty ^>= 1.2 || ^>= 1.3.1 || ^>= 1.4.2
179
+ , tasty ^>= 1.2 || ^>= 1.3.1 || ^>= 1.4.2 || ^ >= 1.5
179
180
, tasty-golden ^>= 2.3.1.1
180
181
, tasty-quickcheck ^>= 0.10.1
181
182
, trifecta >= 2 && < 2.2
0 commit comments