diff options
Diffstat (limited to 'haskell/haskell-bmp/README')
-rw-r--r-- | haskell/haskell-bmp/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/haskell/haskell-bmp/README b/haskell/haskell-bmp/README index a9dcffa02a..613709018e 100644 --- a/haskell/haskell-bmp/README +++ b/haskell/haskell-bmp/README @@ -1,4 +1,7 @@ Read and write uncompressed BMP image files. 100% robust Haskell implementation. -This requires ghc and haskell-binary. +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |