summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-02 13:48:14 +0200
committerPeter Simons <simons@cryp.to>2018-05-03 14:50:44 +0200
commit988ad012f6fe1f2f2626864f015239dc49514d83 (patch)
tree186a9fea66db0317bdaf6e738c3950fdebfba6cf /pkgs
parentcdca78789946fd441461b852375277ee646c8c68 (diff)
downloadnixlib-988ad012f6fe1f2f2626864f015239dc49514d83.tar
nixlib-988ad012f6fe1f2f2626864f015239dc49514d83.tar.gz
nixlib-988ad012f6fe1f2f2626864f015239dc49514d83.tar.bz2
nixlib-988ad012f6fe1f2f2626864f015239dc49514d83.tar.lz
nixlib-988ad012f6fe1f2f2626864f015239dc49514d83.tar.xz
nixlib-988ad012f6fe1f2f2626864f015239dc49514d83.tar.zst
nixlib-988ad012f6fe1f2f2626864f015239dc49514d83.zip
haskell-hashtables: drop obsolete override for ghc-8.4.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix13
1 files changed, 0 insertions, 13 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 b18737d97773..e18cd3005864 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -193,19 +193,6 @@ self: super: {
     libraryHaskellDepends = (drv.libraryHaskellDepends or []) ++ (with self; [ data-or ]);
   });
 
-  ## Unmerged.  PR: https://github.com/gregorycollins/hashtables/pull/46
-  hashtables = overrideCabal super.hashtables (drv: {
-    ##     • No instance for (Semigroup Slot)
-    ##         arising from the superclasses of an instance declaration
-    ##     • In the instance declaration for ‘Monoid Slot’
-    src = pkgs.fetchFromGitHub {
-      owner  = "deepfire";
-      repo   = "hashtables";
-      rev    = "b9eb4b10a50bd6250330422afecc065339a32412";
-      sha256 = "0l4nplpvnzzf397zyh7j2k6yiqb46k6bdy00m4zzvhlfp7p1xkaw";
-    };
-  });
-
   ## Unmerged.  PR: https://github.com/hanshoglund/monadplus/pull/3
   monadplus = overrideCabal super.monadplus (drv: {
     ##     • No instance for (Semigroup (Partial a b))