Skip to content

Commit bdfd0e6

Browse files
authored
Merge pull request #5261 from dino-/stable
Made all Issues Referenced links clickable
2 parents 74a5dde + 0082530 commit bdfd0e6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/nonstandard_project_init.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ general, your stack packages should also end up being valid cabal-install
1818
packages.
1919

2020
### Issues Referenced
21-
- https://github.com/commercialhaskell/stack/issues/105
21+
- <https://github.com/commercialhaskell/stack/issues/105>
2222

2323
## Passing Flags to Cabal
2424

@@ -50,12 +50,12 @@ change in a future release.
5050

5151

5252
### Issues Referenced
53-
- https://github.com/commercialhaskell/stack/issues/191
54-
- https://github.com/commercialhaskell/stack/issues/417
55-
- https://github.com/commercialhaskell/stack/issues/335
56-
- https://github.com/commercialhaskell/stack/issues/301
57-
- https://github.com/commercialhaskell/stack/issues/365
58-
- https://github.com/commercialhaskell/stack/issues/105
53+
- <https://github.com/commercialhaskell/stack/issues/191>
54+
- <https://github.com/commercialhaskell/stack/issues/417>
55+
- <https://github.com/commercialhaskell/stack/issues/335>
56+
- <https://github.com/commercialhaskell/stack/issues/301>
57+
- <https://github.com/commercialhaskell/stack/issues/365>
58+
- <https://github.com/commercialhaskell/stack/issues/105>
5959

6060
## Selecting a Resolver
6161

@@ -75,8 +75,8 @@ default so as to avoid unnecessary recompilation time.
7575
:TODO: Document `--solver`
7676

7777
### Issues Referenced
78-
- https://github.com/commercialhaskell/stack/issues/468
79-
- https://github.com/commercialhaskell/stack/issues/464
78+
- <https://github.com/commercialhaskell/stack/issues/468>
79+
- <https://github.com/commercialhaskell/stack/issues/464>
8080

8181
## Using git Repositories
8282

@@ -86,8 +86,8 @@ documentation](yaml_configuration.md#git-and-mercurial-repos) for more
8686
information.
8787

8888
### Issues Referenced
89-
- https://github.com/commercialhaskell/stack/issues/254
90-
- https://github.com/commercialhaskell/stack/issues/199
89+
- <https://github.com/commercialhaskell/stack/issues/254>
90+
- <https://github.com/commercialhaskell/stack/issues/199>
9191

9292
## Private Hackage
9393
Working with a private Hackage is currently supported in certain situations.
@@ -105,16 +105,16 @@ eliminating the need to manage a Hackage database and pointless version bumps.
105105
For further information see [YAML configuration](yaml_configuration.md)
106106

107107
### Issues Referenced
108-
- https://github.com/commercialhaskell/stack/issues/445
109-
- https://github.com/commercialhaskell/stack/issues/565
108+
- <https://github.com/commercialhaskell/stack/issues/445>
109+
- <https://github.com/commercialhaskell/stack/issues/565>
110110

111111
## Custom Snapshots
112112
See [Custom Snapshots](custom_snapshot.md).
113113

114114
### Issues Referenced
115-
- https://github.com/commercialhaskell/stack/issues/111
116-
- https://github.com/commercialhaskell/stack/issues/253
117-
- https://github.com/commercialhaskell/stack/issues/137
115+
- <https://github.com/commercialhaskell/stack/issues/111>
116+
- <https://github.com/commercialhaskell/stack/issues/253>
117+
- <https://github.com/commercialhaskell/stack/issues/137>
118118

119119
## Intra-package Targets
120120
Stack supports intra-package targets, similar to `cabal build COMPONENTS` for
@@ -129,4 +129,4 @@ stack test stack:test:stack-integration-test
129129
Note: this does require prefixing the component name with the package name.
130130

131131
### Issues referenced
132-
- https://github.com/commercialhaskell/stack/issues/201
132+
- <https://github.com/commercialhaskell/stack/issues/201>

0 commit comments

Comments
 (0)