33# Commands (advanced)
44
55Some of Stack's features will not be needed regularly or by all users. This part
6- of the guide and the part on [ configuration] ( configure/index.md ) provide
6+ of the guide and the part on [ configuration] ( ../ configure/index.md) provide
77information about somethose features, organised as a reference guide. Some of
88the features are complex and separate pages are dedicated to them.
99
@@ -14,8 +14,8 @@ the features are complex and separate pages are dedicated to them.
1414* [ ` setup ` ] ( setup_command.md ) - get GHC for a Stack project (usually not needed)
1515* [ ` update ` ] ( update_command.md ) - update the package index (usually not needed)
1616* [ ` new ` ] ( new_command.md ) - create a new project with Stack
17- * [ ` init ` ] ( init_command.md ) - initialise Stack's project-level YAML configuration file for an
18- existing project
17+ * [ ` init ` ] ( init_command.md ) - initialise Stack's project-level YAML
18+ configuration file for an existing project
1919
2020### Building
2121
@@ -79,8 +79,8 @@ the features are complex and separate pages are dedicated to them.
7979
8080* [ ` hoogle ` ] ( hoogle_command.md ) - run ` hoogle `
8181* [ ` dot ` ] ( dot_command.md ) - dependency visualization
82- * [ ` hpc ` ] ( hpc_command.md ) - generate Haskell Program Coverage (HPC) code coverage
83- reports
82+ * [ ` hpc ` ] ( hpc_command.md ) - generate Haskell Program Coverage (HPC) code
83+ coverage reports
8484
8585### Managing Stack versions
8686
@@ -100,14 +100,14 @@ Stack's commands are listed below, in alphabetical order.
100100* [ ` exec ` ] ( exec_command.md ) - executate a command in the Stack environment
101101* [ ` haddock ` ] ( build_command.md ) - a synonym for ` stack build --haddock `
102102* [ ` hoogle ` ] ( hoogle_command.md ) - run ` hoogle `
103- * [ ` hpc ` ] ( hpc_command.md ) - generate Haskell Program Coverage (HPC) code coverage
104- reports
103+ * [ ` hpc ` ] ( hpc_command.md ) - generate Haskell Program Coverage (HPC) code
104+ coverage reports
105105* [ ` ghc ` ] ( ghc_command.md ) - run ` ghc `
106106* [ ` ghci ` ] ( ghci_command.md ) - run GHCi, a REPL environment
107107* [ ` ide ` ] ( ide_command.md ) - information for an integrated development
108108 environment (IDE)
109- * [ ` init ` ] ( init_command.md ) - initialise Stack's project-level YAML configuration file for an
110- existing project
109+ * [ ` init ` ] ( init_command.md ) - initialise Stack's project-level YAML
110+ configuration file for an existing project
111111* [ ` install ` ] ( build_command.md ) - a synonym for ` stack build --copy-bins `
112112* [ ` list ` ] ( list_command.md ) - list packages on Hackage or in a snapshot
113113* [ ` ls ` ] ( ls_command.md ) - list information about Stack
0 commit comments