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 833f7091c3de..1946ceb26a0c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix @@ -82,7 +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. + hie-bios = doDistribute (dontCheck self.hie-bios_0_19_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;