hit 0.4.0 → 0.4.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Git/Storage/Loose.hs +1/−1
- hit.cabal +1/−1
Data/Git/Storage/Loose.hs view
@@ -166,7 +166,7 @@ -- | write an object to disk as a loose reference. -- use looseWriteBlobFromFile for efficiently writing blobs when being commited from a file.-looseWrite repoPath obj = createDirectory False (directory path)+looseWrite repoPath obj = createDirectory True (directory path) >> isFile path >>= \exists -> unless exists (writeFileLazy path $ compress content) >> return ref
hit.cabal view
@@ -1,5 +1,5 @@ Name: hit-Version: 0.4.0+Version: 0.4.1 Synopsis: Git operations in haskell Description: .