1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
niv/package.yaml
Nicolas Mattia 7bc9e797f8 Fight cabal
2019-06-12 16:26:13 +02:00

54 lines
890 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:
- aeson
- aeson-pretty
- base
- bytestring
- directory
- file-embed
- filepath
- github
- hashable
- mtl
- optparse-applicative
- process
- string-qq
- text
- unliftio
- unordered-containers
library:
source-dirs:
- src
dependencies:
- aeson
- github
- tasty
- tasty-hunit
- unordered-containers
executables:
niv:
main: Niv.main
source-dirs: app
data-files:
- nix/sources.nix
dependencies:
- niv
niv-test:
main: NivTest.main
source-dirs: app
dependencies:
- tasty
- niv