name: portager version: 0.1.1.1 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2017 Jiri Marsicek maintainer: Jiri Marsicek homepage: https://github.com/j1r1k/portager synopsis: DSL for configuring Gentoo portage description: Please see README.md category: DSL author: Jiri Marsicek extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/j1r1k/portager library exposed-modules: Portager Portager.DSL Portager.Flatten Portager.Options Portager.Writes build-depends: base >=4.9.0.0 && <4.10, containers >=0.5.7.1 && <0.6, directory >=1.2.6.2 && <1.3, filepath >=1.4.1.0 && <1.5, lens ==4.14.*, mtl >=2.2.1 && <2.3, optparse-applicative >=0.12.1.0 && <0.13, semigroups >=0.18.2 && <0.19, text >=1.2.2.1 && <1.3, transformers >=0.5.2.0 && <0.6 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall -fno-warn-orphans test-suite portager-test type: exitcode-stdio-1.0 main-is: Spec.hs build-depends: base >=4.9.0.0 && <4.10, portager >=0.1.1.1 && <0.2, containers >=0.5.7.1 && <0.6, hspec >=2.2.4 && <2.3, QuickCheck >=2.8.2 && <2.9, mtl >=2.2.1 && <2.3, text >=1.2.2.1 && <1.3 default-language: Haskell2010 hs-source-dirs: test other-modules: Portager.DSLSpec Portager.FlattenSpec ghc-options: -threaded -rtsopts -with-rtsopts=-N