3
0
Fork 0
forked from mirrors/nixpkgs

purescript: remove overrides

It now supports recent versions of various dependencies.
This commit is contained in:
Michael Alan Dorman 2017-04-21 07:56:49 -04:00 committed by Peter Simons
parent 92844240c2
commit 9b74549c0b

View file

@ -456,16 +456,6 @@ self: super: {
apiary-session = dontCheck super.apiary-session;
apiary-websockets = dontCheck super.apiary-websockets;
# See instructions provided by Peti in https://github.com/NixOS/nixpkgs/issues/23036
purescript = super.purescript.overrideScope (self: super: {
# TODO: Re-evaluate the following overrides after the 0.11 release.
aeson = self.aeson_0_11_3_0;
http-client = self.http-client_0_4_31_2;
http-client-tls = self.http-client-tls_0_2_4_1;
pipes = self.pipes_4_2_0;
websockets = self.websockets_0_9_8_2;
});
# HsColour: Language/Unlambda.hs: hGetContents: invalid argument (invalid byte sequence)
unlambda = dontHyperlinkSource super.unlambda;