diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:01:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:54 +0700 |
commit | 38c5766e18e17c5fb26f81895ab3675b02dc056a (patch) | |
tree | 29bc7a3f1dc6208a28a384b1c8be661e0466d1aa /haskell/haskell-unliftio/README | |
parent | 5af663a55def1b99c86fa796b7e8a9a439f8dc6a (diff) |
haskell/haskell-unliftio: Added (The MonadUnliftIO typeclass).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-unliftio/README')
-rw-r--r-- | haskell/haskell-unliftio/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-unliftio/README b/haskell/haskell-unliftio/README new file mode 100644 index 0000000000000..29fa27163e079 --- /dev/null +++ b/haskell/haskell-unliftio/README @@ -0,0 +1,5 @@ +The MonadUnliftIO typeclass for unlifting monads to IO +(batteries included) + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |