cabal2nix-2.9.3: test/golden-test-cases/libgit.nix.golden
{ mkDerivation, base, mtl, process, stdenv }:
mkDerivation {
pname = "libgit";
version = "0.3.1";
sha256 = "deadbeef";
libraryHaskellDepends = [ base mtl process ];
homepage = "https://github.com/vincenthz/hs-libgit";
description = "Simple Git Wrapper";
license = stdenv.lib.licenses.bsd3;
}