diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:39:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:01 +0700 |
commit | 32487e493c6af502c4c48d8f2801ba495c6e832a (patch) | |
tree | bce06fa8ec51eeb64e74be7232ae3509f1ef4d5e /haskell/haskell-byteable/README | |
parent | a26e5e8479dc3d01839a8806247c48cc8a094530 (diff) |
haskell/haskell-byteable: Added (type class for sequence of bytes).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-byteable/README')
-rw-r--r-- | haskell/haskell-byteable/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-byteable/README b/haskell/haskell-byteable/README new file mode 100644 index 000000000000..19b4401b9c35 --- /dev/null +++ b/haskell/haskell-byteable/README @@ -0,0 +1,4 @@ +Abstract class to manipulate sequence of bytes. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |