From 04abf153ef02c6535779e0e333f731393627dce7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 3 Aug 2019 13:00:22 +0200 Subject: [PATCH] haskell-hsdev: update override for the latest version --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 559ca9dec70..5cd0ad2cd7b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1111,7 +1111,7 @@ self: super: { ''; }); - hsdev_0_3_3_1 = super.hsdev_0_3_3_1.overrideScope (self: super: { + hsdev_0_3_3_2 = super.hsdev_0_3_3_2.overrideScope (self: super: { haskell-names = self.haskell-names_0_9_6; network = self.network_3_0_1_1; });