diff options
Diffstat (limited to 'haskell/haskell-unliftio-core/README')
-rw-r--r-- | haskell/haskell-unliftio-core/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-unliftio-core/README b/haskell/haskell-unliftio-core/README new file mode 100644 index 0000000000..6dafa83548 --- /dev/null +++ b/haskell/haskell-unliftio-core/README @@ -0,0 +1,7 @@ +haskell-unliftio-core (typeclass for unlifting monads to IO) + +Provides the core MonadUnliftIO typeclass, instances for base and +transformers, and basic utility functions. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |