Skip to content

Commit 91f9a2f

Browse files
Add new GHC version and raise base bound
1 parent 1664872 commit 91f9a2f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ghc96"
1414
"ghc98"
1515
"ghc910"
16+
"ghc912"
1617
];
1718
defaultCompiler = "ghc96";
1819
};

Diff for: wai-handler-hal.cabal

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ tested-with:
3737
|| ==9.6.6
3838
|| ==9.8.2
3939
|| ==9.10.1
40+
|| ==9.12.1
4041

4142
common opts
4243
default-language: Haskell2010
@@ -49,7 +50,7 @@ common opts
4950

5051
common deps
5152
build-depends:
52-
, base >=4.12 && <4.21
53+
, base >=4.12 && <4.22
5354
, base64-bytestring >=1.0.0.0 && <1.3
5455
, bytestring >=0.10.8 && <0.13
5556
, case-insensitive ^>=1.2.0.0

0 commit comments

Comments
 (0)