memory 0.14.6 → 0.14.7
raw patch · 3 files changed
+3/−4 lines, 3 files
Files
- Data/ByteArray/Bytes.hs +1/−1
- Data/ByteArray/Mapping.hs +0/−1
- memory.cabal +2/−2
Data/ByteArray/Bytes.hs view
@@ -124,7 +124,7 @@ (# s'', e2 #) -> if booleanPrim (eqWord# e1 e2) then loop (i +# 1#) s''- else (# s', False #)+ else (# s'', False #) {-# INLINE loop #-} bytesCompare :: Bytes -> Bytes -> Ordering
Data/ByteArray/Mapping.hs view
@@ -13,7 +13,6 @@ , mapAsWord128 ) where -import Data.Bits (shiftR) import Data.ByteArray.Types import Data.ByteArray.Methods import Data.Memory.Internal.Compat
memory.cabal view
@@ -1,5 +1,5 @@ Name: memory-version: 0.14.6+version: 0.14.7 Synopsis: memory and related abstraction stuff Description: Chunk of memory, polymorphic byte array management and manipulation@@ -25,7 +25,7 @@ Build-Type: Simple Homepage: https://github.com/vincenthz/hs-memory Bug-Reports: https://github.com/vincenthz/hs-memory/issues-Cabal-Version: >=1.10+Cabal-Version: >=1.18 extra-doc-files: README.md CHANGELOG.md source-repository head