-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Test library for confirming gitlib backend compliance -- -- Test library for confirming gitlib backend compliance @package gitlib-test @version 1.0.1 module Git.Smoke sampleCommit :: Repository m => Tree m -> Signature -> m (Commit m) smokeTestSpec :: (Repository (t IO), MonadGit (t IO), MonadTrans t, Repository (t2 (t IO)), MonadGit (t2 (t IO)), MonadTrans t2, MonadBaseControl IO (t IO)) => RepositoryFactory t IO c -> RepositoryFactory t2 (t IO) c2 -> Spec