Cabal revisions of hspec-core-2.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.5.4.------ see: https://github.com/sol/hpack--name: hspec-core-version: 2.2.0-license: MIT-license-file: LICENSE-copyright: (c) 2011-2015 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- hs-source-dirs:- src- ghc-options: -Wall- 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 == 0.7.2.*- , 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.Config- Test.Hspec.Core.Example- Test.Hspec.Core.Formatters.Internal- Test.Hspec.Core.QuickCheckUtil- Test.Hspec.Core.Runner.Eval- Test.Hspec.Core.Spec.Monad- Test.Hspec.Core.Tree- Test.Hspec.FailureReport- Test.Hspec.Options- Test.Hspec.Timer- default-language: Haskell2010--test-suite spec- type: exitcode-stdio-1.0- main-is: Spec.hs- hs-source-dirs:- test- , src- ghc-options: -Wall- 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 == 0.7.2.*- , async >= 2- , hspec-meta >= 2.2.0- , silently >= 1.2.4- , process- 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- Test.Hspec.Compat- Test.Hspec.Config- Test.Hspec.Core.Example- Test.Hspec.Core.Formatters- Test.Hspec.Core.Formatters.Internal- Test.Hspec.Core.Hooks- Test.Hspec.Core.QuickCheck- Test.Hspec.Core.QuickCheckUtil- Test.Hspec.Core.Runner- Test.Hspec.Core.Runner.Eval- Test.Hspec.Core.Spec- Test.Hspec.Core.Spec.Monad- Test.Hspec.Core.Tree- Test.Hspec.Core.Util- Test.Hspec.FailureReport- Test.Hspec.Options- Test.Hspec.Timer- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.5.4. +-- +-- see: https://github.com/sol/hpack + +name: hspec-core +version: 2.2.0 +x-revision: 1 +license: MIT +license-file: LICENSE +copyright: (c) 2011-2015 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 + hs-source-dirs: + src + ghc-options: -Wall + build-depends: + base >= 4.3 && < 4.9 + , 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 == 0.7.2.* + , 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.Config + Test.Hspec.Core.Example + Test.Hspec.Core.Formatters.Internal + Test.Hspec.Core.QuickCheckUtil + Test.Hspec.Core.Runner.Eval + Test.Hspec.Core.Spec.Monad + Test.Hspec.Core.Tree + Test.Hspec.FailureReport + Test.Hspec.Options + Test.Hspec.Timer + default-language: Haskell2010 + +test-suite spec + type: exitcode-stdio-1.0 + main-is: Spec.hs + hs-source-dirs: + test + , src + ghc-options: -Wall + 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 == 0.7.2.* + , async >= 2 + , hspec-meta >= 2.2.0 + , silently >= 1.2.4 + , process + 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 + Test.Hspec.Compat + Test.Hspec.Config + Test.Hspec.Core.Example + Test.Hspec.Core.Formatters + Test.Hspec.Core.Formatters.Internal + Test.Hspec.Core.Hooks + Test.Hspec.Core.QuickCheck + Test.Hspec.Core.QuickCheckUtil + Test.Hspec.Core.Runner + Test.Hspec.Core.Runner.Eval + Test.Hspec.Core.Spec + Test.Hspec.Core.Spec.Monad + Test.Hspec.Core.Tree + Test.Hspec.Core.Util + Test.Hspec.FailureReport + Test.Hspec.Options + Test.Hspec.Timer + default-language: Haskell2010
revision 2
name: hspec-core version: 2.2.0 -x-revision: 1 +x-revision: 2 license: MIT license-file: LICENSE copyright: (c) 2011-2015 Simon Hengel, , time , transformers >= 0.2.2.0 , deepseq - , HUnit >= 1.2.5 + , HUnit >= 1.2.5 && < 1.4 , QuickCheck >= 2.5.1 , quickcheck-io , hspec-expectations == 0.7.2.*
revision 3
name: hspec-core version: 2.2.0 -x-revision: 2 +x-revision: 3 license: MIT license-file: LICENSE copyright: (c) 2011-2015 Simon Hengel, , deepseq , HUnit >= 1.2.5 && < 1.4 , QuickCheck >= 2.5.1 - , quickcheck-io + , quickcheck-io < 0.2.0 , hspec-expectations == 0.7.2.* , async >= 2 exposed-modules: , deepseq , HUnit >= 1.2.5 , QuickCheck >= 2.5.1 - , quickcheck-io + , quickcheck-io < 0.2.0 , hspec-expectations == 0.7.2.* , async >= 2 , hspec-meta >= 2.2.0
revision 4
name: hspec-core version: 2.2.0 -x-revision: 3 +x-revision: 4 license: MIT license-file: LICENSE copyright: (c) 2011-2015 Simon Hengel, , transformers >= 0.2.2.0 , deepseq , HUnit >= 1.2.5 && < 1.4 - , QuickCheck >= 2.5.1 + , QuickCheck >= 2.5.1 && < 2.11 , quickcheck-io < 0.2.0 , hspec-expectations == 0.7.2.* , async >= 2 , transformers >= 0.2.2.0 , deepseq , HUnit >= 1.2.5 - , QuickCheck >= 2.5.1 + , QuickCheck >= 2.5.1 && < 2.11 , quickcheck-io < 0.2.0 , hspec-expectations == 0.7.2.* , async >= 2
revision 5
name: hspec-core version: 2.2.0 -x-revision: 4 +x-revision: 5 license: MIT license-file: LICENSE copyright: (c) 2011-2015 Simon Hengel, , quickcheck-io < 0.2.0 , hspec-expectations == 0.7.2.* , async >= 2 - , hspec-meta >= 2.2.0 + , hspec-meta >= 2.2.0 && < 2.7.8 , silently >= 1.2.4 , process other-modules: