cabal2nix-2.16.0: test/golden-test-cases/yesod-gitrepo.nix.golden
{ mkDerivation, base, directory, enclosed-exceptions, http-types
, lib, lifted-base, process, temporary, text, wai, yesod-core
}:
mkDerivation {
pname = "yesod-gitrepo";
version = "0.2.1.0";
sha256 = "deadbeef";
libraryHaskellDepends = [
base directory enclosed-exceptions http-types lifted-base process
temporary text wai yesod-core
];
homepage = "https://github.com/snoyberg/yesod-gitrepo";
description = "Host content provided by a Git repo";
license = lib.licenses.mit;
}