Re-generate all Haskell packages with the latest version of cabal2nix.
This change brings support for building and running the regressions test suites.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ cabal, attoparsec, blazeBuilder, blazeTextual, postgresqlLibpq
|
||||
, text, time, transformers, vector
|
||||
{ cabal, attoparsec, base16Bytestring, blazeBuilder, blazeTextual
|
||||
, cryptohash, HUnit, postgresqlLibpq, text, time, transformers
|
||||
, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@@ -10,6 +11,7 @@ cabal.mkDerivation (self: {
|
||||
attoparsec blazeBuilder blazeTextual postgresqlLibpq text time
|
||||
transformers vector
|
||||
];
|
||||
testDepends = [ base16Bytestring cryptohash HUnit text time ];
|
||||
meta = {
|
||||
description = "Mid-Level PostgreSQL client library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user