Skip to content

Commit 0750f27

Browse files
committed
Dropped all GHC < 9.6
1 parent 6009801 commit 0750f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ghc: ["8.10", "9.2", "9.4", "9.6", "9.8", "9.10"]
14+
ghc: ["9.6", "9.8", "9.10", "9.12"]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
env:

typed-protocols/typed-protocols.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski
1212
maintainer: alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io
1313
category: Control
1414
build-type: Simple
15-
tested-with: GHC == {8.10, 9.2, 9.4, 9.6, 9.8, 9.10}
15+
tested-with: GHC == {9.6, 9.8, 9.10, 9.12}
1616
extra-doc-files: CHANGELOG.md
1717

1818
library

0 commit comments

Comments
 (0)