From 0fe200796366fb154351c67e7f9dbaa595d7a74f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 2 May 2018 13:37:18 +0200 Subject: [PATCH] haskell-simple-reflect: drop obsolete override for ghc-8.4.x --- .../haskell-modules/configuration-ghc-8.4.x.nix | 13 ------------- 1 file changed, 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 7363d19fb5d..4f76caa8918 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -152,19 +152,6 @@ self: super: { prePatch = "cd lambdacube-ir.haskell; "; }); - ## Upstreamed, awaiting a Hackage release - simple-reflect = overrideCabal super.simple-reflect (drv: { - ## • No instance for (Semigroup Expr) - ## arising from the superclasses of an instance declaration - ## • In the instance declaration for ‘Monoid Expr’ - src = pkgs.fetchFromGitHub { - owner = "twanvl"; - repo = "simple-reflect"; - rev = "c357e55da9a712dc5dbbfe6e36394e4ada2db310"; - sha256 = "15q41b00l8y51xzhbj5zhddyh3gi7gvml033w8mm2fih458jf6yq"; - }; - }); - singletons = super.singletons_2_4_1; th-desugar = super.th-desugar_1_8;