2021-08-23 08:02:39 +00:00
|
|
|
# This has been automatically generated by the script
|
|
|
|
# ./update.sh. This should not be changed by hand.
|
|
|
|
{ mkDerivation, aeson, aeson-casing, attoparsec, base, bytestring
|
|
|
|
, Cabal, criterion, ekg-core, fetchgit, file-embed, hashable
|
|
|
|
, hashtables, hasql, hasql-pool, hasql-transaction, hspec, lib
|
|
|
|
, mmorph, monad-control, mtl, postgresql, postgresql-binary
|
|
|
|
, postgresql-libpq, resource-pool, retry, scientific
|
|
|
|
, template-haskell, text, text-builder, time, transformers-base
|
|
|
|
, uuid, vector
|
|
|
|
}:
|
|
|
|
mkDerivation {
|
|
|
|
pname = "pg-client";
|
|
|
|
version = "0.1.0";
|
|
|
|
src = fetchgit {
|
|
|
|
url = "https://github.com/hasura/pg-client-hs.git";
|
2021-10-01 09:20:50 +00:00
|
|
|
sha256 = "00h9hskv3p4mg35php5wsr2d2rjahcv29rqidb2lxl11r05psr4m";
|
|
|
|
rev = "5e8a2d7ebe8b96518e5a70f4d61be2550eaa4e70";
|
2021-08-23 08:02:39 +00:00
|
|
|
fetchSubmodules = true;
|
|
|
|
};
|
|
|
|
setupHaskellDepends = [ base Cabal ];
|
|
|
|
libraryHaskellDepends = [
|
|
|
|
aeson aeson-casing attoparsec base bytestring ekg-core hashable
|
|
|
|
hashtables mmorph monad-control mtl postgresql-binary
|
|
|
|
postgresql-libpq resource-pool retry scientific template-haskell
|
|
|
|
text text-builder time transformers-base uuid vector
|
|
|
|
];
|
|
|
|
librarySystemDepends = [ postgresql ];
|
|
|
|
testHaskellDepends = [ base bytestring hspec mtl ];
|
|
|
|
benchmarkHaskellDepends = [
|
|
|
|
base bytestring criterion file-embed hashable hasql hasql-pool
|
|
|
|
hasql-transaction mtl postgresql-libpq text text-builder
|
|
|
|
];
|
|
|
|
homepage = "https://github.com/hasura/platform";
|
|
|
|
license = lib.licenses.bsd3;
|
|
|
|
maintainers = with lib.maintainers; [ lassulus ];
|
|
|
|
}
|