haskellPackages: Unmark hpack, pantry and http-download as broken

Fixes evaluation of stack
This commit is contained in:
Silvan Mosberger 2019-08-12 00:09:05 +02:00
parent 612871e2ec
commit f5c793ecb4
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -119541,8 +119541,6 @@ self: {
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];
description = "A modern format for Haskell packages"; description = "A modern format for Haskell packages";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {}; }) {};
"hpack-convert" = callPackage "hpack-convert" = callPackage
@ -126072,8 +126070,6 @@ self: {
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];
description = "Verified downloads with retries"; description = "Verified downloads with retries";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {}; }) {};
"http-encodings" = callPackage "http-encodings" = callPackage
@ -173140,8 +173136,6 @@ self: {
]; ];
description = "Content addressable Haskell package management"; description = "Content addressable Haskell package management";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {}; }) {};
"pantry-tmp" = callPackage "pantry-tmp" = callPackage