A static site generator written in Haskell
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

stack.yaml 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. #
  14. # The location of a snapshot can be provided as a file or url. Stack assumes
  15. # a snapshot provided as a file might change, whereas a url resource does not.
  16. #
  17. # resolver: ./custom-snapshot.yaml
  18. # resolver: https://example.com/snapshots/2018-01-01.yaml
  19. resolver: lts-13.28
  20. # User packages to be built.
  21. # Various formats can be used as shown in the example below.
  22. #
  23. # packages:
  24. # - some-directory
  25. # - https://example.com/foo/bar/baz-0.0.2.tar.gz
  26. # subdirs:
  27. # - auto-update
  28. # - wai
  29. packages:
  30. - .
  31. # Dependency packages to be pulled from upstream that are not in the resolver.
  32. # These entries can reference officially published versions as well as
  33. # forks / in-progress versions pinned to a git hash. For example:
  34. #
  35. # extra-deps:
  36. # - acme-missiles-0.3
  37. # - git: https://github.com/commercialhaskell/stack.git
  38. # commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
  39. #
  40. extra-deps:
  41. - argparser-0.3.4
  42. # Override default flag values for local packages and extra-deps
  43. # flags: {}
  44. # Extra package databases containing global packages
  45. # extra-package-dbs: []
  46. # Control whether we use the GHC we find on the path
  47. # system-ghc: true
  48. #
  49. # Require a specific version of stack, using version ranges
  50. # require-stack-version: -any # Default
  51. # require-stack-version: ">=2.1"
  52. #
  53. # Override the architecture used by stack, especially useful on Windows
  54. # arch: i386
  55. # arch: x86_64
  56. #
  57. # Extra directories used by stack for building
  58. # extra-include-dirs: [/path/to/dir]
  59. # extra-lib-dirs: [/path/to/dir]
  60. #
  61. # Allow a newer minor version of GHC than the snapshot specifies
  62. # compiler-check: newer-minor