Skip to content

Commit 10d9c63

Browse files
committedJan 18, 2025·
Build with GHC 9.12
1 parent 91f44a9 commit 10d9c63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/haskell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.1', '9.2.5', '9.4.5', '9.6.1', '9.8.2', '9.10.1']
10+
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.1', '9.2.5', '9.4.5', '9.6.1', '9.8.2', '9.10.1', '9.12.1']
1111
os: ['ubuntu-latest', 'macos-latest']
1212
runs-on: ${{ matrix.os }}
1313

‎patch.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer: maintainer@obsidian.systems
77
author: Ryan Trinkle
88
stability: Experimental
99
tested-with:
10-
ghc ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1
10+
ghc ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1 || ==9.12.1
1111
ghcjs ==8.6 || ==8.10
1212

1313
homepage: https://obsidian.systems
@@ -58,7 +58,7 @@ library
5858
default-extensions: PolyKinds
5959
ghc-options: -Wall -fwarn-redundant-constraints -fwarn-tabs
6060
build-depends:
61-
base >=4.9 && <=4.21,
61+
base >=4.9 && <=4.22,
6262
constraints-extras >=0.3 && <0.5,
6363
commutative-semigroups >=0.0 && <0.3,
6464
containers >=0.6 && <0.8,

0 commit comments

Comments
 (0)
Please sign in to comment.