summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-07-17 00:50:39 +0200
committermaralorn <mail@maralorn.de>2023-07-17 00:50:39 +0200
commitbae7b8ae569e51cff47f8e45edf161a7eca3f344 (patch)
tree32760130e26036bce5c3bd3177e43336abf282eb /pkgs/development/haskell-modules/configuration-common.nix
parent69f763a443abd6c1062624303136f48a8a2c0662 (diff)
downloadnixpkgs-bae7b8ae569e51cff47f8e45edf161a7eca3f344.tar
nixpkgs-bae7b8ae569e51cff47f8e45edf161a7eca3f344.tar.gz
nixpkgs-bae7b8ae569e51cff47f8e45edf161a7eca3f344.tar.bz2
nixpkgs-bae7b8ae569e51cff47f8e45edf161a7eca3f344.tar.lz
nixpkgs-bae7b8ae569e51cff47f8e45edf161a7eca3f344.tar.xz
nixpkgs-bae7b8ae569e51cff47f8e45edf161a7eca3f344.tar.zst
nixpkgs-bae7b8ae569e51cff47f8e45edf161a7eca3f344.zip
haskellPackages.lvar: jailbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
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