niv-0.1.0: niv.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6f5b84916f782273e667d406893e0bfc85ce6d315fc6941b94dd68e760b11196
name: niv
version: 0.1.0
synopsis: Easy dependency management for Nix projects
description: Easy dependency management for Nix projects.
category: Development
homepage: https://github.com/deckgo/wai-lambda#readme
bug-reports: https://github.com/deckgo/wai-lambda/issues
author: Nicolas Mattia <nicolas@nmattia.com>
maintainer: Nicolas Mattia <nicolas@nmattia.com>
copyright: (c) 2019 Nicolas Mattia
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/deckgo/wai-lambda
library
exposed-modules:
Niv.Cli
Niv.GitHub
Niv.GitHub.Test
Niv.Test
Niv.Update
Niv.Update.Test
other-modules:
Paths_niv
hs-source-dirs:
src
ghc-options: -Wall -optP-Wno-nonportable-include-path
build-depends:
aeson
, aeson-pretty
, base <5
, bytestring
, directory
, file-embed
, filepath
, github
, hashable
, mtl
, optparse-applicative
, process
, string-qq
, tasty
, tasty-hunit
, text
, unliftio
, unordered-containers
default-language: Haskell2010
executable niv
main-is: Niv.hs
other-modules:
NivTest
Paths_niv
hs-source-dirs:
app
ghc-options: -Wall -optP-Wno-nonportable-include-path -main-is Niv.main
build-depends:
aeson
, aeson-pretty
, base <5
, bytestring
, directory
, file-embed
, filepath
, github
, hashable
, mtl
, niv
, optparse-applicative
, process
, string-qq
, text
, unliftio
, unordered-containers
default-language: Haskell2010
executable niv-test
main-is: NivTest.hs
other-modules:
Niv
Paths_niv
hs-source-dirs:
app
ghc-options: -Wall -optP-Wno-nonportable-include-path -main-is NivTest.main
build-depends:
aeson
, aeson-pretty
, base <5
, bytestring
, directory
, file-embed
, filepath
, github
, hashable
, mtl
, niv
, optparse-applicative
, process
, string-qq
, tasty
, text
, unliftio
, unordered-containers
default-language: Haskell2010