liquidhaskell: fix build
This commit is contained in:
parent
dfe23fc584
commit
d67214d8f7
@ -332,7 +332,6 @@ self: super: {
|
|||||||
language-slice = dontCheck super.language-slice;
|
language-slice = dontCheck super.language-slice;
|
||||||
ldap-client = dontCheck super.ldap-client;
|
ldap-client = dontCheck super.ldap-client;
|
||||||
lensref = dontCheck super.lensref;
|
lensref = dontCheck super.lensref;
|
||||||
liquidhaskell = dontCheck super.liquidhaskell;
|
|
||||||
lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
|
lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
|
||||||
lvmrun = disableHardening (dontCheck super.lvmrun) ["format"];
|
lvmrun = disableHardening (dontCheck super.lvmrun) ["format"];
|
||||||
memcache = dontCheck super.memcache;
|
memcache = dontCheck super.memcache;
|
||||||
@ -858,4 +857,8 @@ self: super: {
|
|||||||
|
|
||||||
# https://github.com/danidiaz/tailfile-hinotify/issues/2
|
# https://github.com/danidiaz/tailfile-hinotify/issues/2
|
||||||
tailfile-hinotify = dontCheck super.tailfile-hinotify;
|
tailfile-hinotify = dontCheck super.tailfile-hinotify;
|
||||||
|
|
||||||
|
# build liquidhaskell with the proper (old) aeson version
|
||||||
|
liquidhaskell = super.liquidhaskell.override { aeson = self.aeson_0_11_3_0; };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user