name: cabal-test-compat
version: 0.2.0.0
synopsis: Compatibility interface of cabal test-suite.
description: This package provides compatibility interface module
of cabal test-suite.
homepage: http://twitter.com/khibino/
license: BSD3
license-file: LICENSE
author: Kei Hibino
maintainer: ex8k.hibino@gmail.com
copyright: Copyright (c) 2015 Kei Hibino
category: Testing
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Distribution.TestSuite.Compat
other-extensions: CPP
build-depends: base <5
, Cabal
, QuickCheck >=2
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/khibino/haskell-cabal-test-compat
source-repository head
type: mercurial
location: https://bitbucket.org/khibino/haskell-cabal-test-compat