stack-9.0.1.yaml 669 B

123456789101112131415161718192021222324252627
  1. resolver: nightly-2022-01-06
  2. compiler: ghc-9.0.1
  3. compiler-check: match-exact
  4. extra-deps:
  5. # Andreas, 2021-11-13
  6. # happy-1.21.0 is deprecated, but currently in nightly
  7. # (commercialhaskell/stackage#6294)
  8. - happy-1.20.0
  9. # Andreas, 2022-02-07
  10. # On Windows, we install the latest ICU (v69), which is only supported from text-icu >= 0.8
  11. - text-icu-0.8.0
  12. flags:
  13. transformers-compat:
  14. five-three: true
  15. # Andreas, 2021-11-14
  16. # Work around problem in nightly-2021-11-12
  17. # (commercialhaskell/stackage#6304 and RyanGlScott/mintty#4):
  18. mintty:
  19. Win32-2-13-1: false
  20. # Local packages, usually specified by relative directory name
  21. packages:
  22. - '.'
  23. - 'src/size-solver'