about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-18 19:56:36 +0100
committerPeter Simons <simons@cryp.to>2018-03-20 16:23:12 +0100
commite4a5fea87fdfa0431c068661c32fc6781b629577 (patch)
tree133d2c9fd60897b25f9d3a6e9d927b8cef2fee75 /pkgs/development/haskell-modules
parentc9777cdf9d8ba789a495e7f833bb6088654c392f (diff)
downloadnixlib-e4a5fea87fdfa0431c068661c32fc6781b629577.tar
nixlib-e4a5fea87fdfa0431c068661c32fc6781b629577.tar.gz
nixlib-e4a5fea87fdfa0431c068661c32fc6781b629577.tar.bz2
nixlib-e4a5fea87fdfa0431c068661c32fc6781b629577.tar.lz
nixlib-e4a5fea87fdfa0431c068661c32fc6781b629577.tar.xz
nixlib-e4a5fea87fdfa0431c068661c32fc6781b629577.tar.zst
nixlib-e4a5fea87fdfa0431c068661c32fc6781b629577.zip
haskell-blaze-builder: 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.nix17
1 files changed, 0 insertions, 17 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 bf450f76ce67..d2b7f369fc8d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -301,23 +301,6 @@ self: super: {
 
   ## Unmerged
 
-  ## Unmerged.  PR: https://github.com/lpsmith/blaze-builder/pull/10
-  ## Issue: https://github.com/lpsmith/blaze-builder/issues/12
-  blaze-builder = overrideCabal super.blaze-builder (drv: {
-    ##     • No instance for (Semigroup Poke)
-    ##         arising from the superclasses of an instance declaration
-    ##     • In the instance declaration for ‘Monoid Poke’
-    src = pkgs.fetchFromGitHub {
-      owner  = "bgamari";
-      repo   = "blaze-builder";
-      rev    = "b7195f160795a081adbb9013810d843f1ba5e062";
-      sha256 = "1g351fdpsvn2lbqiy9bg2s0wwrdccb8q1zh7gvpsx5nnj24b1c00";
-    };
-    ## Setup: Encountered missing dependencies:
-    ## base >=4 && <4.11
-    jailbreak       = true;
-  });
-
   ## Unmerged.  PR: https://github.com/wrengr/bytestring-trie/pull/3
   bytestring-trie = overrideCabal super.bytestring-trie (drv: {
     ##     • Could not deduce (Semigroup (Trie a))