cabal2nix-2.16.0: test/golden-test-cases/network-protocol-xmpp.nix.golden
{ mkDerivation, base, bytestring, gnuidn, gnutls, gsasl, lib
, libxml-sax, monads-tf, network, text, transformers, xml-types
}:
mkDerivation {
pname = "network-protocol-xmpp";
version = "0.4.8";
sha256 = "deadbeef";
libraryHaskellDepends = [
base bytestring gnuidn gnutls gsasl libxml-sax monads-tf network
text transformers xml-types
];
homepage = "https://john-millikin.com/software/haskell-xmpp/";
description = "Client library for the XMPP protocol";
license = lib.licenses.gpl3;
}