stack.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # For more information, see:
  2. # http://docs.haskellstack.org/en/stable/yaml_configuration.html
  3. # Specifies the GHC version and set of packages available (e.g., lts-3.5,
  4. # nightly-2015-09-21, ghc-7.10.2)
  5. resolver: lts-6.35
  6. # Local packages, usually specified by relative directory name
  7. packages:
  8. - '.'
  9. # Packages to be pulled from upstream that are not in the resolver (e.g.,
  10. # acme-missiles-0.3)
  11. extra-deps:
  12. - attoparsec-time-0.1.3.2
  13. - feed-collect-0.2.0.2
  14. - gitrev-1.3.1
  15. - irc-fun-client-0.5.0.0
  16. - irc-fun-color-0.2.1.0
  17. - irc-fun-messages-0.3.0.0
  18. - irc-fun-types-0.1.0.0
  19. - json-state-0.1.0.1
  20. - settings-0.3.0.0
  21. - time-interval-0.1.0.0
  22. # Override default flag values for local packages and extra-deps
  23. flags: {}
  24. # Extra package databases containing global packages
  25. extra-package-dbs: []
  26. # Control whether we use the GHC we find on the path
  27. # system-ghc: true
  28. # Require a specific version of stack, using version ranges
  29. # require-stack-version: -any # Default
  30. # require-stack-version: >= 1.0.0
  31. # Override the architecture used by stack
  32. # arch: i386
  33. # arch: x86_64
  34. # Extra directories used by stack for building
  35. # extra-include-dirs: [/path/to/dir]
  36. # extra-lib-dirs: [/path/to/dir]
  37. # Allow a newer minor version of GHC than the snapshot specifies
  38. # compiler-check: newer-minor