mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-11-26 13:21:05 +03:00
25 lines
608 B
YAML
25 lines
608 B
YAML
resolver: lts-18.16
|
|
|
|
packages:
|
|
- feedback
|
|
|
|
ghc-options:
|
|
"$locals": -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -Widentities -Wredundant-constraints -Wcpp-undef
|
|
|
|
extra-deps:
|
|
- github: NorfairKing/safe-coloured-text
|
|
commit: f30fe0e4d2a0fa036967ffe17538b60e5f9861f5
|
|
subdirs:
|
|
- safe-coloured-text
|
|
- safe-coloured-text-layout
|
|
- safe-coloured-text-terminfo
|
|
- github: NorfairKing/autodocodec
|
|
commit: 9880ec062f1166bdac50b8eb59c6dd010bc9af0c
|
|
subdirs:
|
|
- autodocodec
|
|
- autodocodec-schema
|
|
- autodocodec-yaml
|
|
nix:
|
|
enable: true
|
|
shell-file: shell.nix
|