summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-head.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-02-15 15:03:05 +0100
committerPeter Simons <simons@cryp.to>2019-02-18 10:39:12 +0100
commitacaa5c1f1aecfea0bc70fc42bf9950145bd7bfa5 (patch)
tree194272385b9aef62a19a8014aad586643ed7ac11 /pkgs/development/haskell-modules/configuration-ghc-head.nix
parentcdc4398b7123a35b52428ba4cc5627f2096aee62 (diff)
downloadnixpkgs-acaa5c1f1aecfea0bc70fc42bf9950145bd7bfa5.tar
nixpkgs-acaa5c1f1aecfea0bc70fc42bf9950145bd7bfa5.tar.gz
nixpkgs-acaa5c1f1aecfea0bc70fc42bf9950145bd7bfa5.tar.bz2
nixpkgs-acaa5c1f1aecfea0bc70fc42bf9950145bd7bfa5.tar.lz
nixpkgs-acaa5c1f1aecfea0bc70fc42bf9950145bd7bfa5.tar.xz
nixpkgs-acaa5c1f1aecfea0bc70fc42bf9950145bd7bfa5.tar.zst
nixpkgs-acaa5c1f1aecfea0bc70fc42bf9950145bd7bfa5.zip
stylish-cabal compiles again. Yay!
Thank you, @pikajude.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-head.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-head.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix
index 1e7450a6bd1..2118be37534 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-head.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-head.nix
@@ -78,7 +78,4 @@ self: super: {
   # Fix build with ghc 8.6.x.
   git-annex = appendPatch super.git-annex ./patches/git-annex-fix-ghc-8.6.x-build.patch;
 
-  # https://github.com/pikajude/stylish-cabal/issues/11
-  stylish-cabal = markBrokenVersion "0.4.1.0" super.stylish-cabal;
-
 }