You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: docs/Build.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The build script `install.hs` defines several targets using the `shake` build sy
29
29
30
30
*`hie-*`: builds and installs the `hie` binaries. Also renames the binaries to contain the correct version-number.
31
31
*`build`: builds and installs `hie` binaries for all supported `ghc` versions.
32
-
*`build-doc`: builds the hoogle-db required by `hie`
32
+
*`build-data`: builds the hoogle-db required by `hie`
33
33
*`cabal-*`: execute the same task as the original target, but with `cabal` instead of `stack`
34
34
35
35
Each `stack-*.yaml` contains references to packages in the submodules. Calling `stack` with one of those causes the build to fail if the submodules have not been initialized already. The file `shake.yaml` solves this issue invoking the `git` binary itself to update the submodules. Moreover, it specifies the correct version of `shake` and is used for installing all run-time dependencies such as `cabal` and `hoogle` if necessary.
0 commit comments