Dependencies for stack-2.14.0
Libraries
stack
- aeson (>=2.0.3.0)
- aeson-warning-parser
- ansi-terminal (>=1.0)
- array
- async
- attoparsec
- base (>=4.14.3.0 && <5)
- base64-bytestring
- bytestring
- Cabal (>=3.8.1.0)
- casa-client (>=0.0.2)
- companion
- conduit
- conduit-extra
- containers
- crypton
- directory
- echo
- exceptions
- extra
- file-embed
- filelock
- filepath
- fsnotify (>=0.4.1)
- generic-deriving
- ghc-boot
- hi-file-parser (>=0.1.4.0)
- hpack (>=0.36.0)
- hpc
- http-client
- http-client-tls (>=0.3.6.2)
- http-conduit
- http-download (>=0.2.1.0)
- http-types
- memory
- microlens
- mtl
- mustache
- neat-interpolation
- open-browser
- optparse-applicative (>=0.18.1.0)
- pantry (>=0.9.2)
- path
- path-io
- persistent (>=2.14.0.0 && <2.15)
- persistent-sqlite
- pretty
- process (>=1.6.13.2)
- project-template
- random
- rio (>=0.1.22.0)
- rio-prettyprint (>=0.1.7.0)
- split
- stm
- tar
- template-haskell
- text
- time
- transformers
- unix-compat
- unordered-containers
- vector
- yaml
- zlib
- if os(windows)else
- if impl(ghc>=9.4.5) && os(windows)
- network (>=3.1.2.9)
- if !flag(disable-git-info)
Executables
stack
- aeson (>=2.0.3.0)
- aeson-warning-parser
- ansi-terminal (>=1.0)
- array
- async
- attoparsec
- base (>=4.14.3.0 && <5)
- base64-bytestring
- bytestring
- Cabal (>=3.8.1.0)
- casa-client (>=0.0.2)
- companion
- conduit
- conduit-extra
- containers
- crypton
- directory
- echo
- exceptions
- extra
- file-embed
- filelock
- filepath
- fsnotify (>=0.4.1)
- generic-deriving
- ghc-boot
- hi-file-parser (>=0.1.4.0)
- hpack (>=0.36.0)
- hpc
- http-client
- http-client-tls (>=0.3.6.2)
- http-conduit
- http-download (>=0.2.1.0)
- http-types
- memory
- microlens
- mtl
- mustache
- neat-interpolation
- open-browser
- optparse-applicative (>=0.18.1.0)
- pantry (>=0.9.2)
- path
- path-io
- persistent (>=2.14.0.0 && <2.15)
- persistent-sqlite
- pretty
- process (>=1.6.13.2)
- project-template
- random
- rio (>=0.1.22.0)
- rio-prettyprint (>=0.1.7.0)
- split
- stack
- stm
- tar
- template-haskell
- text
- time
- transformers
- unix-compat
- unordered-containers
- vector
- yaml
- zlib
- if os(windows)else
- if impl(ghc>=9.4.5) && os(windows)
- network (>=3.1.2.9)
stack-integration-test
- aeson (>=2.0.3.0)
- aeson-warning-parser
- ansi-terminal (>=1.0)
- array
- async
- attoparsec
- base (>=4.14.3.0 && <5)
- base64-bytestring
- bytestring
- Cabal (>=3.8.1.0)
- casa-client (>=0.0.2)
- companion
- conduit
- conduit-extra
- containers
- crypton
- directory
- echo
- exceptions
- extra
- file-embed
- filelock
- filepath
- fsnotify (>=0.4.1)
- generic-deriving
- ghc-boot
- hi-file-parser (>=0.1.4.0)
- hpack (>=0.36.0)
- hpc
- hspec
- http-client
- http-client-tls (>=0.3.6.2)
- http-conduit
- http-download (>=0.2.1.0)
- http-types
- memory
- microlens
- mtl
- mustache
- neat-interpolation
- open-browser
- optparse-applicative (>=0.18.1.0)
- optparse-generic
- pantry (>=0.9.2)
- path
- path-io
- persistent (>=2.14.0.0 && <2.15)
- persistent-sqlite
- pretty
- process (>=1.6.13.2)
- project-template
- random
- rio (>=0.1.22.0)
- rio-prettyprint (>=0.1.7.0)
- split
- stm
- tar
- template-haskell
- text
- time
- transformers
- unix-compat
- unordered-containers
- vector
- yaml
- zlib
- if os(windows)else
- if impl(ghc>=9.4.5) && os(windows)
- network (>=3.1.2.9)
- if !flag(integration-tests)
- buildable: False
Flags
Manual Flags
Name | Description | Default |
---|---|---|
developer-mode | By default, output extra developer information. | Disabled |
disable-git-info | Disable inclusion of current Git information in the Stack executable when it is built. | Disabled |
disable-stack-upload | For use only during development and debugging. Disable 'stack upload' and, instead, output information about the HTTP request that would have been made by Stack. | Disabled |
hide-dependency-versions | Hides dependency versions from 'stack --version'. Used only when building a Stack executable for official release. Note to packagers/distributors: DO NOT OVERRIDE THIS FLAG IF YOU ARE BUILDING STACK ANY OTHER WAY (e.g. using Cabal or from Hackage), as it makes debugging support requests more difficult. | Disabled |
integration-tests | Run the integration test suite. | Disabled |
static | When building the Stack executable, or the stack-integration-test executable, pass the -static and -pthread flags to the linker used by GHC. | Disabled |
supported-build | If false, causes 'stack --version' to issue a warning about the build being unsupported. Used only when building a Stack executable for official release. Note to packagers/distributors: DO NOT OVERRIDE THIS FLAG IF YOU ARE BUILDING STACK ANY OTHER WAY (e.g. using Cabal or from Hackage), as it makes debugging support requests more difficult. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info