Skat Engine und AI auf Haskell Basis
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.

67 lignes
2.1KB

  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-18.18
  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. # Override default flag values for local packages and extra-deps
  42. # flags: {}
  43. # Extra package databases containing global packages
  44. # extra-package-dbs: []
  45. # Control whether we use the GHC we find on the path
  46. # system-ghc: true
  47. #
  48. # Require a specific version of stack, using version ranges
  49. # require-stack-version: -any # Default
  50. # require-stack-version: ">=2.1"
  51. #
  52. # Override the architecture used by stack, especially useful on Windows
  53. # arch: i386
  54. # arch: x86_64
  55. #
  56. # Extra directories used by stack for building
  57. # extra-include-dirs: [/path/to/dir]
  58. # extra-lib-dirs: [/path/to/dir]
  59. #
  60. # Allow a newer minor version of GHC than the snapshot specifies
  61. # compiler-check: newer-minor