summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2016-08-04 17:25:49 +0100
committerobadz <obadz-git@obadz.com>2016-08-04 17:40:17 +0100
commitfbea275286fd55db5655012d6a5fe68c297508ff (patch)
treec92cf9cba421d976786dad0bfccdee2b28de9956 /pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
parentf0f917201778148db279681b3eec42b70355e0a4 (diff)
downloadnixpkgs-fbea275286fd55db5655012d6a5fe68c297508ff.tar
nixpkgs-fbea275286fd55db5655012d6a5fe68c297508ff.tar.gz
nixpkgs-fbea275286fd55db5655012d6a5fe68c297508ff.tar.bz2
nixpkgs-fbea275286fd55db5655012d6a5fe68c297508ff.tar.lz
nixpkgs-fbea275286fd55db5655012d6a5fe68c297508ff.tar.xz
nixpkgs-fbea275286fd55db5655012d6a5fe68c297508ff.tar.zst
nixpkgs-fbea275286fd55db5655012d6a5fe68c297508ff.zip
haskellPackages.ghc-mod: remove override as 5.6.0.0 is ghc8 compatible
cc @peti
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
index 73a23220750..b09680574b0 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
@@ -54,16 +54,6 @@ self: super: {
     broken = true;   # needs template-haskell >=2.9 && <2.11
   }) {};
 
-  # ghc-mod has a ghc-8 branch that has not yet been merged
-  ghc-mod = super."ghc-mod".overrideDerivation (attrs: rec {
-    src = pkgs.fetchFromGitHub {
-      owner  = "DanielG";
-      repo   = "ghc-mod";
-      rev    = "f2c7b01e372dd8c516b1ccbe5a1025cc7814347c";
-      sha256 = "1i45196qrzlhgbisnvkzni4n54saky0i1kyla162xcb5cg3kf2ji";
-    };
-  });
-
   # https://github.com/ygale/timezone-series/issues/2
   timezone-series = appendPatch super.timezone-series (pkgs.fetchpatch {
     url = "https://github.com/ryantrinkle/timezone-series/commit/f8dece8c016db6476e2bb0d4f972769a76f6ff40.patch";