about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-05-08 20:39:52 +0200
committerPeter Simons <simons@cryp.to>2020-05-08 21:11:47 +0200
commit2a60d7246558b160156510d8f3d101bd8743eb38 (patch)
tree64e55c083e6a8bbd27b0fd6ad9cbf921a293d234
parent7a10ebe3612ac71232052124fad9f1a00f7d950f (diff)
downloadnixlib-2a60d7246558b160156510d8f3d101bd8743eb38.tar
nixlib-2a60d7246558b160156510d8f3d101bd8743eb38.tar.gz
nixlib-2a60d7246558b160156510d8f3d101bd8743eb38.tar.bz2
nixlib-2a60d7246558b160156510d8f3d101bd8743eb38.tar.lz
nixlib-2a60d7246558b160156510d8f3d101bd8743eb38.tar.xz
nixlib-2a60d7246558b160156510d8f3d101bd8743eb38.tar.zst
nixlib-2a60d7246558b160156510d8f3d101bd8743eb38.zip
haskell-hlint: drop obsolete override for ghc-8.10.x
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index ff5f1e55063d..9053d2d9e0d2 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -133,11 +133,6 @@ self: super: {
     sha256 = "0lhs4vx5qg5ldhnyb9z7k0jmxhmd2f34x4xbwv6vsljs9vr02pd8";
   });
 
-  # https://github.com/ndmitchell/hlint/issues/959
-  hlint = super.hlint.override {
-    ghc-lib-parser-ex = addBuildDepend super.ghc-lib-parser-ex super.ghc-lib-parser;
-  };
-
   # https://github.com/commercialhaskell/pantry/issues/21
   pantry = appendPatch super.pantry (pkgs.fetchpatch {
     name = "add-cabal-3.2.x-support.patch";