mirror of
https://github.com/nmattia/niv.git
synced 2024-11-08 08:26:02 +03:00
47 lines
786 B
YAML
47 lines
786 B
YAML
name: niv
|
|
|
|
license: MIT
|
|
|
|
ghc-options:
|
|
- -Wall
|
|
- -Werror
|
|
|
|
dependencies:
|
|
- base
|
|
- text
|
|
- mtl
|
|
- unliftio
|
|
|
|
library:
|
|
source-dirs:
|
|
- src
|
|
dependencies:
|
|
- aeson
|
|
- github
|
|
- tasty
|
|
- tasty-hunit
|
|
- unordered-containers
|
|
|
|
executables:
|
|
niv:
|
|
source-dirs:
|
|
- app
|
|
main: Niv.main
|
|
data-files:
|
|
- nix/sources.nix
|
|
dependencies:
|
|
- aeson
|
|
- aeson-pretty
|
|
- bytestring
|
|
- directory
|
|
- filepath
|
|
- github
|
|
- hashable
|
|
- file-embed
|
|
- niv
|
|
- optparse-applicative
|
|
- process
|
|
- string-qq
|
|
- tasty
|
|
- unordered-containers
|