mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-13 22:29:35 +03:00
c75eb1f4e1
merge master into wip/typechecker
19 lines
313 B
YAML
19 lines
313 B
YAML
flags: {}
|
|
|
|
allow-newer: true # async package has needlessly strict upper bound
|
|
|
|
packages:
|
|
- yaks/parsec-layout
|
|
- yaks/easytest
|
|
- parser-typechecker
|
|
|
|
#compiler-check: match-exact
|
|
resolver: nightly-2018-06-25
|
|
|
|
extra-deps:
|
|
- base58-bytestring-0.1.0
|
|
|
|
ghc-options:
|
|
# All packages
|
|
"$locals": -Werror -freverse-errors
|