Skip to content

Commit 01f2867

Browse files
committed
version bump
1 parent 75ae8e1 commit 01f2867

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

finite.cabal

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: finite
2-
version: 1.4.1.4
2+
version: 1.5.0.0
33
synopsis: Finite ranges via types
44
description: A framework for capturing finite ranges with
55
types, where the sizes of the ranges are not
@@ -20,6 +20,7 @@ stability: stable
2020
build-type: Simple
2121
extra-source-files: Readme.md
2222
cabal-version: >=1.10
23+
tested-with: GHC == 9.10.1, GHC == 9.12.1
2324

2425
source-repository head
2526
type: git
@@ -34,11 +35,11 @@ library
3435
-fignore-asserts
3536

3637
build-depends:
37-
base >=4.7 && <4.22
38+
base >=4.20 && <4.22
3839
, 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
4243
, QuickCheck >=2.10 && <=2.16
4344

4445
exposed-modules:
@@ -74,9 +75,9 @@ test-suite default
7475
src/test
7576

7677
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
8081
, QuickCheck >=2.10 && <=2.16
8182
, finite
8283

0 commit comments

Comments
 (0)