summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-08-16 15:16:54 -0400
committerShea Levy <shea@shealevy.com>2018-08-16 15:16:54 -0400
commit816f4ef18879a60734c3223d1b65abca520d9ee6 (patch)
treee93a393ea51a4eb9fa25a6d8bd855658a96eef01 /pkgs/development
parentc307e99c5de30599bc916ad81b38061f106e4dd3 (diff)
downloadnixlib-816f4ef18879a60734c3223d1b65abca520d9ee6.tar
nixlib-816f4ef18879a60734c3223d1b65abca520d9ee6.tar.gz
nixlib-816f4ef18879a60734c3223d1b65abca520d9ee6.tar.bz2
nixlib-816f4ef18879a60734c3223d1b65abca520d9ee6.tar.lz
nixlib-816f4ef18879a60734c3223d1b65abca520d9ee6.tar.xz
nixlib-816f4ef18879a60734c3223d1b65abca520d9ee6.tar.zst
nixlib-816f4ef18879a60734c3223d1b65abca520d9ee6.zip
haskellPackages.cabal-plan: Remove broken patch.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d15d121776ba..eeeacc0d2248 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -951,12 +951,6 @@ self: super: {
   # https://github.com/yesodweb/Shelly.hs/issues/162
   shelly = dontCheck super.shelly;
 
-  # Support ansi-terminal 0.7.x.
-  cabal-plan = appendPatch super.cabal-plan (pkgs.fetchpatch {
-    url = "https://github.com/haskell-hvr/cabal-plan/pull/16.patch";
-    sha256 = "0i889zs46wn09d7iqdy99201zaqxb175cfs8jz2zi3mv4ywx3a0l";
-  });
-
   # https://github.com/simonmichael/hledger/issues/852
   hledger-lib = appendPatch super.hledger-lib (pkgs.fetchpatch {
     url = "https://github.com/simonmichael/hledger/commit/007b9f8caaf699852511634752a7d7c86f6adc67.patch";