1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
niv/package.yaml
2019-03-13 12:54:10 +01:00

21 lines
393 B
YAML

name: niv
ghc-options:
- -Wall
- -Werror
executable:
source-dirs: . # remove when https://github.com/nmattia/snack/pull/96 is merged
main: Main.hs
dependencies:
- aeson
- aeson-pretty
- directory
- string-qq
- filepath
- github
- mtl
- optparse-applicative
- unliftio
- unordered-containers