Skip to content

Commit 1b61340

Browse files
authored
Fixed "installation" with GHC 9.4.4. (#1912)
1 parent 006894a commit 1b61340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

agda-stdlib-utils.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agda-stdlib-utils
2-
version: 1.7.1
2+
version: 1.7.2
33
cabal-version: >= 1.10
44
build-type: Simple
55
description: Helper programs.
@@ -12,7 +12,7 @@ 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
15+
GHC == 9.4.4
1616

1717
executable GenerateEverything
1818
hs-source-dirs: .
@@ -31,4 +31,4 @@ executable AllNonAsciiChars
3131
default-language: Haskell2010
3232
build-depends: base >= 4.9.0.0 && < 4.18
3333
, filemanip >= 0.3.6.2 && < 0.4
34-
, text >= 1.2.3.0 && < 1.3
34+
, text >= 1.2.3.0 && < 2.1

0 commit comments

Comments
 (0)