-- Initial kdesrc-build-extra.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: kdesrc-build-extra version: 0.1.1 synopsis: Build profiles for kdesrc-build description: A tool that allows defining build profiles on top of the kdesrc-build system for building KDE packages. license: GPL-3 license-file: LICENSE author: Ivan Čukić maintainer: ivan.cukic@kde.org -- copyright: category: Development build-type: Simple extra-source-files: src/Config.hs src/ConfigParser.hs src/StringListParser.hs cabal-version: >=1.10 executable kdesrc-build-extra hs-source-dirs: src/ main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >= 4.8 && < 4.9, parsec >= 3.1.3, cmdargs >= 0.10.10, process >= 1.1.0.2, MissingH >= 1.1.0.3, directory >= 1.2.0.1, bytestring >= 0.10.0.2, ansi-terminal >= 0.6.1.1 default-language: Haskell2010