Skip to content
Snippets Groups Projects
Commit 3d6dbe69 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Formatting.

Before:

    cabal new-build               Build the package in the current
  directory or all packages in the project
    cabal new-build pkgname       Build the package named pkgname in the
  project
    cabal new-build cname       Build the component named cname in the
  project
    cabal new-build pkgname:cname       Build the component named cname
  in the package pkgname

After:

    cabal new-build               Build the package in the current
  directory or all packages in the project
    cabal new-build pkgname       Build the package named pkgname in the
  project
    cabal new-build cname         Build the component named cname in the
  project
    cabal new-build pkgname:cname Build the component named cname in the
  package pkgname
parent b861044f
No related branches found
No related tags found
No related merge requests found
......@@ -41,10 +41,10 @@ buildCommand = Client.installCommand {
++ " Build the package in the current directory or all packages in the project\n"
++ " " ++ pname ++ " new-build pkgname "
++ " Build the package named pkgname in the project\n"
++ " " ++ pname ++ " new-build cname "
++ " " ++ pname ++ " new-build cname "
++ " Build the component named cname in the project\n"
++ " " ++ pname ++ " new-build pkgname:cname "
++ " Build the component named cname in the package pkgname\n"
++ " " ++ pname ++ " new-build pkgname:cname"
++ " Build the component named cname in the package pkgname\n"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment