diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-27 12:08:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:47 +0700 |
commit | fab50f91bac91717a62a0980215973e5f28e6ddf (patch) | |
tree | eb1ad8bc3347b31d21bab1077b979918b6aa2939 /haskell/haskell-stack/README | |
parent | f492f3bb34ac81ba0a0a3e18ea2aa1367271d9aa (diff) |
haskell/haskell-stack: Added (The Haskell Tool Stack).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-stack/README')
-rw-r--r-- | haskell/haskell-stack/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-stack/README b/haskell/haskell-stack/README new file mode 100644 index 0000000000000..69f256e052126 --- /dev/null +++ b/haskell/haskell-stack/README @@ -0,0 +1,4 @@ +Stack is a cross-platform program for developing Haskell projects. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |