summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-05 13:11:30 +0200
committerPeter Simons <simons@cryp.to>2015-05-05 13:11:30 +0200
commit19e1e448096eeb02e4c64597130f21aa29c5caf3 (patch)
treec954040adcf4f9aef844c6a7c6cee44ce415cdd2 /pkgs
parentd383f5181cf22a5eaca6ea84592aa5a73ad758e2 (diff)
downloadnixlib-19e1e448096eeb02e4c64597130f21aa29c5caf3.tar
nixlib-19e1e448096eeb02e4c64597130f21aa29c5caf3.tar.gz
nixlib-19e1e448096eeb02e4c64597130f21aa29c5caf3.tar.bz2
nixlib-19e1e448096eeb02e4c64597130f21aa29c5caf3.tar.lz
nixlib-19e1e448096eeb02e4c64597130f21aa29c5caf3.tar.xz
nixlib-19e1e448096eeb02e4c64597130f21aa29c5caf3.tar.zst
nixlib-19e1e448096eeb02e4c64597130f21aa29c5caf3.zip
haskell-ghc-events has been fixed upstream.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index d22a279f0b82..7618b7c4eb54 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -119,10 +119,6 @@ self: super: {
   unix-time = dontCheck super.unix-time;
 
   # Until the changes have been pushed to Hackage
-  ghc-events = appendPatch super.ghc-events (pkgs.fetchpatch {
-    url = "https://patch-diff.githubusercontent.com/raw/haskell/ghc-events/pull/8.patch";
-    sha256 = "1k881jrvzfvs761jgfhf5nsbmbc33c9333l4s0f5088p46ff2n1l";
-  });
   dependent-sum-template = appendPatch super.dependent-sum-template (pkgs.fetchpatch {
     url = "https://patch-diff.githubusercontent.com/raw/mokus0/dependent-sum-template/pull/4.patch";
     sha256 = "1yb1ny4ckl4d3sf4xnvpbsa9rw2dficzgipijs5s3729dnsc3rb0";