File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ghc-options:
3737 - -Wredundant-constraints
3838
3939dependencies :
40- - base >= 4.10 && < 4.20
40+ - base >= 4.10 && < 4.21
4141 - text >= 0.7 && < 2.2
4242
4343library :
@@ -55,7 +55,7 @@ executables:
5555
5656 dependencies :
5757 - directory >= 1.2.5.0 && < 1.4
58- - filepath >= 1.0 && < 1.5
58+ - filepath >= 1.0 && < 1.6
5959 - process >= 1.0.1.1 && < 1.7
6060 - safe-exceptions
6161 - th-env >= 0.1.0.0 && < 0.2
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ library
4848 lib
4949 ghc-options : -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
5050 build-depends :
51- base >= 4.10 && < 4.20
51+ base >= 4.10 && < 4.21
5252 , safe-exceptions == 0.1. *
5353 , text >= 0.7 && < 2.2
5454 default-language : Haskell2010
@@ -63,9 +63,9 @@ executable utf8-troubleshoot
6363 c-sources :
6464 app/utf8-troubleshoot/cbits/locale.c
6565 build-depends :
66- base >= 4.10 && < 4.20
66+ base >= 4.10 && < 4.21
6767 , directory >= 1.2.5.0 && < 1.4
68- , filepath >= 1.0 && < 1.5
68+ , filepath >= 1.0 && < 1.6
6969 , process >= 1.0.1.1 && < 1.7
7070 , safe-exceptions
7171 , text >= 0.7 && < 2.2
@@ -89,7 +89,7 @@ test-suite with-utf8-test
8989 tasty-discover :tasty-discover
9090 build-depends :
9191 HUnit
92- , base >= 4.10 && < 4.20
92+ , base >= 4.10 && < 4.21
9393 , deepseq
9494 , hedgehog
9595 , safe-exceptions
You can’t perform that action at this time.
0 commit comments