Skip to content

Commit 81a924e

Browse files
authored
Fixed #1829. (#1834)
1 parent 3c492b5 commit 81a924e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

agda-stdlib-utils.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ tested-with: GHC == 8.0.2
1212
GHC == 8.10.7
1313
GHC == 9.0.2
1414
GHC == 9.2.1
15+
GHC == 9.4.2
1516

1617
executable GenerateEverything
1718
hs-source-dirs: .
1819
main-is: GenerateEverything.hs
1920
default-language: Haskell2010
2021
default-extensions: PatternGuards, PatternSynonyms
21-
build-depends: base >= 4.9.0.0 && < 4.17
22+
build-depends: base >= 4.9.0.0 && < 4.18
2223
, directory >= 1.0.0.0 && < 1.4
2324
, filemanip >= 0.3.6.2 && < 0.4
2425
, filepath >= 1.4.1.0 && < 1.5
@@ -28,6 +29,6 @@ executable AllNonAsciiChars
2829
hs-source-dirs: .
2930
main-is: AllNonAsciiChars.hs
3031
default-language: Haskell2010
31-
build-depends: base >= 4.9.0.0 && < 4.17
32+
build-depends: base >= 4.9.0.0 && < 4.18
3233
, filemanip >= 0.3.6.2 && < 0.4
3334
, text >= 1.2.3.0 && < 2.1

0 commit comments

Comments
 (0)