Skip to content

Commit

Permalink
Merge pull request #73 from pgujjula/allow-ghc-9.10
Browse files Browse the repository at this point in the history
Allow ghc-9.10
  • Loading branch information
edsko authored May 23, 2024
2 parents e1b5115 + ffb111c commit 6222b6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.10.1
compilerKind: ghc
compilerVersion: 9.10.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.8.2
Expand Down
1 change: 1 addition & 0 deletions demo/demo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tested-with: GHC==8.10.7
, GHC==9.4.8
, GHC==9.6.5
, GHC==9.8.2
, GHC==9.10.1

common lang
ghc-options:
Expand Down
5 changes: 3 additions & 2 deletions lib/falsify.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ tested-with: GHC==8.10.7
, GHC==9.4.8
, GHC==9.6.5
, GHC==9.8.2
, GHC==9.10.1

source-repository head
type: git
Expand All @@ -42,7 +43,7 @@ common lang
-Wredundant-constraints
-Widentities
build-depends:
base >= 4.12 && < 4.20
base >= 4.12 && < 4.21
default-language:
Haskell2010
default-extensions:
Expand Down Expand Up @@ -120,7 +121,7 @@ library
, base16-bytestring >= 1.0 && < 1.1
, binary >= 0.8 && < 0.9
, bytestring >= 0.10 && < 0.13
, containers >= 0.6 && < 0.7
, containers >= 0.6 && < 0.8
, data-default >= 0.7 && < 0.8
, mtl >= 2.2 && < 2.4
, optics-core >= 0.3 && < 0.5
Expand Down

0 comments on commit 6222b6e

Please sign in to comment.