packages feed

Cabal revisions of HUnit-1.3.0.0

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

revision 1
-Name:                   HUnit-Version:                1.3.0.0-Cabal-Version:          >= 1.8-License:                BSD3-License-File:           LICENSE-Author:                 Dean Herington-Maintainer:             Simon Hengel <sol@typeful.net>-Stability:              stable-Homepage:               http://hunit.sourceforge.net/-Category:               Testing-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-Data-Files:-    doc/Guide.html-    examples/Example.hs-    prologue.txt-    README.md--source-repository head-    type:     git-    location: https://github.com/hspec/HUnit--Library-    Build-Depends:-        base == 4.*,-        deepseq-    Exposed-Modules:-        Test.HUnit.Base,-        Test.HUnit.Lang,-        Test.HUnit.Terminal,-        Test.HUnit.Text,-        Test.HUnit-    GHC-Options: -Wall--Test-Suite tests-    Type:               exitcode-stdio-1.0-    Main-Is:            HUnitTests.hs-    HS-Source-Dirs:     tests-    Build-Depends:-        base == 4.*,-        deepseq,-        filepath,-        HUnit-    Other-Modules:-        HUnitTests-        HUnitTestBase-        HUnitTestExtended-        TerminalTest-    GHC-Options:        -Wall+Name:                   HUnit
+Version:                1.3.0.0
+x-revision: 1
+Cabal-Version:          >= 1.8
+License:                BSD3
+License-File:           LICENSE
+Author:                 Dean Herington
+Maintainer:             Simon Hengel <sol@typeful.net>
+Stability:              stable
+Homepage:               http://hunit.sourceforge.net/
+Category:               Testing
+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
+Data-Files:
+    doc/Guide.html
+    examples/Example.hs
+    prologue.txt
+    README.md
+
+source-repository head
+    type:     git
+    location: https://github.com/hspec/HUnit
+
+Library
+    Build-Depends:
+        base >= 4 && < 4.9,
+        deepseq >= 1.1
+    Exposed-Modules:
+        Test.HUnit.Base,
+        Test.HUnit.Lang,
+        Test.HUnit.Terminal,
+        Test.HUnit.Text,
+        Test.HUnit
+    GHC-Options: -Wall
+
+Test-Suite tests
+    Type:               exitcode-stdio-1.0
+    Main-Is:            HUnitTests.hs
+    HS-Source-Dirs:     tests
+    Build-Depends:
+        base == 4.*,
+        deepseq,
+        filepath,
+        HUnit
+    Other-Modules:
+        HUnitTests
+        HUnitTestBase
+        HUnitTestExtended
+        TerminalTest
+    GHC-Options:        -Wall
revision 2
 Name:                   HUnit
 Version:                1.3.0.0
-x-revision: 1
+x-revision: 2
 Cabal-Version:          >= 1.8
 License:                BSD3
 License-File:           LICENSE
     Main-Is:            HUnitTests.hs
     HS-Source-Dirs:     tests
     Build-Depends:
-        base == 4.*,
+        base >= 4 && < 4.11,
         deepseq,
         filepath,
         HUnit