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:
parent
6ef1a8db24
commit
4535c66219
@ -36125,6 +36125,33 @@ self: {
|
|||||||
broken = true;
|
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
|
"azure-service-api" = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring, case-insensitive
|
({ mkDerivation, base, binary, bytestring, case-insensitive
|
||||||
, certificate, crypto-pubkey-types, http-conduit, hxt, hxt-xpath
|
, certificate, crypto-pubkey-types, http-conduit, hxt, hxt-xpath
|
||||||
@ -196915,10 +196942,8 @@ self: {
|
|||||||
({ mkDerivation, base, bytestring, process, unix, util }:
|
({ mkDerivation, base, bytestring, process, unix, util }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "posix-pty";
|
pname = "posix-pty";
|
||||||
version = "0.2.1.1";
|
version = "0.2.2";
|
||||||
sha256 = "1fdvzmk7v7lasyhwinl9wqxq8c67balyyygyb1bzljj3hzn0rid2";
|
sha256 = "1wwpvjnc252miyqmg5ffvf6ba60kj1i7iknyxrpkmh3zhz31vyws";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "1dhxxwlv69bczi7mbhdd9f3s9nnjb4b3jf9mlgdjg7wxqh84zrgi";
|
|
||||||
libraryHaskellDepends = [ base bytestring process unix ];
|
libraryHaskellDepends = [ base bytestring process unix ];
|
||||||
librarySystemDepends = [ util ];
|
librarySystemDepends = [ util ];
|
||||||
testHaskellDepends = [ base bytestring process ];
|
testHaskellDepends = [ base bytestring process ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user