packages feed

Cabal revisions of hspec2-0.6.1

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

revision 1
-name:             hspec2-version:          0.6.1-license:          MIT-license-file:     LICENSE-copyright:        (c) 2011-2014 Simon Hengel,-                  (c) 2011-2012 Trystan Spangler,-                  (c) 2011 Greg Weber-maintainer:       Simon Hengel <sol@typeful.net>-build-type:       Simple-cabal-version:    >= 1.10-category:         Testing-stability:        experimental-bug-reports:      https://github.com/hspec/hspec/issues-homepage:         http://hspec.github.io/-synopsis:         Alpha version of Hspec 2.0-description:      This is an alpha release of Hspec 2.0.-                  If you are looking for a stable solution for testing Haskell-                  code, use the 1.x series of Hspec: <http://hspec.github.io/>--source-repository head-  type: git-  location: https://github.com/hspec/hspec--Library-  exposed: False-  ghc-options:-      -Wall-  hs-source-dirs:-      src-  build-depends:-      base == 4.*-    , hspec-discover == 2.0.*-    , hspec == 2.0.*-  exposed-modules:-      Test.Hspec-      Test.Hspec.Core-      Test.Hspec.Discover-      Test.Hspec.Formatters-      Test.Hspec.QuickCheck-      Test.Hspec.Runner-  default-language: Haskell2010+name:             hspec2
+version:          0.6.1
+x-revision: 1
+license:          MIT
+license-file:     LICENSE
+copyright:        (c) 2011-2014 Simon Hengel,
+                  (c) 2011-2012 Trystan Spangler,
+                  (c) 2011 Greg Weber
+maintainer:       Simon Hengel <sol@typeful.net>
+build-type:       Simple
+cabal-version:    >= 1.10
+category:         Testing
+stability:        experimental
+bug-reports:      https://github.com/hspec/hspec/issues
+homepage:         http://hspec.github.io/
+synopsis:         Alpha version of Hspec 2.0
+description:      This is an alpha release of Hspec 2.0.
+                  If you are looking for a stable solution for testing Haskell
+                  code, use the 1.x series of Hspec: <http://hspec.github.io/>
+
+source-repository head
+  type: git
+  location: https://github.com/hspec/hspec
+
+Library
+  exposed: False
+  ghc-options:
+      -Wall
+  hs-source-dirs:
+      src
+  build-depends:
+      base == 4.*
+    , hspec-discover == 2.*
+    , hspec == 2.*
+  exposed-modules:
+      Test.Hspec
+      Test.Hspec.Core
+      Test.Hspec.Discover
+      Test.Hspec.Formatters
+      Test.Hspec.QuickCheck
+      Test.Hspec.Runner
+  default-language: Haskell2010
revision 2
 name:             hspec2
 version:          0.6.1
-x-revision: 1
+x-revision: 2
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2014 Simon Hengel,
   build-depends:
       base == 4.*
     , hspec-discover == 2.*
-    , hspec == 2.*
+    , hspec >= 2 && < 2.6
   exposed-modules:
       Test.Hspec
       Test.Hspec.Core