packages feed

autonix-deps-0.2.0.0: autonix-deps.cabal

name:                autonix-deps
version:             0.2.0.0
synopsis:            Library for Nix expression dependency generation
license:             BSD3
license-file:        LICENSE
author:              Thomas Tuegel
maintainer:          ttuegel@gmail.com
copyright:           2014 Thomas Tuegel
category:            System
build-type:          Simple
cabal-version:       >=1.10
bug-reports: https://github.com/ttuegel/autonix-deps/issues
description:
  @autonix-deps@ is a library for building automatic dependency detectors for
  software collections to be built using the Nix package manager.

source-repository head
  type: git
  location: https://github.com/ttuegel/autonix-deps.git

library
  exposed-modules:
    Autonix.Analyze
    Autonix.Args
    Autonix.CMake
    Autonix.Deps
    Autonix.Generate
    Autonix.Manifest
    Autonix.PkgDeps
    Autonix.Regex
  build-depends:
      base >=4.7 && <5
    , bytestring >=0.10
    , conduit >=1.2
    , containers >=0.5
    , errors >=1.4
    , filepath >=1.3
    , lens >=4.0
    , libarchive-conduit ==0.1.*
    , mtl >=2.1
    , optparse-applicative >=0.11
    , process >=1.2
    , regex-tdfa >=1.2
    , resourcet >=1.1
    , transformers >=0.3
    , xml >=1.3
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options: -Wall