Skip to content

Commit

Permalink
test with latest GHC
Browse files Browse the repository at this point in the history
  • Loading branch information
ners committed Oct 14, 2023
1 parent 883af4f commit e08bc4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Cabal-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
, "9.0"
, "9.2"
, "9.4"
, "9.6"
, "9.8"
]
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Cabal-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
# It is dev env, so trying to stick to last GHC.
ghc: [ "9.4" ]
ghc: [ "9.8" ]
steps:

- name: "Git checkout"
Expand Down
2 changes: 1 addition & 1 deletion hnix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ library
-- aka Lift Text, Bytestring, Vector, Containers,
-- we use Lift Text particulrarly for GHC 8.6
, th-lift-instances >= 0.1 && < 0.2
, text >= 1.2.3 && < 2.1
, text >= 1.2.3 && < 2.2
, these >= 1.0.1 && < 1.3
, transformers >= 0.5.5 && < 0.7
, transformers-base >= 0.4.5 && < 0.5
Expand Down

0 comments on commit e08bc4a

Please sign in to comment.