stack-9.0.2.yaml 538 B

123456789101112131415161718192021222324
  1. resolver: nightly-2022-01-19
  2. compiler: ghc-9.0.2
  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. flags:
  10. transformers-compat:
  11. five-three: true
  12. # Andreas, 2021-11-14
  13. # Work around problem in nightly-2021-11-12
  14. # (commercialhaskell/stackage#6304 and RyanGlScott/mintty#4):
  15. mintty:
  16. Win32-2-13-1: false
  17. # Local packages, usually specified by relative directory name
  18. packages:
  19. - '.'
  20. - 'src/size-solver'