summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-02 13:37:18 +0200
committerPeter Simons <simons@cryp.to>2018-05-03 14:50:44 +0200
commit0fe200796366fb154351c67e7f9dbaa595d7a74f (patch)
treeef66a0e240329c7397c2a72c518234728287fc97 /pkgs
parent756e386e417c46b7ecb142b5d6bcdb1b6801e9f1 (diff)
downloadnixlib-0fe200796366fb154351c67e7f9dbaa595d7a74f.tar
nixlib-0fe200796366fb154351c67e7f9dbaa595d7a74f.tar.gz
nixlib-0fe200796366fb154351c67e7f9dbaa595d7a74f.tar.bz2
nixlib-0fe200796366fb154351c67e7f9dbaa595d7a74f.tar.lz
nixlib-0fe200796366fb154351c67e7f9dbaa595d7a74f.tar.xz
nixlib-0fe200796366fb154351c67e7f9dbaa595d7a74f.tar.zst
nixlib-0fe200796366fb154351c67e7f9dbaa595d7a74f.zip
haskell-simple-reflect: 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 7363d19fb5dc..4f76caa8918e 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;