stack.yaml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # This file was automatically generated by 'stack init'
  2. #
  3. # Some commonly used options have been documented as comments in this file.
  4. # For advanced use and comprehensive documentation of the format, please see:
  5. # https://docs.haskellstack.org/en/stable/yaml_configuration/
  6. # Resolver to choose a 'specific' stackage snapshot or a compiler version.
  7. # A snapshot resolver dictates the compiler version and the set of packages
  8. # to be used for project dependencies. For example:
  9. #
  10. # resolver: lts-3.5
  11. # resolver: nightly-2015-09-21
  12. # resolver: ghc-7.10.2
  13. # resolver: ghcjs-0.1.0_ghc-7.10.2
  14. #
  15. # The location of a snapshot can be provided as a file or url. Stack assumes
  16. # a snapshot provided as a file might change, whereas a url resource does not.
  17. #
  18. # resolver: ./custom-snapshot.yaml
  19. # resolver: https://example.com/snapshots/2018-01-01.yaml
  20. resolver: lts-12.10
  21. # User packages to be built.
  22. # Various formats can be used as shown in the example below.
  23. #
  24. # packages:
  25. # - some-directory
  26. # - https://example.com/foo/bar/baz-0.0.2.tar.gz
  27. # - location:
  28. # git: https://github.com/commercialhaskell/stack.git
  29. # commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
  30. # - location: https://github.com/commercialhaskell/stack/commit/e7b331f14bcffb8367cd58fbfc8b40ec7642100a
  31. # subdirs:
  32. # - auto-update
  33. # - wai
  34. packages:
  35. - .
  36. # Dependency packages to be pulled from upstream that are not in the resolver
  37. # using the same syntax as the packages field.
  38. # (e.g., acme-missiles-0.3)
  39. # extra-deps: []
  40. # Override default flag values for local packages and extra-deps
  41. # flags: {}
  42. # Extra package databases containing global packages
  43. # extra-package-dbs: []
  44. # Control whether we use the GHC we find on the path
  45. # system-ghc: true
  46. #
  47. # Require a specific version of stack, using version ranges
  48. # require-stack-version: -any # Default
  49. # require-stack-version: ">=1.7"
  50. #
  51. # Override the architecture used by stack, especially useful on Windows
  52. # arch: i386
  53. # arch: x86_64
  54. #
  55. # Extra directories used by stack for building
  56. # extra-include-dirs: [/path/to/dir]
  57. # extra-lib-dirs: [/path/to/dir]
  58. #
  59. # Allow a newer minor version of GHC than the snapshot specifies
  60. # compiler-check: newer-minor