Skip to content

Commit bb88033

Browse files
committed
Bump bounds and update CI
1 parent 9461e5b commit bb88033

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
- "9.0.2"
2525
- "9.2.8"
2626
- "9.4.8"
27-
- "9.6.6"
27+
- "9.6.7"
2828
- "9.8.4"
29-
- "9.10.1"
30-
- "9.12.1"
29+
- "9.10.3"
30+
- "9.12.2"
31+
- "9.14.1"
3132
fail-fast: false
3233
name: Build on Linux, GHC ${{ matrix.ghc_version }}
3334
runs-on: ${{ matrix.platform }}

libphonenumber.cabal

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ tested-with:
3939
, GHC == 9.0.2
4040
, GHC == 9.2.8
4141
, GHC == 9.4.8
42-
, GHC == 9.6.6
42+
, GHC == 9.6.7
4343
, GHC == 9.8.4
44-
, GHC == 9.10.1
45-
, GHC == 9.12.1
44+
, GHC == 9.10.3
45+
, GHC == 9.12.2
46+
, GHC == 9.14.1
4647

4748
build-type: Simple
4849

@@ -63,9 +64,9 @@ library
6364
, Data.PhoneNumber.Internal.Number
6465
, Data.PhoneNumber.Internal.Util
6566
build-depends:
66-
, base >= 4.12 && < 4.22
67+
, base >= 4.12 && < 4.23
6768
, bytestring >= 0.10.8 && < 0.13
68-
, containers >= 0.6.0 && < 0.8
69+
, containers >= 0.6.0 && < 0.9
6970
, deepseq >= 1.4.4 && < 1.6
7071
, transformers >= 0.5.5 && < 0.7
7172
build-tool-depends: c2hs:c2hs

0 commit comments

Comments
 (0)