Skip to content

Commit 01f0da3

Browse files
committed
Permit base-4.21
1 parent dfc6598 commit 01f0da3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.yaml

Lines changed: 1 addition & 1 deletion
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.21
40+
- base >= 4.10 && < 4.22
4141
- text >= 0.7 && < 2.2
4242

4343
library:

with-utf8.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.18
22

3-
-- This file has been generated from package.yaml by hpack version 0.35.2.
3+
-- This file has been generated from package.yaml by hpack version 0.37.0.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -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.21
51+
base >=4.10 && <4.22
5252
, safe-exceptions ==0.1.*
5353
, text >=0.7 && <2.2
5454
default-language: Haskell2010
@@ -63,7 +63,7 @@ executable utf8-troubleshoot
6363
c-sources:
6464
app/utf8-troubleshoot/cbits/locale.c
6565
build-depends:
66-
base >=4.10 && <4.21
66+
base >=4.10 && <4.22
6767
, directory >=1.2.5.0 && <1.4
6868
, filepath >=1.0 && <1.6
6969
, process >=1.0.1.1 && <1.7
@@ -89,7 +89,7 @@ test-suite with-utf8-test
8989
tasty-discover:tasty-discover
9090
build-depends:
9191
HUnit
92-
, base >=4.10 && <4.21
92+
, base >=4.10 && <4.22
9393
, deepseq
9494
, hedgehog
9595
, safe-exceptions

0 commit comments

Comments
 (0)