[haskell] Upgrade haskell to 9.2

It seems it compiles without problems with a simple change in
nix/pkgs.nix file.
parent 4843c6b5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
rec { rec {
inherit pkgs; inherit pkgs;
ghc = pkgs.haskell.compiler.ghc8107; ghc = pkgs.haskell.compiler.ghc922;
igraph_0_10_4 = pkgs.igraph.overrideAttrs (finalAttrs: previousAttrs: { igraph_0_10_4 = pkgs.igraph.overrideAttrs (finalAttrs: previousAttrs: {
version = "0.10.4"; version = "0.10.4";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment