Skip to content

Commit 2010c66

Browse files
authored
Merge pull request #36 from serokell/gromak/maintenance-jan25
Permit base-4.21, test ghc-9.12 on CI
2 parents dfc6598 + 1217355 commit 2010c66

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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)

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)