haskellPackages.lenz-template: Fix against lenz 3

This commit is contained in:
Shea Levy 2018-03-26 16:13:46 -04:00
parent 63406fa1cf
commit 2456060458
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -1003,4 +1003,7 @@ self: super: {
# https://github.com/GaloisInc/pure-zlib/issues/6
pure-zlib = doJailbreak super.pure-zlib;
# https://github.com/strake/lenz-template.hs/issues/1
lenz-template = doJailbreak super.lenz-template;
}