lol

haskell-hashtables: drop obsolete override for ghc-8.4.x

-13
-13
pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
··· 193 193 libraryHaskellDepends = (drv.libraryHaskellDepends or []) ++ (with self; [ data-or ]); 194 194 }); 195 195 196 - ## Unmerged. PR: https://github.com/gregorycollins/hashtables/pull/46 197 - hashtables = overrideCabal super.hashtables (drv: { 198 - ## • No instance for (Semigroup Slot) 199 - ## arising from the superclasses of an instance declaration 200 - ## • In the instance declaration for ‘Monoid Slot’ 201 - src = pkgs.fetchFromGitHub { 202 - owner = "deepfire"; 203 - repo = "hashtables"; 204 - rev = "b9eb4b10a50bd6250330422afecc065339a32412"; 205 - sha256 = "0l4nplpvnzzf397zyh7j2k6yiqb46k6bdy00m4zzvhlfp7p1xkaw"; 206 - }; 207 - }); 208 - 209 196 ## Unmerged. PR: https://github.com/hanshoglund/monadplus/pull/3 210 197 monadplus = overrideCabal super.monadplus (drv: { 211 198 ## • No instance for (Semigroup (Partial a b))