Skip to content

Commit

Permalink
[#30] Allow ghc-9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed Dec 27, 2024
1 parent 4b70eae commit 885aac2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions apply-merge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ copyright: Preetham Gujjula
license: BSD-3-Clause
build-type: Simple
tested-with:
GHC == 9.2.8
GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.6
, GHC == 9.8.4
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.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
, 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.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
, 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.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
, 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 @@ -14,6 +14,7 @@ copyright: "Preetham Gujjula"
license: BSD-3-Clause

tested-with:
- GHC == 9.0.2
- GHC == 9.2.8
- GHC == 9.4.8
- GHC == 9.6.6
Expand All @@ -34,7 +35,7 @@ ghc-options:
- -Wunused-packages

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

library:
source-dirs: src
Expand Down

0 comments on commit 885aac2

Please sign in to comment.