Skip to content

Commit b51ff1d

Browse files
authored
Make it build with ghc-9.10 (#32)
And bump `filepath` dependency.
1 parent abfd13f commit b51ff1d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ghc-options:
3737
- -Wredundant-constraints
3838

3939
dependencies:
40-
- base >= 4.10 && < 4.20
40+
- base >= 4.10 && < 4.21
4141
- text >= 0.7 && < 2.2
4242

4343
library:
@@ -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

with-utf8.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)