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
2
2
name : print-api
3
3
4
4
-- 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
13
13
extra-source-files :
14
14
compat/9.10.1/GHC/Compat.hs
15
15
compat/9.6.6/GHC/Compat.hs
16
- compat/9.8.2 /GHC/Compat.hs
16
+ compat/9.8.4 /GHC/Compat.hs
17
17
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
19
19
20
20
common extensions
21
21
default-extensions :
@@ -72,8 +72,8 @@ library
72
72
if impl(ghc == 9.10.1 )
73
73
hs-source-dirs : compat/9.10.1
74
74
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
77
77
78
78
if impl(ghc == 9.6.6 )
79
79
hs-source-dirs : compat/9.6.6
@@ -128,11 +128,11 @@ executable print-api-9.6.6
128
128
else
129
129
buildable : False
130
130
131
- executable print-api-9.8.2
131
+ executable print-api-9.8.4
132
132
import : print-api-common
133
133
main-is : Main.hs
134
134
135
- if impl(ghc == 9.8.2 )
135
+ if impl(ghc == 9.8.4 )
136
136
buildable : True
137
137
138
138
else
You can’t perform that action at this time.
0 commit comments