stack-lts-2.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. # http://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. # resolver:
  15. # name: custom-snapshot
  16. # location: "./custom-snapshot.yaml"
  17. resolver: lts-2.22
  18. # User packages to be built.
  19. # Various formats can be used as shown in the example below.
  20. #
  21. # packages:
  22. # - some-directory
  23. # - https://example.com/foo/bar/baz-0.0.2.tar.gz
  24. # - location:
  25. # git: https://github.com/commercialhaskell/stack.git
  26. # commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
  27. # - location: https://github.com/commercialhaskell/stack/commit/e7b331f14bcffb8367cd58fbfc8b40ec7642100a
  28. # extra-dep: true
  29. # subdirs:
  30. # - auto-update
  31. # - wai
  32. #
  33. # A package marked 'extra-dep: true' will only be built if demanded by a
  34. # non-dependency (i.e. a user package), and its test suites and benchmarks
  35. # will not be run. This is useful for tweaking upstream packages.
  36. packages:
  37. - '.'
  38. # Dependency packages to be pulled from upstream that are not in the resolver
  39. # (e.g., acme-missiles-0.3)
  40. extra-deps:
  41. - hsass-0.4.0
  42. - hlibsass-0.1.5.0
  43. # Override default flag values for local packages and extra-deps
  44. flags: {}
  45. # Extra package databases containing global packages
  46. extra-package-dbs: []
  47. # Control whether we use the GHC we find on the path
  48. # system-ghc: true
  49. #
  50. # Require a specific version of stack, using version ranges
  51. # require-stack-version: -any # Default
  52. # require-stack-version: ">=1.1"
  53. #
  54. # Override the architecture used by stack, especially useful on Windows
  55. # arch: i386
  56. # arch: x86_64
  57. #
  58. # Extra directories used by stack for building
  59. # extra-include-dirs: [/path/to/dir]
  60. # extra-lib-dirs: [/path/to/dir]
  61. #
  62. # Allow a newer minor version of GHC than the snapshot specifies
  63. # compiler-check: newer-minor