# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, conduit, conduitCombinators, exceptions, fastLogger , filepath, gitlib, gitlibTest, hlibgit2, hspec, hspecExpectations , HUnit, liftedAsync, liftedBase, missingForeign, mmorph , monadControl, monadLogger, monadLoops, mtl, resourcet, stm , stmConduit, tagged, text, textIcu, time, transformers , transformersBase }: cabal.mkDerivation (self: { pname = "gitlib-libgit2"; version = "3.1.0.1"; sha256 = "0rqx1cqj7rciy7kr5dfzh4crvjk0s6amm3d5nzyawkkkdda54dcs"; buildDepends = [ conduit conduitCombinators exceptions fastLogger filepath gitlib hlibgit2 liftedAsync liftedBase missingForeign mmorph monadControl monadLogger monadLoops mtl resourcet stm stmConduit tagged text textIcu time transformers transformersBase ]; testDepends = [ exceptions gitlib gitlibTest hspec hspecExpectations HUnit monadLogger transformers ]; meta = { description = "Libgit2 backend for gitlib"; license = self.stdenv.lib.licenses.mit; platforms = self.ghc.meta.platforms; maintainers = with self.stdenv.lib.maintainers; [ ianwookim ]; }; })