mirror of
https://github.com/nmattia/niv.git
synced 2024-11-07 22:36:53 +03:00
27 lines
414 B
YAML
27 lines
414 B
YAML
name: niv
|
|
|
|
license: MIT
|
|
|
|
ghc-options:
|
|
- -Wall
|
|
- -Werror
|
|
|
|
executable:
|
|
main: app/Niv.hs
|
|
dependencies:
|
|
- base
|
|
- hashable
|
|
- process
|
|
- text
|
|
- bytestring
|
|
- aeson
|
|
- aeson-pretty
|
|
- directory
|
|
- string-qq
|
|
- filepath
|
|
- github
|
|
- mtl
|
|
- optparse-applicative
|
|
- unliftio
|
|
- unordered-containers
|