stack.yaml 1007 B

1234567891011121314151617181920212223242526272829303132
  1. # For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
  2. # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
  3. resolver: lts-3.19
  4. # Local packages, usually specified by relative directory name
  5. packages:
  6. - '.'
  7. # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
  8. extra-deps: []
  9. # Override default flag values for local packages and extra-deps
  10. flags: {}
  11. # Extra package databases containing global packages
  12. extra-package-dbs: []
  13. # Control whether we use the GHC we find on the path
  14. # system-ghc: true
  15. # Require a specific version of stack, using version ranges
  16. # require-stack-version: -any # Default
  17. # require-stack-version: >= 0.1.4.0
  18. # Override the architecture used by stack, especially useful on Windows
  19. # arch: i386
  20. # arch: x86_64
  21. # Extra directories used by stack for building
  22. # extra-include-dirs: [/path/to/dir]
  23. # extra-lib-dirs: [/path/to/dir]