Merge pull request #82780 from erictapen/nixos-20.03-binary-strict

[20.03] haskellPackages.binary-strict: 0.4.8.4 -> 0.4.8.5
This commit is contained in:
Dennis Gosnell
2020-03-18 11:18:37 +09:00
committed by GitHub
2 changed files with 2 additions and 14 deletions

View File

@@ -3238,7 +3238,6 @@ broken-packages:
- binary-protocol
- binary-protocol-zmq
- binary-streams
- binary-strict
- binary-typed
- bind-marshal
- binding-gtk
@@ -4562,7 +4561,6 @@ broken-packages:
- ethereum-analyzer-webui
- ethereum-client-haskell
- ethereum-merkle-patricia-db
- eths-rlp
- euler-tour-tree
- euphoria
- eurofxref
@@ -10105,7 +10103,6 @@ broken-packages:
- vk-aws-route53
- VKHS
- voicebase
- vorbiscomment
- vowpal-utils
- voyeur
- vpq
@@ -10208,7 +10205,6 @@ broken-packages:
- webdriver-w3c
- WeberLogic
- webfinger-client
- webify
- webkit-javascriptcore
- Webrexp
- webserver

View File

@@ -38912,13 +38912,11 @@ self: {
({ mkDerivation, array, base, bytestring, mtl }:
mkDerivation {
pname = "binary-strict";
version = "0.4.8.4";
sha256 = "07b62k4vqdxwaa8fp3zy2xgzc8j1wgzjh04jij2dabk0329flham";
version = "0.4.8.5";
sha256 = "1m1r6dnvnj5ghvhb2wsh5sczvqx500xyh2f8qs1j1ddzn70bb6wp";
libraryHaskellDepends = [ array base bytestring mtl ];
description = "Binary deserialisation using strict ByteStrings";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"binary-tagged" = callPackage
@@ -80804,8 +80802,6 @@ self: {
];
description = "Ethereum Recursive Length Prefix Encoding";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"ety" = callPackage
@@ -257899,8 +257895,6 @@ self: {
];
description = "Reading of Vorbis comments from Ogg Vorbis files";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"vowpal-utils" = callPackage
@@ -261508,8 +261502,6 @@ self: {
];
description = "webfont generator";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"webkit" = callPackage