11cabal-version : 1.12
22
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 .
44--
55-- see: https://github.com/sol/hpack
66
@@ -20,7 +20,7 @@ license: Apache-2.0
2020license-file : LICENSE
2121build-type : Simple
2222tested-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
2424extra-source-files :
2525 README.md
2626 CHANGELOG.md
@@ -187,7 +187,7 @@ library
187187 build-depends :
188188 GenericPretty >= 1.2.2 && < 2
189189 , array == 0.5. *
190- , base >= 4.6 && < 5
190+ , base >= 4.6 && < 4.22
191191 , binary >= 0.8.3.0 && < 0.11
192192 , bytestring >= 0.10 && < 0.13
193193 , containers >= 0.5 && < 0.7
@@ -199,9 +199,9 @@ library
199199 , mtl >= 2.2 && < 3
200200 , pretty >= 1.1 && < 2
201201 , 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
205205 , temporary >= 1.2 && < 1.4
206206 , text >= 1.2 && < 2.2
207207 , uniplate >= 1.6 && < 2
@@ -250,7 +250,7 @@ executable fortran-src
250250 build-depends :
251251 GenericPretty >= 1.2.2 && < 2
252252 , array == 0.5. *
253- , base >= 4.6 && < 5
253+ , base >= 4.6 && < 4.22
254254 , binary >= 0.8.3.0 && < 0.11
255255 , bytestring >= 0.10 && < 0.13
256256 , containers >= 0.5 && < 0.7
@@ -263,9 +263,9 @@ executable fortran-src
263263 , mtl >= 2.2 && < 3
264264 , pretty >= 1.1 && < 2
265265 , 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
269269 , temporary >= 1.2 && < 1.4
270270 , text >= 1.2 && < 2.2
271271 , uniplate >= 1.6 && < 2
@@ -348,7 +348,7 @@ test-suite spec
348348 GenericPretty >= 1.2.2 && < 2
349349 , QuickCheck >= 2.10 && < 2.15
350350 , array == 0.5. *
351- , base >= 4.6 && < 5
351+ , base >= 4.6 && < 4.22
352352 , binary >= 0.8.3.0 && < 0.11
353353 , bytestring >= 0.10 && < 0.13
354354 , containers >= 0.5 && < 0.7
@@ -362,9 +362,9 @@ test-suite spec
362362 , mtl >= 2.2 && < 3
363363 , pretty >= 1.1 && < 2
364364 , 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
368368 , temporary >= 1.2 && < 1.4
369369 , text >= 1.2 && < 2.2
370370 , uniplate >= 1.6 && < 2
0 commit comments