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