summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-10 15:06:18 +0100
committerPeter Simons <simons@cryp.to>2018-03-11 09:24:37 +0100
commit797c272b66cdd48e50a8af97bdc2a5568611a98e (patch)
treeabab5199c94b15f0d4dfc9edd5d778e38c25ccfd
parenthaskell-jailbreak-cabal: clean up overrides (diff)
downloadnixpkgs-797c272b66cdd48e50a8af97bdc2a5568611a98e.tar.gz
haskell-hslua-module-text: drop obsolete override
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 9b799cb562e8..30d5384e018f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -766,9 +766,6 @@ self: super: {
haddock-library = self.haddock-library_1_5_0_1;
haddock-library_1_5_0_1 = dontHaddock (dontCheck super.haddock-library_1_5_0_1);
- # https://github.com/hslua/hslua-module-text/issues/1
- hslua-module-text = doJailbreak super.hslua-module-text;
-
# https://github.com/phadej/tree-diff/issues/15
tree-diff = doJailbreak super.tree-diff;