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 | |
parent | 42b09d250b5017e9f3ba05f344e2d946c39fe541 (diff) | |
download | slackbuilds-034da3a3e7b8b0131aac086f2f3b6e89ea7c2af1.tar.gz |
haskell/haskell-memory: Update README, slack-desc.
Diffstat (limited to 'haskell')
-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: |