diff options
Diffstat (limited to 'libraries/haskell-mmap/README')
-rw-r--r-- | libraries/haskell-mmap/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/haskell-mmap/README b/libraries/haskell-mmap/README deleted file mode 100644 index e4068c9ac1..0000000000 --- a/libraries/haskell-mmap/README +++ /dev/null @@ -1,10 +0,0 @@ -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 |