about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-06-30 01:16:55 +0200
committersternenseemann <sternenseemann@systemli.org>2023-06-30 02:19:07 +0200
commit95d5c0c21b1df93d254657fdf26c0ec072dcfdde (patch)
tree9a89dc348d604e7b28aa80d79eb55cdcb2499d6e /pkgs/development/haskell-modules
parent6df7cf29794d5497b1b85d16dd27638b139c4e85 (diff)
downloadnixlib-95d5c0c21b1df93d254657fdf26c0ec072dcfdde.tar
nixlib-95d5c0c21b1df93d254657fdf26c0ec072dcfdde.tar.gz
nixlib-95d5c0c21b1df93d254657fdf26c0ec072dcfdde.tar.bz2
nixlib-95d5c0c21b1df93d254657fdf26c0ec072dcfdde.tar.lz
nixlib-95d5c0c21b1df93d254657fdf26c0ec072dcfdde.tar.xz
nixlib-95d5c0c21b1df93d254657fdf26c0ec072dcfdde.tar.zst
nixlib-95d5c0c21b1df93d254657fdf26c0ec072dcfdde.zip
haskellPackages.streamly-lmdb: obtain deps from haskell fixpoint
This will make the package work in non-default haskell package sets. The
issue was introduced in a1a4c4d6296ec93e72dac23df6965681e384af74.

Resolves #240512.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 58769decfacb..2328d3214593 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -422,7 +422,7 @@ self: super: {
   streamly-lmdb = super.streamly-lmdb.override {
     streamly =
       assert (builtins.compareVersions pkgs.haskellPackages.streamly.version "0.9.0" < 0);
-        pkgs.haskellPackages.streamly_0_9_0;
+        self.streamly_0_9_0;
   };
 
   # base bound