hashed-storage 0.5.10 → 0.5.11
raw patch · 2 files changed
+8/−2 lines, 2 files
Files
- Bundled/SHA256.hs +7/−1
- hashed-storage.cabal +1/−1
Bundled/SHA256.hs view
@@ -6,7 +6,13 @@ module Bundled.SHA256 ( sha256 ) where -import Foreign+#if __GLASGOW_HASKELL__ >= 706+import Foreign ( Ptr, Word8 )+import System.IO.Unsafe( unsafePerformIO )+#else+import Foreign ( Ptr, Word8, unsafePerformIO )+#endif+ import Foreign.C.Types import Data.ByteString.Unsafe (unsafeUseAsCStringLen) import qualified Data.ByteString.Internal as BSI
hashed-storage.cabal view
@@ -1,5 +1,5 @@ name: hashed-storage-version: 0.5.10+version: 0.5.11 synopsis: Hashed file storage support code. description: Support code for reading and manipulating hashed file storage