From bae7b8ae569e51cff47f8e45edf161a7eca3f344 Mon Sep 17 00:00:00 2001 From: maralorn Date: Mon, 17 Jul 2023 00:50:39 +0200 Subject: haskellPackages.lvar: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4de3ad4a61b..ddfb50ed89a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -250,6 +250,9 @@ self: super: { # store. Testing is done upstream. arion-compose = dontCheck super.arion-compose; + # 2023-07-17: Outdated base bound https://github.com/srid/lvar/issues/5 + lvar = doJailbreak super.lvar; + # This used to be a core package provided by GHC, but then the compiler # dropped it. We define the name here to make sure that old packages which # depend on this library still evaluate (even though they won't compile -- cgit 1.4.1