1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
niv/package.yaml
2019-12-05 21:05:44 +01:00

66 lines
1.2 KiB
YAML

name: niv
version: 0.2.6
license: MIT
author: Nicolas Mattia <nicolas@nmattia.com>
maintainer: Nicolas Mattia <nicolas@nmattia.com>
copyright: (c) 2019 Nicolas Mattia
category: Development
github: nmattia/niv
synopsis: Easy dependency management for Nix projects
description: Easy dependency management for Nix projects.
ghc-options:
- -Wall
# For macOS: https://github.com/gibiansky/IHaskell/issues/942
- -optP-Wno-nonportable-include-path
data-files:
- nix/sources.nix
extra-source-files:
- README.md
dependencies:
- aeson
- aeson-pretty
- ansi-terminal
- base < 5
- bytestring
- directory
- file-embed
- filepath
- hashable
- http-conduit
- mtl
- optparse-applicative
- process
- profunctors
- pureMD5
- string-qq
- text
- unliftio
- unordered-containers
library:
source-dirs:
- src
dependencies:
- aeson
- tasty
- tasty-hunit
- unordered-containers
executables:
niv:
main: Niv.main
source-dirs: app
dependencies:
- niv
niv-test:
main: NivTest.main
source-dirs: app
dependencies:
- tasty
- niv