Skip to content

Commit

Permalink
Make it build with ghc-9.10 (#32)
Browse files Browse the repository at this point in the history
And bump `filepath` dependency.
  • Loading branch information
erikd authored Jul 8, 2024
1 parent abfd13f commit b51ff1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ghc-options:
- -Wredundant-constraints

dependencies:
- base >= 4.10 && < 4.20
- base >= 4.10 && < 4.21
- text >= 0.7 && < 2.2

library:
Expand All @@ -55,7 +55,7 @@ executables:

dependencies:
- directory >= 1.2.5.0 && < 1.4
- filepath >= 1.0 && < 1.5
- filepath >= 1.0 && < 1.6
- process >= 1.0.1.1 && < 1.7
- safe-exceptions
- th-env >= 0.1.0.0 && < 0.2
Expand Down
8 changes: 4 additions & 4 deletions with-utf8.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ library
lib
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.10 && <4.20
base >=4.10 && <4.21
, safe-exceptions ==0.1.*
, text >=0.7 && <2.2
default-language: Haskell2010
Expand All @@ -63,9 +63,9 @@ executable utf8-troubleshoot
c-sources:
app/utf8-troubleshoot/cbits/locale.c
build-depends:
base >=4.10 && <4.20
base >=4.10 && <4.21
, directory >=1.2.5.0 && <1.4
, filepath >=1.0 && <1.5
, filepath >=1.0 && <1.6
, process >=1.0.1.1 && <1.7
, safe-exceptions
, text >=0.7 && <2.2
Expand All @@ -89,7 +89,7 @@ test-suite with-utf8-test
tasty-discover:tasty-discover
build-depends:
HUnit
, base >=4.10 && <4.20
, base >=4.10 && <4.21
, deepseq
, hedgehog
, safe-exceptions
Expand Down

0 comments on commit b51ff1d

Please sign in to comment.