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 3838
3939 hs-package-name = "with-utf8" ;
4040
41- ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" ] ;
41+ ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" "9121" ] ;
4242
4343 # invoke haskell.nix for each ghc version listed in ghc-versions
4444 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:
3737 - -Wredundant-constraints
3838
3939dependencies :
40- - base >= 4.10 && < 4.21
40+ - base >= 4.10 && < 4.22
4141 - text >= 0.7 && < 2.2
4242
4343library :
Original file line number Diff line number Diff line change 11cabal-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
You can’t perform that action at this time.
0 commit comments