diff options
-rw-r--r-- | haskell/haskell-memory/README | 20 | ||||
-rw-r--r-- | haskell/haskell-memory/slack-desc | 4 |
2 files changed, 13 insertions, 11 deletions
diff --git a/haskell/haskell-memory/README b/haskell/haskell-memory/README index 9c802053a7..de98b8ac92 100644 --- a/haskell/haskell-memory/README +++ b/haskell/haskell-memory/README @@ -1,11 +1,13 @@ -Chunk of memory, polymorphic byte array management and manipulation +haskell-memory (memory management and manipulation) - A polymorphic byte array abstraction and function similar to strict ByteString. - Different type of byte array abstraction. - Raw memory IO operations (memory set, memory copy, ..) - Aliasing with endianness support. - Encoding : Base16, Base32, Base64. - Hashing : FNV, SipHash +Chunk of memory, polymorphic byte array management and manipulation. -After uninstalling, run this command to unregister the package from -the ghc package database: ghc-pkg recache +- Polymorphic byte array abstraction and function similar to strict ByteString +- Different types of byte array abstraction +- Raw memory IO operations (memory set, memory copy, ..) +- Aliasing with endianness support +- Encoding: Base16, Base32, Base64 +- Hashing: FNV, SipHash + +After uninstalling, run this command to unregister the package from the +ghc package database: ghc-pkg recache diff --git a/haskell/haskell-memory/slack-desc b/haskell/haskell-memory/slack-desc index a86f5b4cee..0d4b35e77e 100644 --- a/haskell/haskell-memory/slack-desc +++ b/haskell/haskell-memory/slack-desc @@ -13,7 +13,7 @@ haskell-memory: Polymorphic byte array abstraction similar to strict ByteString. haskell-memory: Different type of byte array abstraction. haskell-memory: Raw memory IO operations (memory set, memory copy, ..) haskell-memory: Aliasing with endianness support. -haskell-memory: Encoding : Base16, Base32, Base64. -haskell-memory: Hashing : FNV, SipHash +haskell-memory: Encoding: Base16, Base32, Base64. +haskell-memory: Hashing: FNV, SipHash. haskell-memory: haskell-memory: |