packages feed

Cabal revisions of HUnit-1.2.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:		HUnit-version:	1.2.0.0-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>.-build-type:     Simple-exposed-modules:-	Test.HUnit.Base,-	Test.HUnit.Lang,-	Test.HUnit.Terminal,-	Test.HUnit.Text,-	Test.HUnit-extensions:	CPP+name:		HUnit
+version:	1.2.0.0
+x-revision: 1
+license:	BSD3
+license-file:	LICENSE
+author:		Dean Herington
+homepage:	http://hunit.sourceforge.net/
+category:	Testing
+build-depends:	base < 4
+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>.
+build-type:     Simple
+exposed-modules:
+	Test.HUnit.Base,
+	Test.HUnit.Lang,
+	Test.HUnit.Terminal,
+	Test.HUnit.Text,
+	Test.HUnit
+extensions:	CPP