Skip to content

Commit

Permalink
Support GHC 9.10
Browse files Browse the repository at this point in the history
And bump all CI tests to the latest minor versions

The build plan for HEAD.hackage is identical to the regular build plan
for GHC 9.10.1, so the `-upper` CI test is currently disabled as it
would merely duplicate the regular test.
  • Loading branch information
DigitalBrains1 committed May 31, 2024
1 parent 47516ac commit 39e2004
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .ci/stack-9.4.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolver: lts-21.14
resolver: lts-21.25
ghc-options:
"$locals": -Werror -Wall -Wcompat -Wno-name-shadowing
2 changes: 1 addition & 1 deletion .ci/stack-9.6.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolver: lts-22.11
resolver: lts-22.23
ghc-options:
"$locals": -Werror -Wall -Wcompat -Wno-name-shadowing
2 changes: 1 addition & 1 deletion .ci/stack-9.8.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolver: nightly-2024-02-24
resolver: nightly-2024-05-31
ghc-options:
"$locals": -Werror -Wall -Wcompat -Wno-name-shadowing
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,16 @@ jobs:
- "9.0.2"
- "9.0.2"
- "9.2.8"
- "9.4.7"
- "9.6.3"
- "9.8.1"
- "9.4.8"
- "9.6.5"
- "9.8.2"
- "9.10.1"
project-variant: [""]
include:
- ghc: 8.0.2
project-variant: -lower
- ghc: 9.8.1
project-variant: -upper
# - ghc: 9.10.1
# project-variant: -upper

fail-fast: false
steps:
Expand Down
11 changes: 6 additions & 5 deletions docopt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ tested-with:
GHC == 8.10.7,
GHC == 9.0.2,
GHC == 9.2.8,
GHC == 9.4.7,
GHC == 9.6.3,
GHC == 9.8.1
GHC == 9.4.8,
GHC == 9.6.5,
GHC == 9.8.2,
GHC == 9.10.1

category: Console

Expand All @@ -42,7 +43,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/docopt/docopt.hs.git
tag: v0.7.0.8
tag: v0.7.0.8+r1

library
exposed-modules: System.Console.Docopt.NoTH
Expand All @@ -60,7 +61,7 @@ library
build-depends: base >= 4.9 && < 5.0,
parsec >= 3.1.14 && < 3.2,
containers >= 0.6.2 && < 0.8,
template-haskell >= 2.11.0 && < 2.22
template-haskell >= 2.11.0 && < 2.23

ghc-options: -Wall -Wno-name-shadowing

Expand Down

0 comments on commit 39e2004

Please sign in to comment.