stack.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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-5.8
  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. - feed-collect-0.2.0.2
  13. - funbot-ext-events-0.3.0.0
  14. - http-listen-0.1.0.0
  15. - irc-fun-bot-0.6.0.0
  16. - irc-fun-client-0.5.0.0
  17. - irc-fun-color-0.2.1.0
  18. - irc-fun-messages-0.3.0.0
  19. - irc-fun-types-0.1.0.0
  20. - json-state-0.1.0.1
  21. - settings-0.3.0.0
  22. - time-interval-0.1.0.0
  23. - vcs-web-hook-parse-0.2.0.0
  24. # Override default flag values for local packages and extra-deps
  25. flags: {}
  26. # Extra package databases containing global packages
  27. extra-package-dbs: []
  28. # Control whether we use the GHC we find on the path
  29. # system-ghc: true
  30. # Require a specific version of stack, using version ranges
  31. # require-stack-version: -any # Default
  32. # require-stack-version: >= 1.0.0
  33. # Override the architecture used by stack
  34. # arch: i386
  35. # arch: x86_64
  36. # Extra directories used by stack for building
  37. # extra-include-dirs: [/path/to/dir]
  38. # extra-lib-dirs: [/path/to/dir]
  39. # Allow a newer minor version of GHC than the snapshot specifies
  40. # compiler-check: newer-minor