Skip to content

Commit

Permalink
Allow ghc-9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed Dec 19, 2024
1 parent 7e98501 commit cb48c5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions apply-merge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ tested-with:
, GHC == 9.6.6
, GHC == 9.8.4
, GHC == 9.10.1
, GHC == 9.12.1
extra-doc-files:
README.md
CHANGELOG.md
Expand All @@ -45,7 +46,7 @@ library
ghc-options: -Wall -Wunused-packages
build-depends:
array ==0.5.*
, base >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
, base >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21 || >=4.21 && <4.22
, containers >=0.6 && <0.7 || >=0.7 && <0.8
, pqueue >=1.4 && <1.5 || >=1.5 && <1.6
, reflection ==2.1.*
Expand Down Expand Up @@ -78,7 +79,7 @@ test-suite apply-merge-tests
ghc-options: -Wall -Wunused-packages
build-depends:
array ==0.5.*
, base >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
, base >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21 || >=4.21 && <4.22
, containers >=0.6 && <0.7 || >=0.7 && <0.8
, data-ordlist ==0.4.*
, pqueue >=1.4 && <1.5 || >=1.5 && <1.6
Expand Down Expand Up @@ -114,7 +115,7 @@ benchmark apply-merge-benchmarks
ghc-options: -Wall -Wunused-packages
build-depends:
array ==0.5.*
, base >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
, base >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21 || >=4.21 && <4.22
, containers >=0.6 && <0.7 || >=0.7 && <0.8
, data-ordlist ==0.4.*
, pqueue >=1.4 && <1.5 || >=1.5 && <1.6
Expand Down
3 changes: 2 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tested-with:
- GHC == 9.6.6
- GHC == 9.8.4
- GHC == 9.10.1
- GHC == 9.12.1

extra-doc-files:
- README.md
Expand All @@ -34,7 +35,7 @@ ghc-options:
- -Wunused-packages

dependencies:
- base ^>= {4.16, 4.17, 4.18, 4.19, 4.20}
- base ^>= {4.16, 4.17, 4.18, 4.19, 4.20, 4.21}

library:
source-dirs: src
Expand Down

0 comments on commit cb48c5f

Please sign in to comment.