name: kdesrc-build-profiles version: 0.2.0 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. homepage: https://invent.kde.org license: GPL-3 license-file: LICENSE author: Ivan Čukić maintainer: ivan.cukic at kde.org copyright: 2014-2020 Ivan Čukić category: Development build-type: Simple extra-source-files: src/Config.hs src/ConfigParser.hs src/StringListParser.hs cabal-version: >=1.10 executable kdesrc-build-profiles hs-source-dirs: src main-is: Main.hs default-language: Haskell2010 build-depends: base >= 4.7 && < 5, parsec >= 3.1.14.0, 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 other-modules: Config, ConfigParser, StringListParser