cabal2nix-2.16.0: test/golden-test-cases/groundhog-mysql.nix.golden
{ mkDerivation, base, bytestring, containers, groundhog, lib
, monad-control, monad-logger, mysql, mysql-simple, resource-pool
, resourcet, text, time, transformers
}:
mkDerivation {
pname = "groundhog-mysql";
version = "0.8";
sha256 = "deadbeef";
libraryHaskellDepends = [
base bytestring containers groundhog monad-control monad-logger
mysql mysql-simple resource-pool resourcet text time transformers
];
description = "MySQL backend for the groundhog library";
license = lib.licenses.bsd3;
}