hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.17.0 from Hackage revision
1385c34be7.
This commit is contained in:
Peter Simons 2021-03-18 10:14:15 +01:00
parent 9b2593e79e
commit 9126554cde

View file

@ -18635,6 +18635,8 @@ self: {
];
description = "Read standard file formats into Shpadoinkle with Template Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"Shpadoinkle-widgets" = callPackage
@ -140690,6 +140692,8 @@ self: {
];
description = "Encoders based on `proto3-wire` for gRPC over HTTP2";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"http2-grpc-types" = callPackage
@ -142582,6 +142586,8 @@ self: {
testToolDepends = [ doctest-discover ];
description = "SIMD library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hw-streams" = callPackage
@ -192592,8 +192598,8 @@ self: {
}:
mkDerivation {
pname = "ory-kratos";
version = "0.0.5.7";
sha256 = "0p9v3ndzk1v3kkjljl3nv4cp1zqywb1fdsg92zxijidjrxg6ikaz";
version = "0.0.5.9";
sha256 = "1c4vn8zyv9lakchiip6w80cfxkz7zsgfiwd5mq5dnc6fcsri3c6h";
libraryHaskellDepends = [
aeson base containers exceptions http-api-data http-client
http-client-tls http-types mtl network-uri servant servant-client
@ -210015,6 +210021,8 @@ self: {
];
description = "A low-level implementation of the Protocol Buffers (version 3) wire format";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"protobuf" = callPackage
@ -268297,8 +268305,8 @@ self: {
pname = "unescaping-print";
version = "0.1";
sha256 = "0a1ryvnpgsk668wagwwapksi7i9kbhhjfpqlvmg2z9kv1anr6mp5";
revision = "2";
editedCabalFile = "113p28z74lvsc7c6v93ilvbyp2fn5h1qsymksn3mi2ndxwq3vz3f";
revision = "3";
editedCabalFile = "0r2ggyy2qla75jxdhd3izqqkqb3ar6538jczfwlbbxrj4w1xkd47";
libraryHaskellDepends = [ base ];
description = "Tiny package providing unescaping versions of show and print";
license = lib.licenses.bsd3;
@ -276270,6 +276278,8 @@ self: {
];
description = "WAI Middleware to validate the request and response bodies";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"wai-middleware-verbs" = callPackage
@ -288357,19 +288367,20 @@ self: {
"zeolite-lang" = callPackage
({ mkDerivation, base, containers, directory, filepath, hashable
, megaparsec, mtl, parser-combinators, regex-tdfa, time
, transformers, unix
, megaparsec, microlens, microlens-th, mtl, parser-combinators
, regex-tdfa, time, transformers, unix
}:
mkDerivation {
pname = "zeolite-lang";
version = "0.12.0.0";
sha256 = "056brd93d1559wdz7s4wcvjglqg5p1bafhhgbqcqnd0q8msnilrv";
version = "0.13.0.0";
sha256 = "0baljnskj5vrw9vwkwddrqchqvk7i5dxr4d5aj7qvl73brchjx7c";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base containers directory filepath hashable megaparsec mtl
parser-combinators regex-tdfa time transformers unix
base containers directory filepath hashable megaparsec microlens
microlens-th mtl parser-combinators regex-tdfa time transformers
unix
];
executableHaskellDepends = [
base containers directory filepath unix