File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ tested-with: GHC == 8.0.2
12
12
GHC == 8.10.7
13
13
GHC == 9.0.2
14
14
GHC == 9.2.1
15
+ GHC == 9.4.2
15
16
16
17
executable GenerateEverything
17
18
hs-source-dirs : .
18
19
main-is : GenerateEverything.hs
19
20
default-language : Haskell2010
20
21
default-extensions : PatternGuards, PatternSynonyms
21
- build-depends : base >= 4.9.0.0 && < 4.17
22
+ build-depends : base >= 4.9.0.0 && < 4.18
22
23
, directory >= 1.0.0.0 && < 1.4
23
24
, filemanip >= 0.3.6.2 && < 0.4
24
25
, filepath >= 1.4.1.0 && < 1.5
@@ -28,6 +29,6 @@ executable AllNonAsciiChars
28
29
hs-source-dirs : .
29
30
main-is : AllNonAsciiChars.hs
30
31
default-language : Haskell2010
31
- build-depends : base >= 4.9.0.0 && < 4.17
32
+ build-depends : base >= 4.9.0.0 && < 4.18
32
33
, filemanip >= 0.3.6.2 && < 0.4
33
34
, text >= 1.2.3.0 && < 2.1
You can’t perform that action at this time.
0 commit comments