packages feed

niv-0.2.0: niv.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 79bc5a116ffbf43a58aab2bed0b2381ff3620a4fe61ed5245b237e9d4253b0d1

name:           niv
version:        0.2.0
synopsis:       Easy dependency management for Nix projects
description:    Easy dependency management for Nix projects.
category:       Development
homepage:       https://github.com/nmattia/niv#readme
bug-reports:    https://github.com/nmattia/niv/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
extra-source-files:
    README.md
data-files:
    nix/sources.nix

source-repository head
  type: git
  location: https://github.com/nmattia/niv

library
  exposed-modules:
      Niv.Cli
      Niv.GitHub
      Niv.GitHub.Test
      Niv.Logger
      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
    , ansi-terminal
    , base <5
    , bytestring
    , directory
    , file-embed
    , filepath
    , hashable
    , http-conduit
    , mtl
    , optparse-applicative
    , process
    , profunctors
    , 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
    , ansi-terminal
    , base <5
    , bytestring
    , directory
    , file-embed
    , filepath
    , hashable
    , http-conduit
    , mtl
    , niv
    , optparse-applicative
    , process
    , profunctors
    , 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
    , ansi-terminal
    , base <5
    , bytestring
    , directory
    , file-embed
    , filepath
    , hashable
    , http-conduit
    , mtl
    , niv
    , optparse-applicative
    , process
    , profunctors
    , string-qq
    , tasty
    , text
    , unliftio
    , unordered-containers
  default-language: Haskell2010