diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:35:33 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:58 +0700 |
commit | 10eb4f50135ce77d4d227ae0adb99d30ec180686 (patch) | |
tree | d0d2dacfb6f810461c3793062e746d18427cd2da /haskell/haskell-lifted-base/README | |
parent | 4121dbb354d038f2c3c3596628c8c74a2800f831 (diff) | |
download | slackbuilds-10eb4f50135ce77d4d227ae0adb99d30ec180686.tar.gz |
haskell/haskell-lifted-base: Added (lifted io operations from the base library).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-lifted-base/README')
-rw-r--r-- | haskell/haskell-lifted-base/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-lifted-base/README b/haskell/haskell-lifted-base/README new file mode 100644 index 0000000000..c3cc650e90 --- /dev/null +++ b/haskell/haskell-lifted-base/README @@ -0,0 +1,5 @@ +lifted-base exports IO operations from the base library lifted to +any instance of MonadBase or MonadBaseControl. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |