packages feed

HUnit-1.1: HUnit.cabal

name:		HUnit
version:	1.1
license:	BSD3
license-file:	LICENSE
author:		Dean Herington
homepage:	http://hunit.sourceforge.net/
category:	Testing
build-depends:	base
synopsis:	A unit testing framework for Haskell
description:
	HUnit is a unit testing framework for Haskell, inspired by the
	JUnit tool for Java, see: <http://www.junit.org>.
exposed-modules:
	Test.HUnit.Base,
	Test.HUnit.Lang,
	Test.HUnit.Terminal,
	Test.HUnit.Text,
	Test.HUnit
extensions:	CPP