packages feed

gitlib-test 1.1.0 → 1.2.0

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

- Git.Smoke: sampleCommit :: Repository m => Tree m -> Signature -> m (Commit m)
+ Git.Smoke: sampleCommit :: Repository m => Tree m (TreeKind m) -> Signature -> m (Commit m)

Files

Git/Smoke.hs view
@@ -25,7 +25,7 @@ import Test.Hspec (Spec, describe, it) import Test.Hspec.HUnit () -sampleCommit :: Repository m => Tree m -> Signature -> m (Commit m)+sampleCommit :: Repository m => Tree m (TreeKind m) -> Signature -> m (Commit m) sampleCommit tr sig =     createCommit [] (treeRef tr) sig sig "Sample log message.\n" Nothing 
gitlib-test.cabal view
@@ -1,5 +1,5 @@ Name:                gitlib-test-Version:             1.1.0+Version:             1.2.0 Synopsis:            Test library for confirming gitlib backend compliance License-file:        LICENSE License:             MIT