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

21 lines
393 B
YAML
Raw Normal View History

2019-01-18 01:00:48 +03:00
name: niv
2019-01-31 22:42:39 +03:00
ghc-options:
- -Wall
- -Werror
2019-01-18 01:00:48 +03:00
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-02-07 16:15:56 +03:00
- aeson-pretty
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-03-05 22:44:41 +03:00
- unliftio
2019-01-23 23:55:26 +03:00
- unordered-containers