{ mkDerivation, base, bytestring, convertible, HDBC , persistable-record, relational-query-HDBC, stdenv , 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 = stdenv.lib.licenses.bsd3; }