packages feed

cabal-test-0.1: cabal-test.cabal

Name: cabal-test
Version: 0.1
Maintainer: Lemmih (lemmih@gmail.com)
Author: Lemmih (lemmih@gmail.com)
Copyright: 2006-2007, Lemmih
Category: Testing
License-File: LICENSE
License: BSD3
Build-Depends: base, Cabal, filepath, QuickCheck, pqc, ghc
Synopsis: Automated test tool for cabal projects.
Description:
  Cabal-test is a tool for testing cabal projects. It uses the GHC-api to load the code so any
  code currently buildable by GHCi should be testable by cabal-test.
  You can choose how many tests to run and how many to run concurrently.

Executable: cabal-test
Main-is: Main.hs
Extensions: 
GHC-Options: -fwarn-duplicate-exports
             -fwarn-unused-binds -fwarn-unused-imports -fwarn-unused-matches
Hs-Source-Dirs: src