Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from tfausak/ghc-9.4
Browse files Browse the repository at this point in the history
Add support for GHC 9.4
  • Loading branch information
tfausak authored Aug 27, 2022
2 parents a3b462d + 182e964 commit e191bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
matrix:
include:
- { platform: ubuntu, ghc: 9.4.2 }
- { platform: ubuntu, ghc: 9.2.1 }
- { platform: macos, ghc: 9.2.1 }
- { platform: windows, ghc: 9.2.1, extension: .exe }
- { platform: ubuntu, ghc: 9.0.2 }
- { platform: ubuntu, ghc: 8.10.7 }
runs-on: ${{ matrix.platform }}-latest
name: GHC ${{ matrix.ghc }} on ${{ matrix.platform }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions caerbannog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ flag pedantic

common library
build-depends:
, base >= 4.13.0 && < 4.17
, base >= 4.13.0 && < 4.18
, binary >= 0.8.7 && < 0.9
, bytestring >= 0.10.10 && < 0.12
default-language: Haskell98
Expand Down Expand Up @@ -71,7 +71,7 @@ test-suite test
import: executable

build-depends:
, hspec >= 2.7.6 && < 2.9
, hspec >= 2.7.6 && < 2.11
, QuickCheck >= 2.13.2 && < 2.15
, random >= 1.1 && < 1.3
hs-source-dirs: source/test-suite
Expand Down

0 comments on commit e191bcd

Please sign in to comment.