Skip to content

Commit

Permalink
[#34] Allow GHC-8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed Dec 28, 2024
1 parent 4ce0c4c commit 330bf53
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 == 8.10.7
GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.8
Expand Down Expand Up @@ -54,7 +55,7 @@ library
ghc-options: -Wall
build-depends:
array ==0.5.*
, base >=4.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
, base >=4.13 && <4.14 || >=4.14 && <4.15 || >=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 @@ -96,7 +97,7 @@ test-suite apply-merge-tests
ghc-options: -Wall
build-depends:
array ==0.5.*
, base >=4.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
, base >=4.13 && <4.14 || >=4.14 && <4.15 || >=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 @@ -141,7 +142,7 @@ benchmark apply-merge-benchmarks
ghc-options: -Wall
build-depends:
array ==0.5.*
, base >=4.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
, base >=4.13 && <4.14 || >=4.14 && <4.15 || >=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 == 8.8.4
- GHC == 8.10.7
- GHC == 9.0.2
- GHC == 9.2.8
Expand Down Expand Up @@ -47,7 +48,7 @@ when:
- -Wunused-packages

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

library:
source-dirs: src
Expand Down

0 comments on commit 330bf53

Please sign in to comment.