Skip to content

Commit

Permalink
Merge pull request #6 from obsidiansystems/test-more-ghc
Browse files Browse the repository at this point in the history
Test more ghc
  • Loading branch information
ali-abrar authored May 28, 2024
2 parents d1e6444 + 77b7080 commit 50dad6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
ghc: ['8.6.5', '8.8.4', '8.10.7']
ghc: ['8.6.5', '8.8.4', '8.10.7', '9.0.1', '9.2.4']
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions cli-git.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ build-type: Simple
extra-source-files: CHANGELOG.md
README.md

tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.4

library
exposed-modules: Bindings.Cli.Git
hs-source-dirs: src
default-language: Haskell2010
build-depends:
base >=4.12.0.0 && <4.15
base >=4.12.0.0 && <4.17
, cli-extras >=0.2.1.0 && <0.3
, containers >=0.6.0.1 && <0.7
, data-default >=0.7.1.1 && <0.8
, exceptions >=0.10.3 && <0.11
, lens >=4.17.1 && <4.20
, logging-effect >=1.3.4 && <1.4
, megaparsec >=7.0.5 && <9.1
, mtl >=2.2.2 && <2.3
Expand Down

0 comments on commit 50dad6b

Please sign in to comment.