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

15 lines
311 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
2019-01-28 23:25:09 +03:00
- string-qq
2019-01-18 01:00:48 +03:00
- filepath
2019-01-27 01:39:38 +03:00
- github
- mtl
2019-01-18 01:00:48 +03:00
- optparse-applicative
2019-01-23 23:55:26 +03:00
- unordered-containers