diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-30 21:43:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 23:54:53 +0700 |
commit | 5881123c7cb4c1a1e258f4a6a395b5f7b0ead16f (patch) | |
tree | 0ea0980c8258ea5e2657b420fbb4ec9c6a9e5207 /haskell/haskell-cabal-install/README | |
parent | 523a5d428dd50ec91835c47f65fc52824ffac180 (diff) |
haskell/haskell-cabal-install: Added (Haskell installer).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-cabal-install/README')
-rw-r--r-- | haskell/haskell-cabal-install/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-cabal-install/README b/haskell/haskell-cabal-install/README new file mode 100644 index 0000000000000..3d0d584a85b15 --- /dev/null +++ b/haskell/haskell-cabal-install/README @@ -0,0 +1,6 @@ +The 'cabal' command-line program simplifies the process of managing +Haskell software by automating the fetching, configuration, compilation +and installation of Haskell libraries and programs. + +After uninstalling, run this command to unregister the package from the +ghc package database: ghc-pkg recache |