diff options
author | ThomasTuegel <> | 2015-06-25 14:21:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2015-06-25 14:21:00 (GMT) |
commit | ad5a2fca2e9989ac82f169f63d734f16badcf865 (patch) | |
tree | bdc523d8b214e6c1df4b88429bcfff776da7dbce /autonix-deps-kf5.cabal | |
parent | 2cea0bac218537bacd32d4d44a4f2500aa648712 (diff) |
Diffstat (limited to 'autonix-deps-kf5.cabal')
-rw-r--r-- | autonix-deps-kf5.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/autonix-deps-kf5.cabal b/autonix-deps-kf5.cabal index 08f415c..68956b8 100644 --- a/autonix-deps-kf5.cabal +++ b/autonix-deps-kf5.cabal @@ -1,5 +1,5 @@ name: autonix-deps-kf5 -version: 0.2.0.1 +version: 0.3.0.0 synopsis: Generate dependencies for KDE 5 Nix expressions license: BSD3 license-file: LICENSE @@ -23,7 +23,7 @@ library exposed-modules: Autonix.KF5 build-depends: - autonix-deps ==0.2.* + autonix-deps ==0.3.* , base >=4.7 && <5 , bytestring >=0.10 , conduit ==1.2.* @@ -31,6 +31,7 @@ library , filepath >=1.3 , lens >=4.0 , mtl >=2.1 + , text >= 1.2 , transformers >=0.3 hs-source-dirs: src default-language: Haskell2010 |