summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:18:10 +0100
committer B. Watson2022-03-13 20:18:10 +0100
commit001587392d48441fe13b86406e5518fbda3cbc4f (patch)
tree886481d9b1f012465d98c69fbf33afafe1b1e89f /haskell
parentcef1343369f1463574dc28f33a082e0fbfd6e041 (diff)
downloadslackbuilds-001587392d48441fe13b86406e5518fbda3cbc4f.tar.gz
haskell/haskell-memory: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-memory/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-memory/README b/haskell/haskell-memory/README
index de98b8ac92..10ea3e320b 100644
--- a/haskell/haskell-memory/README
+++ b/haskell/haskell-memory/README
@@ -2,7 +2,8 @@ haskell-memory (memory management and manipulation)
Chunk of memory, polymorphic byte array management and manipulation.
-- Polymorphic byte array abstraction and function similar to strict ByteString
+- 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