{ 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; }