mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-10 11:15:08 +03:00
26 lines
406 B
YAML
26 lines
406 B
YAML
flags: {}
|
|
|
|
allow-newer: true # async package has needlessly strict upper bound
|
|
|
|
allow-different-user: true
|
|
|
|
packages:
|
|
- yaks/easytest
|
|
- yaks/haskeline
|
|
- parser-typechecker
|
|
|
|
#compiler-check: match-exact
|
|
resolver: lts-12.14
|
|
|
|
extra-deps:
|
|
- base58-bytestring-0.1.0
|
|
- strings-1.1
|
|
- relation-0.2.1
|
|
- guid-0.1.0
|
|
- shellmet-0.0.1
|
|
- fsutils-0.1.2
|
|
|
|
ghc-options:
|
|
# All packages
|
|
"$locals": -Werror #-freverse-errors
|