File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- cabal-version : 2.4
1+ cabal-version : 3.0
22name : 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
1313extra-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
2020common 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
You can’t perform that action at this time.
0 commit comments