2019-01-18 01:00:48 +03:00
|
|
|
name: niv
|
|
|
|
|
2019-04-05 12:43:57 +03:00
|
|
|
license: MIT
|
|
|
|
|
2019-01-31 22:42:39 +03:00
|
|
|
ghc-options:
|
|
|
|
- -Wall
|
|
|
|
- -Werror
|
|
|
|
|
2019-01-18 01:00:48 +03:00
|
|
|
executable:
|
2019-04-05 12:43:57 +03:00
|
|
|
main: app/Niv.hs
|
2019-01-18 01:00:48 +03:00
|
|
|
dependencies:
|
2019-04-05 12:43:57 +03:00
|
|
|
- base
|
|
|
|
- hashable
|
2019-04-07 20:56:58 +03:00
|
|
|
- file-embed
|
2019-04-05 12:43:57 +03:00
|
|
|
- process
|
|
|
|
- text
|
|
|
|
- bytestring
|
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
|
2019-04-07 20:56:58 +03:00
|
|
|
data-files:
|
|
|
|
- nix/sources.nix
|