hackport-0.6.5: cabal/cabal-dev-scripts/cabal-dev-scripts.cabal
cabal-version: 2.2
name: cabal-dev-scripts
version: 0
synopsis: Dev scripts for cabal development
description: This package provides a tools for Cabal development
homepage: http://www.haskell.org/cabal/
license: BSD-3-Clause
license-file: LICENSE
author: Cabal Development Team <cabal-devel@haskell.org>
category: Distribution
build-type: Simple
executable gen-extra-source-files
default-language: Haskell2010
main-is: GenExtraSourceFiles.hs
hs-source-dirs: src
build-depends:
, base >=4.10 && <4.13
, bytestring
, Cabal >=2.2 && <2.6
, directory
, filepath
, process
executable gen-spdx
default-language: Haskell2010
main-is: GenSPDX.hs
other-modules: GenUtils
hs-source-dirs: src
ghc-options: -Wall
build-depends:
, aeson ^>=1.4.1.0
, base >=4.10 && <4.13
, bytestring
, containers
, Diff ^>=0.4
, lens ^>=4.18.1
, optparse-applicative ^>=0.15.1.0
, text
, zinza ^>=0.1
executable gen-spdx-exc
default-language: Haskell2010
main-is: GenSPDXExc.hs
other-modules: GenUtils
hs-source-dirs: src
ghc-options: -Wall
build-depends:
, aeson ^>=1.4.1.0
, base >=4.10 && <4.13
, bytestring
, containers
, Diff ^>=0.4
, lens ^>=4.18.1
, optparse-applicative ^>=0.15.1.0
, text
, zinza ^>=0.1