diff options
Diffstat (limited to 'libraries/haskell-digest/README')
-rw-r--r-- | libraries/haskell-digest/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/haskell-digest/README b/libraries/haskell-digest/README deleted file mode 100644 index 3d1bce3dd6..0000000000 --- a/libraries/haskell-digest/README +++ /dev/null @@ -1,8 +0,0 @@ -This is a library for Haskell programs, providing efficient cryptographic hash -implementations for strict and lazy bytestrings. CRC32 and Adler32 are -supported; they are implemented as FFI bindings to efficient code from zlib. - -This requires ghc. - -After uninstalling, run the following command to unregister the package -from the ghc package database: ghc-pkg recache |