11cabal-version : 2.2
22name : tree-diff
33version : 0.3.0.1
4- x-revision : 3
4+ x-revision : 4
55synopsis : Diffing of (expression) trees.
66category : Data, Testing
77description :
@@ -57,8 +57,9 @@ tested-with:
5757 || == 8.10.7
5858 || == 9.0.2
5959 || == 9.2.8
60- || == 9.4.5
61- || == 9.6.2
60+ || == 9.4.7
61+ || == 9.6.3
62+ || == 9.8.1
6263 , GHCJS == 8.4
6364
6465extra-source-files :
@@ -87,30 +88,30 @@ library
8788
8889 -- GHC boot libraries
8990 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
9293 , 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
9495 , parsec ^>= 3.1.13.0
9596 , 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
9899
99100 build-depends :
100101 , aeson ^>= 1.4.6.0 || ^>= 1.5.6.0 || ^>= 2.0.0.0 || ^>= 2.1.0.0 || ^>= 2.2.0.0
101102 , ansi-terminal >= 0.10 && < 0.12 || ^>= 1.0
102103 , 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
104105 , bytestring-builder ^>= 0.10.8.2.0
105106 , hashable ^>= 1.2.7.0 || ^>= 1.3.0.0 || ^>= 1.4.0.1
106107 , 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
108109 , QuickCheck ^>= 2.14.2
109110 , 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
112113 , tagged ^>= 0.8.6
113- , these >= 1.1.1.1 && < 1.2 || ^>= 1.2
114+ , these ^ >= 1.1.1.1 || ^>= 1.2
114115 , unordered-containers ^>= 0.2.8.0
115116 , uuid-types ^>= 1.0.3
116117 , vector ^>= 0.12.0.0 || ^>= 0.13.0.0
@@ -127,7 +128,7 @@ library
127128 if !impl(ghc >= 7.10 )
128129 build-depends :
129130 , 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
131132 , void ^>= 0.7.3
132133
133134 if (impl(ghc >= 8 ) && !impl(ghc >= 9.4 ))
@@ -175,7 +176,7 @@ test-suite tree-diff-test
175176
176177 -- extra dependencies
177178 build-depends :
178- , tasty ^>= 1.2 || ^>= 1.3.1 || ^>= 1.4.2
179+ , tasty ^>= 1.2 || ^>= 1.3.1 || ^>= 1.4.2 || ^ >= 1.5
179180 , tasty-golden ^>= 2.3.1.1
180181 , tasty-quickcheck ^>= 0.10.1
181182 , trifecta >= 2 && < 2.2
0 commit comments