packages feed

Cabal revisions of hspec-core-2.1.2

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

revision 1
-name:             hspec-core-version:          2.1.2-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:         A Testing Framework for Haskell-description:      This package exposes internal types and functions that can be-                  used to extend Hspec's functionality.--source-repository head-  type: git-  location: https://github.com/hspec/hspec-  subdir: hspec-core--library-  ghc-options:-      -Wall-  hs-source-dirs:-      src-  build-depends:-      base >= 4.3 && < 5-    , random-    , tf-random-    , setenv-    , ansi-terminal >= 0.5-    , time-    , transformers >= 0.2.2.0-    , deepseq-    , HUnit >= 1.2.5-    , QuickCheck >= 2.5.1-    , quickcheck-io-    , hspec-expectations-    , async >= 2-  exposed-modules:-      Test.Hspec.Core.Spec-      Test.Hspec.Core.Hooks-      Test.Hspec.Core.Runner-      Test.Hspec.Core.Formatters-      Test.Hspec.Core.QuickCheck-      Test.Hspec.Core.Util-  other-modules:-      Test.Hspec.Compat-      Test.Hspec.Core.Example-      Test.Hspec.Core.Tree-      Test.Hspec.Core.Spec.Monad-      Test.Hspec.Core.QuickCheckUtil-      Test.Hspec.Config-      Test.Hspec.Options-      Test.Hspec.FailureReport-      Test.Hspec.Core.Runner.Eval-      Test.Hspec.Core.Formatters.Internal-      Test.Hspec.Timer-  default-language: Haskell2010--test-suite spec-  type:-      exitcode-stdio-1.0-  hs-source-dirs:-      src, test-  main-is:-      Spec.hs-  other-modules:-      Helper-      Mock-      Test.Hspec.CompatSpec-      Test.Hspec.Core.ExampleSpec-      Test.Hspec.Core.FormattersSpec-      Test.Hspec.Core.HooksSpec-      Test.Hspec.Core.QuickCheckUtilSpec-      Test.Hspec.Core.RunnerSpec-      Test.Hspec.Core.SpecSpec-      Test.Hspec.Core.UtilSpec-      Test.Hspec.FailureReportSpec-      Test.Hspec.OptionsSpec-      Test.Hspec.TimerSpec-  ghc-options:-      -Wall-  build-depends:-      base == 4.*-    , random-    , tf-random-    , setenv-    , ansi-terminal-    , time-    , transformers-    , deepseq-    , HUnit-    , QuickCheck-    , quickcheck-io-    , hspec-expectations-    , async--    , hspec-meta >= 1.12-    , silently >= 1.2.4-    , process-  default-language: Haskell2010+name:             hspec-core
+version:          2.1.2
+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:         A Testing Framework for Haskell
+description:      This package exposes internal types and functions that can be
+                  used to extend Hspec's functionality.
+
+source-repository head
+  type: git
+  location: https://github.com/hspec/hspec
+  subdir: hspec-core
+
+library
+  ghc-options:
+      -Wall
+  hs-source-dirs:
+      src
+  build-depends:
+      base >= 4.3 && < 5
+    , random
+    , tf-random
+    , setenv
+    , ansi-terminal >= 0.5
+    , time
+    , transformers >= 0.2.2.0
+    , deepseq
+    , HUnit >= 1.2.5 && < 1.3
+    , QuickCheck >= 2.5.1
+    , quickcheck-io
+    , hspec-expectations
+    , async >= 2
+  exposed-modules:
+      Test.Hspec.Core.Spec
+      Test.Hspec.Core.Hooks
+      Test.Hspec.Core.Runner
+      Test.Hspec.Core.Formatters
+      Test.Hspec.Core.QuickCheck
+      Test.Hspec.Core.Util
+  other-modules:
+      Test.Hspec.Compat
+      Test.Hspec.Core.Example
+      Test.Hspec.Core.Tree
+      Test.Hspec.Core.Spec.Monad
+      Test.Hspec.Core.QuickCheckUtil
+      Test.Hspec.Config
+      Test.Hspec.Options
+      Test.Hspec.FailureReport
+      Test.Hspec.Core.Runner.Eval
+      Test.Hspec.Core.Formatters.Internal
+      Test.Hspec.Timer
+  default-language: Haskell2010
+
+test-suite spec
+  type:
+      exitcode-stdio-1.0
+  hs-source-dirs:
+      src, test
+  main-is:
+      Spec.hs
+  other-modules:
+      Helper
+      Mock
+      Test.Hspec.CompatSpec
+      Test.Hspec.Core.ExampleSpec
+      Test.Hspec.Core.FormattersSpec
+      Test.Hspec.Core.HooksSpec
+      Test.Hspec.Core.QuickCheckUtilSpec
+      Test.Hspec.Core.RunnerSpec
+      Test.Hspec.Core.SpecSpec
+      Test.Hspec.Core.UtilSpec
+      Test.Hspec.FailureReportSpec
+      Test.Hspec.OptionsSpec
+      Test.Hspec.TimerSpec
+  ghc-options:
+      -Wall
+  build-depends:
+      base == 4.*
+    , random
+    , tf-random
+    , setenv
+    , ansi-terminal
+    , time
+    , transformers
+    , deepseq
+    , HUnit
+    , QuickCheck
+    , quickcheck-io
+    , hspec-expectations
+    , async
+
+    , hspec-meta >= 1.12
+    , silently >= 1.2.4
+    , process
+  default-language: Haskell2010
revision 2
 name:             hspec-core
 version:          2.1.2
-x-revision: 1
+x-revision: 2
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2014 Simon Hengel,
     , deepseq
     , HUnit >= 1.2.5 && < 1.3
     , QuickCheck >= 2.5.1
-    , quickcheck-io
+    , quickcheck-io < 0.2.0
     , hspec-expectations
     , async >= 2
   exposed-modules:
     , deepseq
     , HUnit
     , QuickCheck
-    , quickcheck-io
+    , quickcheck-io < 0.2.0
     , hspec-expectations
     , async
 
revision 3
 name:             hspec-core
 version:          2.1.2
-x-revision: 2
+x-revision: 3
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2014 Simon Hengel,
   hs-source-dirs:
       src
   build-depends:
-      base >= 4.3 && < 5
+      base >= 4.3 && < 4.10
     , random
     , tf-random
     , setenv
revision 4
 name:             hspec-core
 version:          2.1.2
-x-revision: 3
+x-revision: 4
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2014 Simon Hengel,
     , transformers >= 0.2.2.0
     , deepseq
     , HUnit >= 1.2.5 && < 1.3
-    , QuickCheck >= 2.5.1
+    , QuickCheck >= 2.5.1 && < 2.11
     , quickcheck-io < 0.2.0
     , hspec-expectations
     , async >= 2
revision 5
 name:             hspec-core
 version:          2.1.2
-x-revision: 4
+x-revision: 5
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2014 Simon Hengel,
     , hspec-expectations
     , async
 
-    , hspec-meta >= 1.12
+    , hspec-meta >= 1.12 && < 2.7.8
     , silently >= 1.2.4
     , process
   default-language: Haskell2010