cabal2nix-2.16.0: test/golden-test-cases/emailaddress.nix.golden
{ mkDerivation, aeson, base, bifunctors, bytestring, doctest
, email-validate, Glob, http-api-data, lib, opaleye, path-pieces
, persistent, postgresql-simple, product-profunctors, profunctors
, text
}:
mkDerivation {
pname = "emailaddress";
version = "0.2.0.0";
sha256 = "deadbeef";
libraryHaskellDepends = [
aeson base bifunctors bytestring email-validate http-api-data
opaleye path-pieces persistent postgresql-simple
product-profunctors profunctors text
];
testHaskellDepends = [ base doctest Glob ];
homepage = "https://github.com/cdepillabout/emailaddress#readme";
description = "Wrapper around email-validate library adding instances for common type classes";
license = lib.licenses.bsd3;
}