4 copyright: 2023, Cabal Development Team
\r
5 license: BSD-3-Clause
\r
6 license-file: LICENSE
\r
7 author: Cabal Development Team <cabal-devel@haskell.org>
\r
8 maintainer: cabal-devel@haskell.org
\r
9 homepage: http://www.haskell.org/cabal/
\r
10 bug-reports: https://github.com/haskell/cabal/issues
\r
11 synopsis: API for the Hooks build-type
\r
13 User-facing API for the Hooks build-type.
\r
14 category: Distribution
\r
18 readme.md changelog.md
\r
20 source-repository head
\r
22 location: https://github.com/haskell/cabal/
\r
26 default-language: Haskell2010
\r
30 Cabal-syntax >= 3.15 && < 3.17,
\r
31 Cabal >= 3.15 && < 3.17,
\r
32 base >= 4.13 && < 5,
\r
33 containers >= 0.5.0.0 && < 0.8,
\r
34 transformers >= 0.5.6.0 && < 0.7
\r
36 ghc-options: -Wall -fno-ignore-asserts -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
\r
39 Distribution.Simple.SetupHooks
\r
50 ExistentialQuantification
\r
53 GeneralizedNewtypeDeriving
\r
57 NondecreasingIndentation
\r
67 TypeSynonymInstances
\r
68 UndecidableInstances
\r