A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://docs.haskellstack.org/en/stable/topics/stack_work/ below:

Stack work directories - Stack

Stack work directories

Stack work directories are directories within a local project or package directory in which Stack stores files created during the build process. Stack can be used without an understanding of the content of those directories. In particular, the stack exec command sets up an environment where relevant subdirectories of the project Stack work directory are on the PATH.

Naming

By default, Stack work directories are named .stack-work. The name can be overidden by:

Given the location of Stack work directories, the name of the work directories must be a relative path to a directory.

Location

If the work directory does not already exist, it will be created by the stack build command as a subdirectory of each project package directory and, if different, the project directory.

Project package Stack work directory

The Stack work directory for a project package will contain a dist directory. This directory will contain a path to a directory containing:

The directory, relative to the project package directory or the project directory, is the one reported by stack path --dist-dir.

Unix-likeWindows

On Unix-like operating systems, the path to the directory is a directory named after the platform (including Stack's classification of variants of Linux distributions) followed by a directory named after the GHC version.

On Windows, the path to the directory is an eight-character hash of the path that applies on Unix-like operating systems.

Project Stack work directory

The Stack work directory for a project will contain:

The Stack work directory for a project will contain a install directory. This directory will contain a path to a directory containing:

The directory is the one reported by stack path --local-install-root.

Unix-likeWindows

On Unix-like operating systems, the path to the directory is a directory named after the platform (including Stack's classification of variants of Linux distributions) followed by a directory named after a SHA 256 hash (see further below) followed by a directory named after the version number of GHC.

The SHA 256 hash is a hash of the following information:

The options that Stack passes to GHC for a package that is not a project package depend on:

Note

As a consequence, the path reported by the following commands will differ (and similarly for the paths established by the stack exec command):

stack path --local-install-root
stack --profile path --local-install-root
stack --no-strip path --local-install-root
stack --profile --no-strip path --local-install-root

On Windows, the path to the directory is an eight-character hash of the path that applies on Unix-like operating systems.

Following a stack ghci or stack repl command, the Stack work directory for a project will contain a ghci directory. This directory will contain paths to cabal_macos.h files that are generated automatically by Cabal.

Note

Haskell Language Server makes use of the stack ghci command to obtain information.

If the stack hoogle command is used, the Stack work directory for a project will contain a hoogle directory. This directory will contain a directory being the one reported by stack path --local-hoogle-root. The naming of the path to the directory is same as for the path to the directory in the install directory.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4