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
This commit is contained in:
parent
1fcac34d46
commit
6792f76706
|
@ -110359,9 +110359,7 @@ self: {
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "stm-queue-extras";
|
pname = "stm-queue-extras";
|
||||||
version = "0.2.0.0";
|
version = "0.2.0.0";
|
||||||
revision = "1";
|
|
||||||
sha256 = "1qd6zsr2lkkg5yxp72l38h00b2xj40jn38qx9sfvgpss6rkda40s";
|
sha256 = "1qd6zsr2lkkg5yxp72l38h00b2xj40jn38qx9sfvgpss6rkda40s";
|
||||||
editedCabalFile = "0c90122c2c5998a0b60d00506effde335dbd71ad60bc1b798759a05d4fb3193b";
|
|
||||||
buildDepends = [ base stm stm-chans ];
|
buildDepends = [ base stm stm-chans ];
|
||||||
description = "Extra queue utilities for STM";
|
description = "Extra queue utilities for STM";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
|
Loading…
Reference in New Issue