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

50 lines
894 B
YAML
Raw Normal View History

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-06-12 14:48:59 +03:00
# For macOS: https://github.com/gibiansky/IHaskell/issues/942
- -optP-Wno-nonportable-include-path
2019-06-09 23:42:35 +03:00
dependencies:
- base
- text
- mtl
- unliftio
library:
source-dirs:
- src
2019-01-18 01:00:48 +03:00
dependencies:
2019-01-23 23:55:26 +03:00
- aeson
2019-01-27 01:39:38 +03:00
- github
2019-06-09 23:42:35 +03:00
- tasty
- tasty-hunit
2019-01-23 23:55:26 +03:00
- unordered-containers
2019-06-09 23:42:35 +03:00
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