diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:56:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:10 +0700 |
commit | 0d72dbec92c19f7ca87166e54d0c3f30782a9ba9 (patch) | |
tree | ec9c55ee98613929a6043ae65aa579071ff6255e /haskell/haskell-call-stack/README | |
parent | 40bcd945bfe7c98347d45d935fe3b93b46f1e02a (diff) |
haskell/haskell-call-stack: Added (backward compatible call stacks).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-call-stack/README')
-rw-r--r-- | haskell/haskell-call-stack/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-call-stack/README b/haskell/haskell-call-stack/README new file mode 100644 index 0000000000000..665dfe66dae40 --- /dev/null +++ b/haskell/haskell-call-stack/README @@ -0,0 +1,4 @@ +Use GHC call-stacks in a backward compatible way. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |