diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-03-29 22:05:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-29 22:05:29 +0700 |
commit | 24a7a04e155bcb5693f61609ab72d7004410c721 (patch) | |
tree | 9b2fc314358c27a697f3716dd6c3d16079a4dbbb /haskell/haskell-haskeline/README | |
parent | 7cfb6ccc32c38e4044510972af8a3c1950cde64a (diff) |
haskell/haskell-haskeline: Removed (Included in ghc 7.8.4).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-haskeline/README')
-rw-r--r-- | haskell/haskell-haskeline/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/haskell/haskell-haskeline/README b/haskell/haskell-haskeline/README deleted file mode 100644 index 4e666a913c..0000000000 --- a/haskell/haskell-haskeline/README +++ /dev/null @@ -1,7 +0,0 @@ -Haskeline provides a user interface for line input in command-line -programs. This library is similar in purpose to readline, but since -it is written in Haskell, it is (hopefully) more easily used in other -Haskell programs. - -After uninstalling, run this command to unregister the package from -the ghc package database: ghc-pkg recache |