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 a1a4c4d629.

Resolves #240512.
This commit is contained in:
sternenseemann 2023-06-30 01:16:55 +02:00
parent 6df7cf2979
commit 95d5c0c21b

View File

@ -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