Cabal revisions of hspec-meta-2.11.14
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.38.1.------ see: https://github.com/sol/hpack--name: hspec-meta-version: 2.11.14-synopsis: A version of Hspec which is used to test Hspec itself-description: A stable version of Hspec which is used to test the- in-development version of Hspec.-category: Testing-stability: experimental-homepage: https://hspec.github.io/-bug-reports: https://github.com/hspec/hspec/issues-author: Simon Hengel <sol@typeful.net>-maintainer: Simon Hengel <sol@typeful.net>-copyright: (c) 2011-2025 Simon Hengel,- (c) 2011-2012 Trystan Spangler,- (c) 2011 Greg Weber-license: MIT-license-file: LICENSE-build-type: Simple--source-repository head- type: git- location: https://github.com/hspec/hspec- subdir: hspec-meta--library- exposed-modules:- Test.Hspec.Meta- Test.Hspec.Discover- other-modules:- Control.Concurrent.Async- Data.Algorithm.Diff- Test.Hspec- Test.Hspec.Formatters- Test.Hspec.QuickCheck- Test.Hspec.Runner- GetOpt.Declarative- GetOpt.Declarative.Environment- GetOpt.Declarative.Interpret- GetOpt.Declarative.Types- GetOpt.Declarative.Util- NonEmpty- Test.Hspec.Core.Annotations- Test.Hspec.Core.Clock- Test.Hspec.Core.Compat- Test.Hspec.Core.Config- Test.Hspec.Core.Config.Definition- Test.Hspec.Core.Config.Options- Test.Hspec.Core.Example- Test.Hspec.Core.Example.Location- Test.Hspec.Core.Extension- Test.Hspec.Core.Extension.Config- Test.Hspec.Core.Extension.Config.Type- Test.Hspec.Core.Extension.Item- Test.Hspec.Core.Extension.Option- Test.Hspec.Core.Extension.Spec- Test.Hspec.Core.Extension.Tree- Test.Hspec.Core.FailureReport- Test.Hspec.Core.Format- Test.Hspec.Core.Formatters- Test.Hspec.Core.Formatters.Diff- Test.Hspec.Core.Formatters.Internal- Test.Hspec.Core.Formatters.Pretty- Test.Hspec.Core.Formatters.Pretty.Parser- Test.Hspec.Core.Formatters.Pretty.Unicode- Test.Hspec.Core.Formatters.V1- Test.Hspec.Core.Formatters.V1.Free- Test.Hspec.Core.Formatters.V1.Internal- Test.Hspec.Core.Formatters.V1.Monad- Test.Hspec.Core.Formatters.V2- Test.Hspec.Core.Hooks- Test.Hspec.Core.QuickCheck- Test.Hspec.Core.QuickCheck.Util- Test.Hspec.Core.Runner- Test.Hspec.Core.Runner.Eval- Test.Hspec.Core.Runner.JobQueue- Test.Hspec.Core.Runner.PrintSlowSpecItems- Test.Hspec.Core.Runner.Result- Test.Hspec.Core.Shuffle- Test.Hspec.Core.Spec- Test.Hspec.Core.Spec.Monad- Test.Hspec.Core.Timer- Test.Hspec.Core.Tree- Test.Hspec.Core.Util- Paths_hspec_meta- hs-source-dirs:- src- vendor- hspec/src- hspec-core/src- ghc-options: -Wall -fno-warn-incomplete-uni-patterns- build-depends:- HUnit ==1.6.*- , QuickCheck >=2.13.1 && <2.17- , ansi-terminal >=0.6.2- , array- , base >=4.9.0.0 && <5- , call-stack >=0.2.0- , containers- , deepseq- , directory- , filepath- , haskell-lexer- , hspec-expectations ==0.8.4.*- , process- , quickcheck-io >=0.2.0- , random- , tf-random- , time- , transformers >=0.2.2.0- default-language: Haskell2010- if impl(ghc >= 8.4.1)- build-depends:- stm >=2.2- else- other-modules:- Control.Concurrent.STM.TMVar- hs-source-dirs:- vendor/stm-2.5.0.1/--executable hspec-meta-discover- main-is: hspec-discover.hs- other-modules:- Test.Hspec.Discover.Config- Test.Hspec.Discover.Run- Test.Hspec.Discover.Sort- Paths_hspec_meta- hs-source-dirs:- hspec-discover/src- hspec-discover/driver- ghc-options: -Wall -fno-warn-incomplete-uni-patterns- build-depends:- HUnit ==1.6.*- , QuickCheck >=2.13.1 && <2.17- , ansi-terminal >=0.6.2- , array- , base >=4.9.0.0 && <5- , call-stack >=0.2.0- , containers- , deepseq- , directory- , filepath- , haskell-lexer- , hspec-expectations ==0.8.4.*- , process- , quickcheck-io >=0.2.0- , random- , tf-random- , time- , transformers >=0.2.2.0- default-language: Haskell2010- if impl(ghc >= 8.4.1)- build-depends:- stm >=2.2- else- other-modules:- Control.Concurrent.STM.TMVar- hs-source-dirs:- vendor/stm-2.5.0.1/+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.38.1. +-- +-- see: https://github.com/sol/hpack + +name: hspec-meta +version: 2.11.14 +x-revision: 1 +synopsis: A version of Hspec which is used to test Hspec itself +description: A stable version of Hspec which is used to test the + in-development version of Hspec. +category: Testing +stability: experimental +homepage: https://hspec.github.io/ +bug-reports: https://github.com/hspec/hspec/issues +author: Simon Hengel <sol@typeful.net> +maintainer: Simon Hengel <sol@typeful.net> +copyright: (c) 2011-2025 Simon Hengel, + (c) 2011-2012 Trystan Spangler, + (c) 2011 Greg Weber +license: MIT +license-file: LICENSE +build-type: Simple + +source-repository head + type: git + location: https://github.com/hspec/hspec + subdir: hspec-meta + +library + exposed-modules: + Test.Hspec.Meta + Test.Hspec.Discover + other-modules: + Control.Concurrent.Async + Data.Algorithm.Diff + Test.Hspec + Test.Hspec.Formatters + Test.Hspec.QuickCheck + Test.Hspec.Runner + GetOpt.Declarative + GetOpt.Declarative.Environment + GetOpt.Declarative.Interpret + GetOpt.Declarative.Types + GetOpt.Declarative.Util + NonEmpty + Test.Hspec.Core.Annotations + Test.Hspec.Core.Clock + Test.Hspec.Core.Compat + Test.Hspec.Core.Config + Test.Hspec.Core.Config.Definition + Test.Hspec.Core.Config.Options + Test.Hspec.Core.Example + Test.Hspec.Core.Example.Location + Test.Hspec.Core.Extension + Test.Hspec.Core.Extension.Config + Test.Hspec.Core.Extension.Config.Type + Test.Hspec.Core.Extension.Item + Test.Hspec.Core.Extension.Option + Test.Hspec.Core.Extension.Spec + Test.Hspec.Core.Extension.Tree + Test.Hspec.Core.FailureReport + Test.Hspec.Core.Format + Test.Hspec.Core.Formatters + Test.Hspec.Core.Formatters.Diff + Test.Hspec.Core.Formatters.Internal + Test.Hspec.Core.Formatters.Pretty + Test.Hspec.Core.Formatters.Pretty.Parser + Test.Hspec.Core.Formatters.Pretty.Unicode + Test.Hspec.Core.Formatters.V1 + Test.Hspec.Core.Formatters.V1.Free + Test.Hspec.Core.Formatters.V1.Internal + Test.Hspec.Core.Formatters.V1.Monad + Test.Hspec.Core.Formatters.V2 + Test.Hspec.Core.Hooks + Test.Hspec.Core.QuickCheck + Test.Hspec.Core.QuickCheck.Util + Test.Hspec.Core.Runner + Test.Hspec.Core.Runner.Eval + Test.Hspec.Core.Runner.JobQueue + Test.Hspec.Core.Runner.PrintSlowSpecItems + Test.Hspec.Core.Runner.Result + Test.Hspec.Core.Shuffle + Test.Hspec.Core.Spec + Test.Hspec.Core.Spec.Monad + Test.Hspec.Core.Timer + Test.Hspec.Core.Tree + Test.Hspec.Core.Util + Paths_hspec_meta + hs-source-dirs: + src + vendor + hspec/src + hspec-core/src + ghc-options: -Wall -fno-warn-incomplete-uni-patterns + build-depends: + HUnit ==1.6.* + , QuickCheck >=2.13.1 && <2.18 + , ansi-terminal >=0.6.2 + , array + , base >=4.9.0.0 && <5 + , call-stack >=0.2.0 + , containers + , deepseq + , directory + , filepath + , haskell-lexer + , hspec-expectations ==0.8.4.* + , process + , quickcheck-io >=0.2.0 + , random + , tf-random + , time + , transformers >=0.2.2.0 + default-language: Haskell2010 + if impl(ghc >= 8.4.1) + build-depends: + stm >=2.2 + else + other-modules: + Control.Concurrent.STM.TMVar + hs-source-dirs: + vendor/stm-2.5.0.1/ + +executable hspec-meta-discover + main-is: hspec-discover.hs + other-modules: + Test.Hspec.Discover.Config + Test.Hspec.Discover.Run + Test.Hspec.Discover.Sort + Paths_hspec_meta + hs-source-dirs: + hspec-discover/src + hspec-discover/driver + ghc-options: -Wall -fno-warn-incomplete-uni-patterns + build-depends: + HUnit ==1.6.* + , QuickCheck >=2.13.1 && <2.17 + , ansi-terminal >=0.6.2 + , array + , base >=4.9.0.0 && <5 + , call-stack >=0.2.0 + , containers + , deepseq + , directory + , filepath + , haskell-lexer + , hspec-expectations ==0.8.4.* + , process + , quickcheck-io >=0.2.0 + , random + , tf-random + , time + , transformers >=0.2.2.0 + default-language: Haskell2010 + if impl(ghc >= 8.4.1) + build-depends: + stm >=2.2 + else + other-modules: + Control.Concurrent.STM.TMVar + hs-source-dirs: + vendor/stm-2.5.0.1/
revision 2
name: hspec-meta version: 2.11.14 -x-revision: 1 +x-revision: 2 synopsis: A version of Hspec which is used to test Hspec itself description: A stable version of Hspec which is used to test the in-development version of Hspec. ghc-options: -Wall -fno-warn-incomplete-uni-patterns build-depends: HUnit ==1.6.* - , QuickCheck >=2.13.1 && <2.17 + , QuickCheck >=2.13.1 && <2.18 , ansi-terminal >=0.6.2 , array , base >=4.9.0.0 && <5