This commit is contained in:
2025-11-19 18:19:50 +01:00
parent 773fe1a9c3
commit 5b3392dab2
3 changed files with 6 additions and 8 deletions

View File

@ -10,7 +10,7 @@
outputs = { self, nixpkgs, flake-utils }:
let
ghcVer = "ghc910";
ghcVer = "ghc912";
makeHaskellOverlay = overlay: final: prev: {
haskell = prev.haskell // {
packages = prev.haskell.packages // {
@ -53,9 +53,6 @@
withHoogle = true;
buildInputs =
(with pkgs; [
gnumake
jasmin
jre_minimal
]) ++
(with haskellPackages; [
haskell-language-server