haskellPackages.lvar: jailbreak

This commit is contained in:
maralorn 2023-07-17 00:50:39 +02:00
parent 69f763a443
commit bae7b8ae56
No known key found for this signature in database

View file

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