@@ -128,10 +128,10 @@ library
128
128
-fno-warn-name-shadowing
129
129
build-depends :
130
130
Cabal ^>= 2.2 ,
131
- base ^>= 4.10 || ^>= 4.11 ,
131
+ base ^>= 4.10 || ^>= 4.11 || ^ >= 4.12 ,
132
132
bytestring ^>= 0.10 ,
133
- containers ^>= 0.5 ,
134
- contravariant ^>= 1.4 ,
133
+ containers ^>= 0.5 || ^ >= 0.6 ,
134
+ contravariant ^>= 1.4 || ^ >= 1.5 ,
135
135
dhall ^>= 1.15.0 ,
136
136
hashable ^>= 1.2.6.1 ,
137
137
insert-ordered-containers ^>= 0.2.1.0 ,
@@ -155,7 +155,7 @@ executable dhall-to-cabal
155
155
-fno-warn-name-shadowing
156
156
build-depends :
157
157
Cabal ^>= 2.2 ,
158
- base ^>= 4.10 || ^>= 4.11 ,
158
+ base ^>= 4.10 || ^>= 4.11 || ^ >= 4.12 ,
159
159
dhall ^>= 1.15.0 ,
160
160
dhall-to-cabal -any,
161
161
insert-ordered-containers ^>= 0.2.1.0 ,
@@ -179,7 +179,7 @@ executable cabal-to-dhall
179
179
-Wno-missing-local-signatures -Wno-monomorphism-restriction
180
180
-fno-warn-name-shadowing
181
181
build-depends :
182
- base ^>= 4.10 || ^>= 4.11 ,
182
+ base ^>= 4.10 || ^>= 4.11 || ^ >= 4.12 ,
183
183
dhall ^>= 1.15.0 ,
184
184
bytestring ^>= 0.10 ,
185
185
dhall-to-cabal -any,
@@ -198,7 +198,7 @@ test-suite golden-tests
198
198
-Wno-missing-local-signatures -Wno-monomorphism-restriction
199
199
-fno-warn-name-shadowing
200
200
build-depends :
201
- base ^>= 4.10 || ^>= 4.11 ,
201
+ base ^>= 4.10 || ^>= 4.11 || ^ >= 4.12 ,
202
202
Cabal ^>= 2.2 ,
203
203
Diff ^>= 0.3.4 ,
204
204
bytestring ^>= 0.10 ,
0 commit comments