cabal2nix-2.16.0: test/golden-test-cases/persistable-types-HDBC-pg.nix.golden
{ mkDerivation, base, bytestring, convertible, HDBC, lib
, persistable-record, relational-query-HDBC, text-postgresql
}:
mkDerivation {
pname = "persistable-types-HDBC-pg";
version = "0.0.1.5";
sha256 = "deadbeef";
libraryHaskellDepends = [
base bytestring convertible HDBC persistable-record
relational-query-HDBC text-postgresql
];
homepage = "http://khibino.github.io/haskell-relational-record/";
description = "HDBC and Relational-Record instances of PostgreSQL extended types";
license = lib.licenses.bsd3;
}