
cabal
List of commands for cabal:
-
cabal:tldr:2f6b6 cabal: Download and install a package.$ cabal install ${package_name}try on your machineexplain this command
-
cabal:tldr:3b80e cabal: Show information about a package.$ cabal info ${package_name}try on your machineexplain this command
-
cabal:tldr:44e4c cabal: Build the project in the current directory.$ cabal buildtry on your machineexplain this command
-
cabal:tldr:9a49d cabal: Search and list packages from Hackage.$ cabal list ${search_string}try on your machineexplain this command
-
cabal:tldr:a99ec cabal: Create a new Haskell project in the current directory.$ cabal inittry on your machineexplain this command