From c23fd4fbc958f2fc5e38526254cc5fa997bd59d7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 6 May 2016 13:53:38 +0200 Subject: [PATCH] configuration-ghc-7.10.x.nix: remove obsolete override for linear --- .../development/haskell-modules/configuration-ghc-7.10.x.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index af6718bfd8d..04c670a22e0 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -33,11 +33,6 @@ self: super: { unix = null; xhtml = null; - # ekmett/linear#74 - linear = overrideCabal super.linear (drv: { - prePatch = "sed -i 's/-Werror//g' linear.cabal"; - }); - # Our core version of Cabal is good enough for this build. cabal-install = dontCheck (super.cabal-install.override { Cabal = null; });