diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-22 19:22:03 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 20:10:30 +0700 |
commit | 6b10b2ed76bba681bafa69b76efac7e6de6db710 (patch) | |
tree | 692c429fab5d7444299bffe3b917ff84edd60bde /haskell/haskell-cabal-install/README | |
parent | 2aeb663485ab810ae121aa911213ee53a18d604a (diff) |
haskell/haskell-cabal-install: Removed (ftbfs, unmaintained).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-cabal-install/README')
-rw-r--r-- | haskell/haskell-cabal-install/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/haskell/haskell-cabal-install/README b/haskell/haskell-cabal-install/README deleted file mode 100644 index 3d0d584a85..0000000000 --- a/haskell/haskell-cabal-install/README +++ /dev/null @@ -1,6 +0,0 @@ -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 |