cabal2nix-2.16.0: test/golden-test-cases/relational-query.nix.golden
{ mkDerivation, array, base, bytestring, containers, dlist, lib
, names-th, persistable-record, product-isomorphic
, quickcheck-simple, sql-words, template-haskell, text
, th-reify-compat, time, time-locale-compat, transformers
}:
mkDerivation {
pname = "relational-query";
version = "0.11.0.0";
sha256 = "deadbeef";
libraryHaskellDepends = [
array base bytestring containers dlist names-th persistable-record
product-isomorphic sql-words template-haskell text th-reify-compat
time time-locale-compat transformers
];
testHaskellDepends = [
base containers product-isomorphic quickcheck-simple transformers
];
homepage = "http://khibino.github.io/haskell-relational-record/";
description = "Typeful, Modular, Relational, algebraic query engine";
license = lib.licenses.bsd3;
}