diff options
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 |