summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-bmp/README
diff options
context:
space:
mode:
author Mikko Värri2012-01-08 12:37:56 +0100
committer Erik Hanson2012-01-13 21:43:32 +0100
commit8ae9cbf511c8091f65ea20e980be1a501aeca701 (patch)
tree90d891d925881340906fe027467b6a86a03e3268 /haskell/haskell-bmp/README
parent7526c7a548b813d8be2b62e97be0b71a61b7057c (diff)
downloadslackbuilds-8ae9cbf511c8091f65ea20e980be1a501aeca701.tar.gz
haskell/haskell-bmp: Added (Read and write BMP image files)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-bmp/README')
-rw-r--r--haskell/haskell-bmp/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-bmp/README b/haskell/haskell-bmp/README
new file mode 100644
index 0000000000..a9dcffa02a
--- /dev/null
+++ b/haskell/haskell-bmp/README
@@ -0,0 +1,4 @@
+Read and write uncompressed BMP image files. 100% robust Haskell
+implementation.
+
+This requires ghc and haskell-binary.