From 8583ad1425603669e31953447296d0b01f6187bd Mon Sep 17 00:00:00 2001 From: Justin Humm Date: Tue, 17 Mar 2020 14:43:28 +0100 Subject: [PATCH] haskellPackages.binary-strict: 0.4.8.4 -> 0.4.8.5 This fixes the build, also of - eths-rlp - vorbiscomment - webify which depend on binary-strict. Everything else that depends on binary-strict remains broken, so this commit shouldn't break anything that wasn't broken yet. --- .../haskell-modules/configuration-hackage2nix.yaml | 4 ---- .../development/haskell-modules/hackage-packages.nix | 12 ++---------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index f95b6efe1988..45c5fe9e7188 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -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 diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 93f2790000cd..309fdd479e2c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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