tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
haskellPackages.lenz-template: Fix against lenz 3
Shea Levy
8 years ago
24560604
63406fa1
+3
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+3
pkgs/development/haskell-modules/configuration-common.nix
···
1003
1003
# https://github.com/GaloisInc/pure-zlib/issues/6
1004
1004
pure-zlib = doJailbreak super.pure-zlib;
1005
1005
1006
1006
+
# https://github.com/strake/lenz-template.hs/issues/1
1007
1007
+
lenz-template = doJailbreak super.lenz-template;
1008
1008
+
1006
1009
}