123456789101112131415161718192021222324 |
- resolver: nightly-2022-01-19
- compiler: ghc-9.0.2
- compiler-check: match-exact
- extra-deps:
- # Andreas, 2021-11-13
- # happy-1.21.0 is deprecated, but currently in nightly
- # (commercialhaskell/stackage#6294)
- - happy-1.20.0
- flags:
- transformers-compat:
- five-three: true
- # Andreas, 2021-11-14
- # Work around problem in nightly-2021-11-12
- # (commercialhaskell/stackage#6304 and RyanGlScott/mintty#4):
- mintty:
- Win32-2-13-1: false
- # Local packages, usually specified by relative directory name
- packages:
- - '.'
- - 'src/size-solver'
|