We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f0da3 commit 1217355Copy full SHA for 1217355
flake.nix
@@ -38,7 +38,7 @@
38
39
hs-package-name = "with-utf8";
40
41
- ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" ];
+ ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" "9121" ];
42
43
# invoke haskell.nix for each ghc version listed in ghc-versions
44
pkgs-per-ghc = lib.genAttrs (map (v: "ghc${v}") ghc-versions)
0 commit comments