1
1
name : finite
2
- version : 1.4.1.4
2
+ version : 1.5.0.0
3
3
synopsis : Finite ranges via types
4
4
description : A framework for capturing finite ranges with
5
5
types, where the sizes of the ranges are not
@@ -20,6 +20,7 @@ stability: stable
20
20
build-type : Simple
21
21
extra-source-files : Readme.md
22
22
cabal-version : >= 1.10
23
+ tested-with : GHC == 9.10.1 , GHC == 9.12.1
23
24
24
25
source-repository head
25
26
type : git
@@ -34,11 +35,11 @@ library
34
35
-fignore-asserts
35
36
36
37
build-depends :
37
- base >= 4.7 && < 4.22
38
+ base >= 4.20 && < 4.22
38
39
, array >= 0.5 && < 0.6
39
- , containers >= 0.5 && < 0.8
40
- , hashable >= 1.2 && < 1.6
41
- , template-haskell >= 2.11 && < 2.24
40
+ , containers >= 0.7 && < 0.8
41
+ , hashable >= 1.5 && < 1.6
42
+ , template-haskell >= 2.22 && < 2.24
42
43
, QuickCheck >= 2.10 && <= 2.16
43
44
44
45
exposed-modules :
@@ -74,9 +75,9 @@ test-suite default
74
75
src/test
75
76
76
77
build-depends :
77
- base >= 4.7 && < 4.22
78
- , hashable >= 1.2 && < 1.6
79
- , Cabal >= 2.4 && < 3.15
78
+ base >= 4.20 && < 4.22
79
+ , hashable >= 1.5 && < 1.6
80
+ , Cabal >= 3.12 && < 3.15
80
81
, QuickCheck >= 2.10 && <= 2.16
81
82
, finite
82
83
0 commit comments