From 6792f767060371bc6be54e0f48f9c3abe0d3a4a4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 25 Mar 2015 10:20:45 +0100 Subject: [PATCH] haskell-stm-queue-extras: manually remove the update to revision 1 That revision doesn't exist. What happened is that upstream uploaded a Cabal file that says "x-revision: 1". Of course, the incorrect setting will come back in as soon as we update hackage-packages.nix. Nonetheless, I'm opting for the short-term solution here, hoping that upstream will remove the x-revision header from Hackage soon'ish. https://github.com/haskell/hackage-server/issues/337 --- pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index ea2515b6b53..fcb11f206d0 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -110359,9 +110359,7 @@ self: { mkDerivation { pname = "stm-queue-extras"; version = "0.2.0.0"; - revision = "1"; sha256 = "1qd6zsr2lkkg5yxp72l38h00b2xj40jn38qx9sfvgpss6rkda40s"; - editedCabalFile = "0c90122c2c5998a0b60d00506effde335dbd71ad60bc1b798759a05d4fb3193b"; buildDepends = [ base stm stm-chans ]; description = "Extra queue utilities for STM"; license = stdenv.lib.licenses.asl20;