From e576b4e5cb4f644d5427715fe38cc9292393d74c Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Wed, 11 Mar 2026 14:57:06 +0000 Subject: [PATCH] haskell.packages.ghc914.hie-bios: jailbreak --- pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix index c49601539418..5c4b38c84f6f 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix @@ -82,6 +82,7 @@ with haskellLib; ghc-exactprint = doDistribute self.ghc-exactprint_1_14_0_0; hedgehog = doDistribute self.hedgehog_1_7; + hie-bios = doDistribute (dontCheck self.hie-bios_0_18_0); # Tests access homeless-shelter. lifted-async = doDistribute self.lifted-async_0_11_0; parallel = doDistribute self.parallel_3_3_0_0; tagged = doDistribute self.tagged_0_8_10;