Skip to content

Commit 3edf98c

Browse files
committed
Fix 9.8.4 compat
1 parent 7c3a8b6 commit 3edf98c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
File renamed without changes.

print-api.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 2.4
1+
cabal-version: 3.0
22
name: print-api
33

44
-- For the purpose of release and pre-release versioning, we use the following scheme:
@@ -13,9 +13,9 @@ copyright: © 2023 Ben Gamari, 2024 Hécate Kleidukos
1313
extra-source-files:
1414
compat/9.10.1/GHC/Compat.hs
1515
compat/9.6.6/GHC/Compat.hs
16-
compat/9.8.2/GHC/Compat.hs
16+
compat/9.8.4/GHC/Compat.hs
1717

18-
tested-with: GHC ==9.6.6 || ==9.8.2 || ==9.10.1
18+
tested-with: GHC ==9.6.6 || ==9.8.4 || ==9.10.1
1919

2020
common extensions
2121
default-extensions:
@@ -72,8 +72,8 @@ library
7272
if impl(ghc ==9.10.1)
7373
hs-source-dirs: compat/9.10.1
7474

75-
if impl(ghc ==9.8.2)
76-
hs-source-dirs: compat/9.8.2
75+
if impl(ghc ==9.8.4)
76+
hs-source-dirs: compat/9.8.4
7777

7878
if impl(ghc ==9.6.6)
7979
hs-source-dirs: compat/9.6.6
@@ -128,11 +128,11 @@ executable print-api-9.6.6
128128
else
129129
buildable: False
130130

131-
executable print-api-9.8.2
131+
executable print-api-9.8.4
132132
import: print-api-common
133133
main-is: Main.hs
134134

135-
if impl(ghc ==9.8.2)
135+
if impl(ghc ==9.8.4)
136136
buildable: True
137137

138138
else

0 commit comments

Comments
 (0)