mirror of
https://github.com/nmattia/niv.git
synced 2024-11-07 22:36:53 +03:00
19 lines
351 B
YAML
19 lines
351 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
|
|
- directory
|
|
- string-qq
|
|
- filepath
|
|
- github
|
|
- mtl
|
|
- optparse-applicative
|
|
- unordered-containers
|