unison/stack.yaml

61 lines
2.1 KiB
YAML
Raw Normal View History

flags:
2021-06-15 09:13:15 +03:00
haskeline:
terminfo: false
2016-01-27 04:25:58 +03:00
allow-newer: true # async package has needlessly strict upper bound
allow-different-user: true
2021-02-19 06:23:57 +03:00
build:
interleaved-output: false
2016-01-27 04:25:58 +03:00
packages:
2020-10-19 17:17:25 +03:00
- yaks/easytest
- parser-typechecker
- unison-core
- unison-cli
- unison-share-api
- codebase2/codebase
- codebase2/codebase-sqlite
2021-03-09 19:50:13 +03:00
- codebase2/codebase-sync
- codebase2/core
- codebase2/util
- codebase2/util-serialization
- codebase2/util-term
- lib/unison-prelude
2021-11-16 04:32:08 +03:00
- lib/unison-sqlite
2022-04-12 22:51:03 +03:00
- lib/unison-util-base32hex
- lib/unison-util-relation
2022-03-09 20:14:22 +03:00
- lib/unison-pretty-printer
2016-01-27 04:25:58 +03:00
#compiler-check: match-exact
resolver: lts-18.28
2016-01-27 04:25:58 +03:00
extra-deps:
2020-05-22 02:43:25 +03:00
- github: unisonweb/configurator
2020-05-22 02:29:07 +03:00
commit: e47e9e9fe1f576f8c835183b9def52d73c01327a
2020-05-22 02:43:25 +03:00
- github: unisonweb/haskeline
2020-05-22 02:29:07 +03:00
commit: 2944b11d19ee034c48276edc991736105c9d6143
- github: unisonweb/megaparsec
commit: c4463124c578e8d1074c04518779b5ce5957af6b
2022-02-17 10:30:06 +03:00
- github: unisonweb/shellmet
commit: 2fd348592c8f51bb4c0ca6ba4bc8e38668913746
2020-05-22 02:29:07 +03:00
- guid-0.1.0@sha256:a7c975be473f6f142d5cc1b39bc807a99043d20b1bb0873fdfe7a3ce84d2faf1,1078
- prelude-extras-0.4.0.3@sha256:1c10b0123ea13a6423d74a8fcbaeb2d5249b472588abde418a36b47b7c4f48c8,1163
- sandi-0.5@sha256:b278d072ca717706ea38f9bd646e023f7f2576a778fb43565b434f93638849aa,3010
- strings-1.1@sha256:0285dec4c8ab262359342b3e5ef1eb567074669461b9b38404f1cb870c881c5c,1617
2022-04-30 18:36:25 +03:00
- fuzzyfind-3.0.0@sha256:d79a5d3ed194dd436c6b839bf187211d880cf773b2febaca456e5ccf93f5ac65,1814
2021-03-09 19:50:13 +03:00
- monad-validate-1.2.0.0@sha256:9850f408431098b28806dd464b6825a88a0b56c84f380d7fe0454c1df9d6f881,3505
- NanoID-3.1.0@sha256:9118ab00e8650b5a56a10c90295d357eb77a8057a598b7e56dfedc9c6d53c77d,1524
2021-11-16 04:32:08 +03:00
# not in lts-18.13
- recover-rtti-0.4.0.0@sha256:2ce1e031ec0e34d736fa45f0149bbd55026f614939dc90ffd14a9c5d24093ff4,4423
- lock-file-0.7.0.0@sha256:3ad84b5e454145e1d928063b56abb96db24a99a21b493989520e58fa0ab37b00,4484
- http-client-0.7.11
ghc-options:
# All packages
2022-04-30 02:06:53 +03:00
"$locals": -Wall -Werror -Wno-name-shadowing -Wno-missing-pattern-synonym-signatures -fprint-expanded-synonyms -fwrite-ide-info #-freverse-errors
# See https://github.com/haskell/haskell-language-server/issues/208
"$everything": -haddock