diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-06 17:54:50 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-12 06:58:01 +0700 |
commit | 034da3a3e7b8b0131aac086f2f3b6e89ea7c2af1 (patch) | |
tree | d10da30efc8a95cc4599bfc8e99b39ceec62cfac /haskell/haskell-memory/README | |
parent | 42b09d250b5017e9f3ba05f344e2d946c39fe541 (diff) |
haskell/haskell-memory: Update README, slack-desc.
Diffstat (limited to 'haskell/haskell-memory/README')
-rw-r--r-- | haskell/haskell-memory/README | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/haskell/haskell-memory/README b/haskell/haskell-memory/README index 9c802053a743f..de98b8ac92521 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 |