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; });