about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-11-06 13:49:12 +0100
committerPeter Simons <simons@cryp.to>2018-11-08 17:39:13 +0100
commit1fd998c512b824921fbe52a1916639b6bac0e4c2 (patch)
tree536b76ac6d036cb62c1411cc632e44c9ccc6355f /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parentd0df66ea60cf8a9543db6d393b38f2d9ec667097 (diff)
downloadnixlib-1fd998c512b824921fbe52a1916639b6bac0e4c2.tar
nixlib-1fd998c512b824921fbe52a1916639b6bac0e4c2.tar.gz
nixlib-1fd998c512b824921fbe52a1916639b6bac0e4c2.tar.bz2
nixlib-1fd998c512b824921fbe52a1916639b6bac0e4c2.tar.lz
nixlib-1fd998c512b824921fbe52a1916639b6bac0e4c2.tar.xz
nixlib-1fd998c512b824921fbe52a1916639b6bac0e4c2.tar.zst
nixlib-1fd998c512b824921fbe52a1916639b6bac0e4c2.zip
haskell-src-meta: drop obsolete override
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix3
1 files changed, 0 insertions, 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;