mirror of
https://github.com/nmattia/niv.git
synced 2024-11-29 09:42:35 +03:00
12 lines
260 B
YAML
12 lines
260 B
YAML
name: niv
|
|
|
|
executable:
|
|
source-dirs: . # remove when https://github.com/nmattia/snack/pull/96 is merged
|
|
main: Main.hs
|
|
dependencies:
|
|
- aeson
|
|
- directory
|
|
- filepath
|
|
- optparse-applicative
|
|
- unordered-containers
|