From 0e7e79e7fb5b97f52544a46e805b4fc47cfe390b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 17 Apr 2026 15:16:15 +0200 Subject: [PATCH] haskell.packages.microhs: fix eval --- pkgs/development/haskell-modules/configuration-microhs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-microhs.nix b/pkgs/development/haskell-modules/configuration-microhs.nix index 182394c829f5..09a8ec8aaf11 100644 --- a/pkgs/development/haskell-modules/configuration-microhs.nix +++ b/pkgs/development/haskell-modules/configuration-microhs.nix @@ -43,6 +43,7 @@ self: super: { ghc-boot = null; ghc-boot-th = null; ghc-compact = null; + ghc-experimental = null; ghc-heap = null; ghc-internal = null; ghc-platform = null;