1
1
cabal-version : 1.12
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.38.0 .
3
+ -- This file has been generated from package.yaml by hpack version 0.38.1 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
@@ -20,7 +20,7 @@ license: Apache-2.0
20
20
license-file : LICENSE
21
21
build-type : Simple
22
22
tested-with :
23
- GHC >= 9.0
23
+ GHC == 9.0 , GHC == 9.2 , GHC == 9.4 , GHC == 9.6 , GHC == 9.8 , GHC == 9.10 , GHC == 9.12
24
24
extra-source-files :
25
25
README.md
26
26
CHANGELOG.md
@@ -187,7 +187,7 @@ library
187
187
build-depends :
188
188
GenericPretty >= 1.2.2 && < 2
189
189
, array == 0.5. *
190
- , base >= 4.6 && < 5
190
+ , base >= 4.6 && < 4.22
191
191
, binary >= 0.8.3.0 && < 0.11
192
192
, bytestring >= 0.10 && < 0.13
193
193
, containers >= 0.5 && < 0.7
@@ -199,9 +199,9 @@ library
199
199
, mtl >= 2.2 && < 3
200
200
, pretty >= 1.1 && < 2
201
201
, process >= 1.2.0.0
202
- , singletons == 3.0. *
203
- , singletons-base >= 3.0 && < 3.4
204
- , singletons-th >= 3.0 && < 3.4
202
+ , singletons >= 3.0 && < 3.6
203
+ , singletons-base >= 3.0 && < 3.6
204
+ , singletons-th >= 3.0 && < 3.6
205
205
, temporary >= 1.2 && < 1.4
206
206
, text >= 1.2 && < 2.2
207
207
, uniplate >= 1.6 && < 2
@@ -250,7 +250,7 @@ executable fortran-src
250
250
build-depends :
251
251
GenericPretty >= 1.2.2 && < 2
252
252
, array == 0.5. *
253
- , base >= 4.6 && < 5
253
+ , base >= 4.6 && < 4.22
254
254
, binary >= 0.8.3.0 && < 0.11
255
255
, bytestring >= 0.10 && < 0.13
256
256
, containers >= 0.5 && < 0.7
@@ -263,9 +263,9 @@ executable fortran-src
263
263
, mtl >= 2.2 && < 3
264
264
, pretty >= 1.1 && < 2
265
265
, process >= 1.2.0.0
266
- , singletons == 3.0. *
267
- , singletons-base >= 3.0 && < 3.4
268
- , singletons-th >= 3.0 && < 3.4
266
+ , singletons >= 3.0 && < 3.6
267
+ , singletons-base >= 3.0 && < 3.6
268
+ , singletons-th >= 3.0 && < 3.6
269
269
, temporary >= 1.2 && < 1.4
270
270
, text >= 1.2 && < 2.2
271
271
, uniplate >= 1.6 && < 2
@@ -348,7 +348,7 @@ test-suite spec
348
348
GenericPretty >= 1.2.2 && < 2
349
349
, QuickCheck >= 2.10 && < 2.15
350
350
, array == 0.5. *
351
- , base >= 4.6 && < 5
351
+ , base >= 4.6 && < 4.22
352
352
, binary >= 0.8.3.0 && < 0.11
353
353
, bytestring >= 0.10 && < 0.13
354
354
, containers >= 0.5 && < 0.7
@@ -362,9 +362,9 @@ test-suite spec
362
362
, mtl >= 2.2 && < 3
363
363
, pretty >= 1.1 && < 2
364
364
, process >= 1.2.0.0
365
- , singletons == 3.0. *
366
- , singletons-base >= 3.0 && < 3.4
367
- , singletons-th >= 3.0 && < 3.4
365
+ , singletons >= 3.0 && < 3.6
366
+ , singletons-base >= 3.0 && < 3.6
367
+ , singletons-th >= 3.0 && < 3.6
368
368
, temporary >= 1.2 && < 1.4
369
369
, text >= 1.2 && < 2.2
370
370
, uniplate >= 1.6 && < 2
0 commit comments