diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:02:28 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:02:28 -0400 |
commit | 3e9b7ff65a2c92ff4177fd163a707f20eb78ae8f (patch) | |
tree | 1ac41e4bbf146ea0d036086a6326aaae5ab9cdf7 /haskell/haskell-MonadCatchIO-mtl/README | |
parent | ec72bbc74c50d0c87a39156a341ceaf13dc26202 (diff) |
haskell/haskell-MonadCatchIO-mtl: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-MonadCatchIO-mtl/README')
-rw-r--r-- | haskell/haskell-MonadCatchIO-mtl/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/haskell/haskell-MonadCatchIO-mtl/README b/haskell/haskell-MonadCatchIO-mtl/README index 156680c936e75..2757829c759c0 100644 --- a/haskell/haskell-MonadCatchIO-mtl/README +++ b/haskell/haskell-MonadCatchIO-mtl/README @@ -4,3 +4,6 @@ MonadIO. It defines proper instances for most monad transformers in the mtl library. This requires ghc, haskell-transformers, and haskell-mtl. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |