summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2017-04-21 07:56:49 -0400
committerPeter Simons <simons@cryp.to>2017-04-25 16:08:43 +0200
commit9b74549c0bd8458e4eba626977852efe3f3204b4 (patch)
tree679cb6458eb354f0745bde73c52c189632d77eb8 /pkgs
parent92844240c27fd779ea3b308729afbb310c119131 (diff)
downloadnixlib-9b74549c0bd8458e4eba626977852efe3f3204b4.tar
nixlib-9b74549c0bd8458e4eba626977852efe3f3204b4.tar.gz
nixlib-9b74549c0bd8458e4eba626977852efe3f3204b4.tar.bz2
nixlib-9b74549c0bd8458e4eba626977852efe3f3204b4.tar.lz
nixlib-9b74549c0bd8458e4eba626977852efe3f3204b4.tar.xz
nixlib-9b74549c0bd8458e4eba626977852efe3f3204b4.tar.zst
nixlib-9b74549c0bd8458e4eba626977852efe3f3204b4.zip
purescript: remove overrides
It now supports recent versions of various dependencies.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9d689d5394a8..14619415348a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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;