diff options
Diffstat (limited to 'autonix-deps-kf5.cabal')
-rw-r--r-- | autonix-deps-kf5.cabal | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/autonix-deps-kf5.cabal b/autonix-deps-kf5.cabal new file mode 100644 index 0000000..a5117bd --- /dev/null +++ b/autonix-deps-kf5.cabal @@ -0,0 +1,49 @@ +name: autonix-deps-kf5 +version: 0.1.0.0 +synopsis: Generate dependencies for KDE 5 Nix expressions +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-kf5/issues +description: + @autonix-deps-kf5@ automatically detects dependencies for KDE Frameworks 5 + and related software collections. The generated dependencies are used to + automatically create expressions for use by the Nix package manager. + +source-repository head + type: git + location: https://github.com/ttuegel/autonix-deps-kf5.git + +library + exposed-modules: + Autonix.KF5 + build-depends: + autonix-deps ==0.1.* + , base >=4.7 && <5 + , bytestring >=0.10 + , conduit ==1.2.* + , containers >=0.5 + , filepath >=1.3 + , lens >=4.0 + , mtl >=2.1 + , transformers >=0.3 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + +executable kf5-deps + main-is: kf5-deps.hs + build-depends: + autonix-deps + , autonix-deps-kf5 + , base + , containers + , lens + , mtl + default-language: Haskell2010 + ghc-options: -Wall
\ No newline at end of file |