Skip to content

Commit

Permalink
remove support for GHC < 9
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Oct 12, 2023
1 parent 179edf5 commit 8728056
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['8.10', '9.0', '9.2', '9.4', '9.6']
ghc: ['9.0', '9.2', '9.4', '9.6', '9.8']
cabal: ['3.10']
os: ['ubuntu-22.04', 'ubuntu-20.04', 'macOS-latest']

Expand Down
20 changes: 20 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
packages: merkle-log.cabal
optimization: 2

-- The following are all dependencies of GHC.
--
allow-newer: *:Cabal
allow-newer: *:Cabal-syntax
allow-newer: *:array
allow-newer: *:base
allow-newer: *:bytestring
allow-newer: *:deepseq
allow-newer: *:ghc
allow-newer: *:ghc-boot-th
allow-newer: *:ghc-prim
allow-newer: *:integer-gmp
allow-newer: *:pretty
allow-newer: *:template-haskell
allow-newer: *:text

constraints: aeson>2
2 changes: 1 addition & 1 deletion merkle-log.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ maintainer: Lars Kuhtz <[email protected]>
copyright: Copyright (c) 2019-2023, Kadena LLC
category: Data
tested-with:
GHC==9.8
GHC==9.6
GHC==9.4
GHC==9.2
GHC==9.0
GHC==8.10
extra-source-files:
README.md
CHANGELOG.md
Expand Down

0 comments on commit 8728056

Please sign in to comment.