mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-12 04:34:38 +03:00
24 lines
372 B
YAML
24 lines
372 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.5
|
|
|
|
extra-deps:
|
|
- base58-bytestring-0.1.0
|
|
- strings-1.1
|
|
- relation-0.2.1
|
|
- guid-0.1.0
|
|
|
|
ghc-options:
|
|
# All packages
|
|
"$locals": -Werror #-freverse-errors
|