1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
niv/package.yaml
2019-06-12 14:57:21 +02:00

52 lines
937 B
YAML

name: niv
license: MIT
ghc-options:
- -Wall
- -Werror
# For macOS: https://github.com/gibiansky/IHaskell/issues/942
- -optP-Wno-nonportable-include-path
dependencies:
- base
- text
- mtl
- unliftio
library:
source-dirs:
- src
dependencies:
- aeson
- github
- tasty
- tasty-hunit
- unordered-containers
executables:
niv:
main: app/niv.hs
data-files:
- nix/sources.nix
dependencies:
- aeson
- aeson-pretty
- bytestring
- directory
- filepath
- github
- hashable
- file-embed
- niv
- optparse-applicative
- process
- string-qq
- unordered-containers
niv-test:
main: app/test.hs
dependencies:
- tasty
- niv