2 name: cabal-dev-scripts
4 synopsis: Dev scripts for cabal development
5 description: This package provides a tools for Cabal development
6 homepage: http://www.haskell.org/cabal/
9 author: Cabal Development Team <cabal-devel@haskell.org>
10 category: Distribution
14 default-language: Haskell2010
16 other-modules: GenUtils
20 , aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.2.1.0
21 , base >=4.13 && <4.20
25 , lens ^>=4.18.1 || ^>=4.19.1 || ^>=5.0.1 || ^>=5.2
26 , optparse-applicative ^>=0.15.1.0 || ^>=0.16.0.0
30 executable gen-spdx-exc
31 default-language: Haskell2010
32 main-is: GenSPDXExc.hs
33 other-modules: GenUtils
37 , aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.2.1.0
38 , base >=4.13 && <4.20
42 , lens ^>=4.18.1 || ^>=4.19.1 || ^>=5.0.1 || ^>=5.2
43 , optparse-applicative ^>=0.15.1.0 || ^>=0.16.0.0
47 executable gen-validate-dockerfile
48 default-language: Haskell2010
49 main-is: GenValidateDockerfile.hs
59 executable gen-cabal-macros
60 default-language: Haskell2010
61 main-is: GenCabalMacros.hs
62 other-modules: Capture
73 executable gen-paths-module
74 default-language: Haskell2010
75 main-is: GenPathsModule.hs
76 other-modules: Capture
87 executable gen-cabal-install-cabal
88 default-language: Haskell2010
89 main-is: GenCabalInstallCabal.hs
98 executable analyse-imports
99 default-language: Haskell2010
100 main-is: AnalyseImports.hs
107 , haskell-lexer ^>=1.1