1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-19 11:27:40 +03:00
niv/package.yaml

12 lines
260 B
YAML
Raw Normal View History

2019-01-18 01:00:48 +03:00
name: niv
executable:
source-dirs: . # remove when https://github.com/nmattia/snack/pull/96 is merged
main: Main.hs
dependencies:
2019-01-23 23:55:26 +03:00
- aeson
2019-01-18 01:00:48 +03:00
- directory
- filepath
- optparse-applicative
2019-01-23 23:55:26 +03:00
- unordered-containers