about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorKosyrev Serge <serge.kosyrev@iohk.io>2018-03-12 05:01:35 +0300
committerPeter Simons <simons@cryp.to>2018-03-12 14:30:58 +0100
commitc373b26f9c73149905fea8089d029dc036d0a487 (patch)
tree67d3b4b24135497c111784133db28f70c3a35597 /pkgs/development
parent1278dba2bc5b12ceb47e3b7ec2629b4bc188c3fb (diff)
downloadnixlib-c373b26f9c73149905fea8089d029dc036d0a487.tar
nixlib-c373b26f9c73149905fea8089d029dc036d0a487.tar.gz
nixlib-c373b26f9c73149905fea8089d029dc036d0a487.tar.bz2
nixlib-c373b26f9c73149905fea8089d029dc036d0a487.tar.lz
nixlib-c373b26f9c73149905fea8089d029dc036d0a487.tar.xz
nixlib-c373b26f9c73149905fea8089d029dc036d0a487.tar.zst
nixlib-c373b26f9c73149905fea8089d029dc036d0a487.zip
ghc841: boxes fix released
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix15
1 files 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
@@ -50,6 +50,11 @@ self: super: {
   ## 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
   ##     • In the instance declaration for ‘Monoid BV’
@@ -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