4 copyright: 2024-2024, Cabal Development Team (see AUTHORS file)
6 author: Cabal Development Team <cabal-devel@haskell.org>
7 synopsis: An internal tool for building and testing the Cabal package manager
14 -- Pattern exhaustiveness checker is not as good, misses a case.
15 ghc-options: -Wno-incomplete-patterns
17 default-language: Haskell2010
22 executable cabal-validate
24 ghc-options: -O -threaded -rtsopts -with-rtsopts=-N
39 , bytestring >=0.11 && <1
40 , containers >=0.6 && <1
41 , directory >=1.0 && <2
43 , optparse-applicative >=0.18 && <1
44 , terminal-size >=0.3 && <1
47 , typed-process >=0.2 && <1