-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: bc48d4df56815a9a35980c932de97fa26843e0c9b65427e799c5973263e0771a name: niv version: 0.1.1 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 maintainer: Nicolas Mattia 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/nmattia/niv 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