stack.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # This file was automatically generated by stack init
  2. # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/
  3. # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
  4. resolver: lts-6.3
  5. # Local packages, usually specified by relative directory name
  6. packages:
  7. - '.'
  8. # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
  9. extra-deps: []
  10. # Override default flag values for local packages and extra-deps
  11. flags: {}
  12. # Extra package databases containing global packages
  13. extra-package-dbs: []
  14. # Control whether we use the GHC we find on the path
  15. # system-ghc: true
  16. # Require a specific version of stack, using version ranges
  17. # require-stack-version: -any # Default
  18. # require-stack-version: >= 1.0.0
  19. # Override the architecture used by stack, especially useful on Windows
  20. # arch: i386
  21. # arch: x86_64
  22. # Extra directories used by stack for building
  23. # extra-include-dirs: [/path/to/dir]
  24. # extra-lib-dirs: [/path/to/dir]
  25. # Allow a newer minor version of GHC than the snapshot specifies
  26. # compiler-check: newer-minor