diff options
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 0000000000..3d0d584a85 --- /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 |