From 1fd998c512b824921fbe52a1916639b6bac0e4c2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 6 Nov 2018 13:49:12 +0100 Subject: [PATCH] haskell-src-meta: drop obsolete override --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index 8d8b95a51a23..315740b309fa 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -97,9 +97,6 @@ self: super: { unicode-transforms = dontCheck super.unicode-transforms; monad-par = dontCheck super.monad-par; # https://github.com/simonmar/monad-par/issues/66 - # https://github.com/bmillwood/haskell-src-meta/pull/80 - haskell-src-meta = doJailbreak super.haskell-src-meta; - # https://github.com/jgm/skylighting/issues/55 skylighting-core = dontCheck super.skylighting-core;