git-sanity 0.0.2 → 0.1.0.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~machinesdep ~machines-iodep ~machines-processPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: machines, machines-io, machines-process
API changes (from Hackage documentation)
Files
- git-sanity.cabal +4/−4
git-sanity.cabal view
@@ -1,5 +1,5 @@ name: git-sanity-version: 0.0.2+version: 0.1.0.0 synopsis: A sanity checker for your git history. description: This tool allow you sanity check the history of local git repository.@@ -24,9 +24,9 @@ build-depends: base >=4.6 && <4.8 , bytestring- , machines- , machines-io- , machines-process+ , machines >= 0.2.4 && < 0.5+ , machines-io >= 0.2 && < 0.3+ , machines-process >= 0.2 && < 0.3 , process , safe , transformers