haskellPackages.matterhorn: Fix eval
This commit is contained in:
parent
798e23c74f
commit
becd5f5bc3
@ -340,7 +340,7 @@ self: super: {
|
|||||||
# Needs the latest version of vty and brick.
|
# Needs the latest version of vty and brick.
|
||||||
matterhorn = super.matterhorn.overrideScope (self: super: {
|
matterhorn = super.matterhorn.overrideScope (self: super: {
|
||||||
brick = self.brick_0_57;
|
brick = self.brick_0_57;
|
||||||
vty = self.vty_5_31;
|
vty = self.vty_5_32;
|
||||||
});
|
});
|
||||||
|
|
||||||
memcache = dontCheck super.memcache;
|
memcache = dontCheck super.memcache;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user