diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:33:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:57 +0700 |
commit | 3b01f5b57fcd5197186c247f361442eeae27be31 (patch) | |
tree | 94bd744187ed3642b4aaf438abd5ccb121efe130 /haskell/haskell-JuicyPixels/README | |
parent | 7be4b6552cbf03e710320cb103525b775edda0c7 (diff) | |
download | slackbuilds-3b01f5b57fcd5197186c247f361442eeae27be31.tar.gz |
haskell/haskell-JuicyPixels: Added (picture loading/serialization).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-JuicyPixels/README')
-rw-r--r-- | haskell/haskell-JuicyPixels/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-JuicyPixels/README b/haskell/haskell-JuicyPixels/README new file mode 100644 index 0000000000..ad792da64b --- /dev/null +++ b/haskell/haskell-JuicyPixels/README @@ -0,0 +1,5 @@ +This library can load and store images in PNG, Bitmap, Jpeg, +Radiance, Tiff and Gif images. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |