File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
39
39
hs-package-name = "with-utf8" ;
40
40
41
- ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" ] ;
41
+ ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" "9121" ] ;
42
42
43
43
# invoke haskell.nix for each ghc version listed in ghc-versions
44
44
pkgs-per-ghc = lib . genAttrs ( map ( v : "ghc${ v } " ) ghc-versions )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ghc-options:
37
37
- -Wredundant-constraints
38
38
39
39
dependencies :
40
- - base >= 4.10 && < 4.21
40
+ - base >= 4.10 && < 4.22
41
41
- text >= 0.7 && < 2.2
42
42
43
43
library :
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.18
2
2
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 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
@@ -48,7 +48,7 @@ library
48
48
lib
49
49
ghc-options : -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
50
50
build-depends :
51
- base >= 4.10 && < 4.21
51
+ base >= 4.10 && < 4.22
52
52
, safe-exceptions == 0.1. *
53
53
, text >= 0.7 && < 2.2
54
54
default-language : Haskell2010
@@ -63,7 +63,7 @@ executable utf8-troubleshoot
63
63
c-sources :
64
64
app/utf8-troubleshoot/cbits/locale.c
65
65
build-depends :
66
- base >= 4.10 && < 4.21
66
+ base >= 4.10 && < 4.22
67
67
, directory >= 1.2.5.0 && < 1.4
68
68
, filepath >= 1.0 && < 1.6
69
69
, process >= 1.0.1.1 && < 1.7
@@ -89,7 +89,7 @@ test-suite with-utf8-test
89
89
tasty-discover :tasty-discover
90
90
build-depends :
91
91
HUnit
92
- , base >= 4.10 && < 4.21
92
+ , base >= 4.10 && < 4.22
93
93
, deepseq
94
94
, hedgehog
95
95
, safe-exceptions
You can’t perform that action at this time.
0 commit comments