cabal2nix-2.9.3: test/golden-test-cases/groundhog-mysql.nix.golden
{ mkDerivation, base, bytestring, containers, groundhog
, monad-control, monad-logger, mysql, mysql-simple, resource-pool
, resourcet, stdenv, 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 = stdenv.lib.licenses.bsd3;
}