cabal-version: 1.18 name: ats-pkg version: 2.7.1.0 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale maintainer: vamchale@gmail.com author: Vanessa McHale homepage: https://github.com/vmchale/atspkg#readme synopsis: A build tool for ATS description: A collection of scripts to simplify building ATS projects. category: Development, ATS build-type: Custom extra-source-files: man/atspkg.1 dhall/config.dhall dhall/atslib.dhall extra-doc-files: README.md docs/manual.tex source-repository head type: git location: git@github.com:vmchale/atspkg.git custom-setup setup-depends: base -any, Cabal >=2.0, cli-setup >=0.2.0.1 flag development description: Enable `-Werror` default: False manual: True flag no-executable description: Enable `-Werror` default: False library exposed-modules: Language.ATS.Package Distribution.ATS hs-source-dirs: src other-modules: Paths_ats_pkg Distribution.ATS.Build Language.ATS.Package.Build Language.ATS.Package.Build.C Language.ATS.Package.Compiler Language.ATS.Package.Config Language.ATS.Package.Dependency Language.ATS.Package.Dhall Language.ATS.Package.Error Language.ATS.Package.Generic Language.ATS.Package.PackageSet Language.ATS.Package.Type Language.ATS.Package.Upgrade Distribution.ATS.Version System.Process.Ext Quaalude default-language: Haskell2010 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat build-depends: base >=4.7 && <5, http-client -any, bytestring -any, file-embed -any, shake -any, bzlib -any, Cabal >=2.0.0.0, lzma -any, tar -any, zlib -any, http-client-tls -any, text -any, directory -any, process -any, hashable, containers -any, parallel-io -any, unix -any, lens -any, mtl, dhall >=1.10.0, ansi-wl-pprint -any, shake-ats >=1.3.0.0, shake-ext >=2.6.0.0, composition-prelude >=1.3.0.0, zip-archive -any, ansi-wl-pprint -any, binary -any, dependency -any, filemanip -any if flag(development) ghc-options: -Werror executable atspkg main-is: Main.hs hs-source-dirs: app other-modules: Paths_ats_pkg default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat if !flag(no-executable) build-depends: base -any, ats-pkg -any, optparse-applicative -any, lens -any, shake-ats -any, temporary -any, directory -any, composition-prelude -any, text -any, shake -any if flag(no-executable) buildable: False if flag(development) ghc-options: -Werror