summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-mmap/README
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-mmap/README')
-rw-r--r--haskell/haskell-mmap/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/haskell-mmap/README b/haskell/haskell-mmap/README
new file mode 100644
index 0000000000..e4068c9ac1
--- /dev/null
+++ b/haskell/haskell-mmap/README
@@ -0,0 +1,10 @@
+This library provides a wrapper to mmap(2) or MapViewOfFile,
+allowing files or devices to be lazily loaded into memory as strict
+or lazy ByteStrings, ForeignPtrs or plain Ptrs, using the virtual
+memory subsystem to do on-demand loading. Modifications are also
+supported.
+
+This requires ghc.
+
+After uninstalling, run this command to unregister the package from
+the ghc package database: ghc-pkg recache