hackport-0.6.3: cabal/cabal-testsuite/cabal-testsuite.cabal
name: cabal-testsuite
version: 2.4.1.0
copyright: 2003-2018, Cabal Development Team (see AUTHORS file)
license: BSD3
license-file: LICENSE
author: Cabal Development Team <cabal-devel@haskell.org>
maintainer: cabal-devel@haskell.org
homepage: http://www.haskell.org/cabal/
bug-reports: https://github.com/haskell/cabal/issues
synopsis: Test suite for Cabal and cabal-install
description:
This package defines a shared test suite for Cabal and cabal-install.
category: Distribution
cabal-version: >=1.10
build-type: Custom
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/haskell/cabal/
subdir: cabal-testsuite
library
exposed-modules:
Test.Cabal.Workdir
Test.Cabal.Script
Test.Cabal.Run
Test.Cabal.Plan
Test.Cabal.Prelude
Test.Cabal.Server
Test.Cabal.Monad
Test.Cabal.CheckArMetadata
build-depends:
aeson ==1.4.*,
attoparsec,
async,
base,
bytestring,
transformers,
optparse-applicative >=0.14 && <0.15,
process,
directory,
filepath,
regex-compat-tdfa,
regex-tdfa,
temporary,
text,
cryptohash-sha256,
base16-bytestring,
Cabal >= 2.3
ghc-options: -Wall -fwarn-tabs
if !os(windows)
build-depends: unix, exceptions
else
build-depends: Win32
default-language: Haskell2010
executable cabal-tests
main-is: cabal-tests.hs
hs-source-dirs: main
ghc-options: -threaded -Wall -fwarn-tabs
build-depends:
async,
base,
Cabal == 2.4.1.0,
clock,
filepath,
process,
optparse-applicative,
cabal-testsuite,
transformers,
exceptions
default-language: Haskell2010
custom-setup
setup-depends: Cabal == 2.4.1.0,
base