From c373b26f9c73149905fea8089d029dc036d0a487 Mon Sep 17 00:00:00 2001 From: Kosyrev Serge Date: Mon, 12 Mar 2018 05:01:35 +0300 Subject: [PATCH] ghc841: boxes fix released --- .../haskell-modules/configuration-ghc-8.4.x.nix | 15 +++++---------- 1 file changed, 5 insertions(+), 10 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 ea0af92460a1..9b04bb016ab4 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -49,6 +49,11 @@ self: super: { haskell-src = markBrokenVersion "1.0.2.0" super.haskell-src; ## Shadowed: + ## Needs bump to a versioned attribute + ## Setup: Encountered missing dependencies: + ## base >=3 && <4.11 + boxes = super.boxes_0_1_5; + ## Needs bump to a versioned attribute ## • No instance for (GHC.Base.Semigroup BV) ## arising from the superclasses of an instance declaration @@ -596,16 +601,6 @@ self: super: { jailbreak = true; }); - boxes = overrideCabal super.boxes (drv: { - ## https://github.com/treeowl/boxes/issues/29 - patches = (drv.patches or []) ++ [ - (pkgs.fetchpatch - { url = https://github.com/asr/boxes/commit/f03e16cb8677a9d85687c641fe27a87e6fd94d54.patch; - sha256 = "179vkn6jimiy64dwyam04x8v981l3pfrq3ig97600vnkns3v8i6a"; - }) - ]; - }); - deepseq-generics = overrideCabal super.deepseq-generics (drv: { ## Setup: Encountered missing dependencies: ## base >=4.5 && <4.11