hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-8-g13e29eb from Hackage revision
3ea24c40c8.
This commit is contained in:
Peter Simons 2020-07-03 12:36:11 +02:00
parent 6ef1a8db24
commit 4535c66219

View File

@ -36125,6 +36125,33 @@ self: {
broken = true;
}) {};
"azure-functions-worker" = callPackage
({ mkDerivation, aeson, async, base, bytestring, Cabal, containers
, directory, filepath, glabrous, http-types, http2-client
, http2-client-grpc, http2-grpc-proto-lens, http2-grpc-types
, lens-family, lens-family-core, mtl, network-uri
, optparse-applicative, proto-lens-protobuf-types
, proto-lens-protoc, proto-lens-runtime, proto-lens-setup
, raw-strings-qq, stm, text, time
}:
mkDerivation {
pname = "azure-functions-worker";
version = "0.0.0.0";
sha256 = "0035kmxfnb121mg38xzbyxphwg2r4x63chlywl67b9nz1pwp828x";
setupHaskellDepends = [ base Cabal proto-lens-setup ];
libraryHaskellDepends = [
aeson async base bytestring containers directory filepath glabrous
http-types http2-client http2-client-grpc http2-grpc-proto-lens
http2-grpc-types lens-family lens-family-core mtl network-uri
optparse-applicative proto-lens-protobuf-types proto-lens-runtime
raw-strings-qq stm text time
];
libraryToolDepends = [ proto-lens-protoc ];
testHaskellDepends = [ base ];
description = "Azure Functions Worker";
license = stdenv.lib.licenses.mit;
}) {};
"azure-service-api" = callPackage
({ mkDerivation, base, binary, bytestring, case-insensitive
, certificate, crypto-pubkey-types, http-conduit, hxt, hxt-xpath
@ -196915,10 +196942,8 @@ self: {
({ mkDerivation, base, bytestring, process, unix, util }:
mkDerivation {
pname = "posix-pty";
version = "0.2.1.1";
sha256 = "1fdvzmk7v7lasyhwinl9wqxq8c67balyyygyb1bzljj3hzn0rid2";
revision = "1";
editedCabalFile = "1dhxxwlv69bczi7mbhdd9f3s9nnjb4b3jf9mlgdjg7wxqh84zrgi";
version = "0.2.2";
sha256 = "1wwpvjnc252miyqmg5ffvf6ba60kj1i7iknyxrpkmh3zhz31vyws";
libraryHaskellDepends = [ base bytestring process unix ];
librarySystemDepends = [ util ];
testHaskellDepends = [ base bytestring process ];