Skip to content

Commit 310b5d2

Browse files
committed
Bump upper bound on base library
1 parent 5b36125 commit 310b5d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agda-stdlib-utils.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ executable GenerateEverything
1515
hs-source-dirs: .
1616
main-is: GenerateEverything.hs
1717
default-language: Haskell2010
18-
build-depends: base >= 4.9.0.0 && < 4.15
18+
build-depends: base >= 4.9.0.0 && < 4.16
1919
, directory >= 1.0.0.0 && < 1.4
2020
, filemanip >= 0.3.6.2 && < 0.4
2121
, filepath >= 1.4.1.0 && < 1.5
@@ -24,6 +24,6 @@ executable AllNonAsciiChars
2424
hs-source-dirs: .
2525
main-is: AllNonAsciiChars.hs
2626
default-language: Haskell2010
27-
build-depends: base >= 4.9.0.0 && < 4.15
27+
build-depends: base >= 4.9.0.0 && < 4.16
2828
, filemanip >= 0.3.6.2 && < 0.4
2929
, text >= 1.2.3.0 && < 1.3

0 commit comments

Comments
 (0)