hashed-storage 0.4.2 → 0.4.3
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Storage/Hashed/Index.hs +1/−1
- hashed-storage.cabal +2/−2
Storage/Hashed/Index.hs view
@@ -53,11 +53,11 @@ import System.Directory( doesFileExist ) #if mingw32_HOST_OS import System.Directory( renameFile )+import System.FilePath( (<.>) ) #else import System.Directory( removeFile ) #endif -import System.FilePath( ) import Control.Monad( when ) import Control.Exception.Extensible import Control.Applicative( (<$>) )
hashed-storage.cabal view
@@ -1,5 +1,5 @@ name: hashed-storage-version: 0.4.2+version: 0.4.3 synopsis: Hashed file storage support code. description: Support code for reading and manipulating hashed file storage@@ -77,7 +77,7 @@ c-sources: Bundled/sha2.c - extensions: ScopedTypeVariables, NoMonomorphismRestriction+ extensions: PatternSignatures, NoMonomorphismRestriction executable hashed-storage-test if impl(ghc >= 6.8)