summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-02 13:27:47 +0200
committerPeter Simons <simons@cryp.to>2018-05-03 14:50:43 +0200
commit92256a9453bde2ccb34a4d9544148f4fade924a8 (patch)
tree20e88f52426479f23372a6c84733f07f58c6e870 /pkgs/development/haskell-modules
parentb33d1d6481abc13546177d94cc3ceb9a3ce69c27 (diff)
downloadnixpkgs-92256a9453bde2ccb34a4d9544148f4fade924a8.tar
nixpkgs-92256a9453bde2ccb34a4d9544148f4fade924a8.tar.gz
nixpkgs-92256a9453bde2ccb34a4d9544148f4fade924a8.tar.bz2
nixpkgs-92256a9453bde2ccb34a4d9544148f4fade924a8.tar.lz
nixpkgs-92256a9453bde2ccb34a4d9544148f4fade924a8.tar.xz
nixpkgs-92256a9453bde2ccb34a4d9544148f4fade924a8.tar.zst
nixpkgs-92256a9453bde2ccb34a4d9544148f4fade924a8.zip
haskell-tar: drop obsolete override for ghc-8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix14
1 files changed, 0 insertions, 14 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 cf103628312..081d53bfbe7 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -191,20 +191,6 @@ self: super: {
   });
 
   singletons = super.singletons_2_4_1;
-
-  ## Upstreamed, awaiting a Hackage release
-  tar = overrideCabal super.tar (drv: {
-    ##     • No instance for (Semigroup (Entries e))
-    ##         arising from the superclasses of an instance declaration
-    ##     • In the instance declaration for ‘Monoid (Entries e)’
-    src = pkgs.fetchFromGitHub {
-      owner  = "haskell";
-      repo   = "tar";
-      rev    = "abf2ccb8f7da0514343a0b2624cabebe081bdfa8";
-      sha256 = "0s33lgrr574i1r7zc1jqahnwx3dv47ny30mbx5zfpdzjw0jdl5ny";
-    };
-  });
-
   th-desugar = super.th-desugar_1_8;
 
   ## Upstreamed, awaiting a Hackage release