From 5e906acf263d067de3df83c3fd6f13adf490624e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 27 Oct 2022 22:44:53 +0200 Subject: [PATCH] haskell.packages.ghc942.co-log-core: ignore bounds on base, doctest Needed for HLS and implicit-hie-cradle. --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix index 44a5f7acfcf8..0147410eb928 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -84,6 +84,8 @@ in { lucid = jailbreakForCurrentVersion super.lucid "2.11.1"; invariant = jailbreakForCurrentVersion super.invariant "0.5.6"; implicit-hie-cradle = jailbreakForCurrentVersion super.implicit-hie-cradle "0.5.0.0"; + # https://github.com/co-log/co-log-core/pull/22#issuecomment-1294040208 + co-log-core = jailbreakForCurrentVersion super.co-log-core "0.3.1.0"; haskell-src-meta = doJailbreak super.haskell-src-meta;