|
|
@ -1,21 +1,21 @@
|
|
|
|
cabal-version: 1.12
|
|
|
|
cabal-version: 1.12
|
|
|
|
|
|
|
|
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.31.0.
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.3.
|
|
|
|
--
|
|
|
|
--
|
|
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
--
|
|
|
|
|
|
|
|
-- hash: 82bf612e65db816a15de01c4c432597ef4492ceeb81f46063dcdd57b74ec523a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
name: hspec-core
|
|
|
|
name: hspec-core
|
|
|
|
version: 2.7.1
|
|
|
|
version: 2.7.8
|
|
|
|
x-revision: 1
|
|
|
|
x-revision: 1
|
|
|
|
license: MIT
|
|
|
|
license: MIT
|
|
|
|
license-file: LICENSE
|
|
|
|
license-file: LICENSE
|
|
|
|
copyright: (c) 2011-2019 Simon Hengel,
|
|
|
|
copyright: (c) 2011-2021 Simon Hengel,
|
|
|
|
(c) 2011-2012 Trystan Spangler,
|
|
|
|
(c) 2011-2012 Trystan Spangler,
|
|
|
|
(c) 2011 Greg Weber
|
|
|
|
(c) 2011 Greg Weber
|
|
|
|
maintainer: Simon Hengel <sol@typeful.net>
|
|
|
|
maintainer: Simon Hengel <sol@typeful.net>
|
|
|
|
build-type: Simple
|
|
|
|
build-type: Simple
|
|
|
|
|
|
|
|
extra-source-files:
|
|
|
|
|
|
|
|
version.yaml
|
|
|
|
category: Testing
|
|
|
|
category: Testing
|
|
|
|
stability: experimental
|
|
|
|
stability: experimental
|
|
|
|
bug-reports: https://github.com/hspec/hspec/issues
|
|
|
|
bug-reports: https://github.com/hspec/hspec/issues
|
|
|
@ -29,9 +29,6 @@ source-repository head
|
|
|
|
subdir: hspec-core
|
|
|
|
subdir: hspec-core
|
|
|
|
|
|
|
|
|
|
|
|
library
|
|
|
|
library
|
|
|
|
-- toNanoSecs is since 0.7.1
|
|
|
|
|
|
|
|
build-depends: clock >=0.7.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hs-source-dirs:
|
|
|
|
hs-source-dirs:
|
|
|
|
src
|
|
|
|
src
|
|
|
|
vendor
|
|
|
|
vendor
|
|
|
@ -43,7 +40,7 @@ library
|
|
|
|
, array
|
|
|
|
, array
|
|
|
|
, base >=4.5.0.0 && <5
|
|
|
|
, base >=4.5.0.0 && <5
|
|
|
|
, call-stack
|
|
|
|
, call-stack
|
|
|
|
, clock
|
|
|
|
, clock >=0.7.1
|
|
|
|
, deepseq
|
|
|
|
, deepseq
|
|
|
|
, directory
|
|
|
|
, directory
|
|
|
|
, filepath
|
|
|
|
, filepath
|
|
|
@ -77,6 +74,7 @@ library
|
|
|
|
Test.Hspec.Core.Formatters.Monad
|
|
|
|
Test.Hspec.Core.Formatters.Monad
|
|
|
|
Test.Hspec.Core.QuickCheckUtil
|
|
|
|
Test.Hspec.Core.QuickCheckUtil
|
|
|
|
Test.Hspec.Core.Runner.Eval
|
|
|
|
Test.Hspec.Core.Runner.Eval
|
|
|
|
|
|
|
|
Test.Hspec.Core.Shuffle
|
|
|
|
Test.Hspec.Core.Spec.Monad
|
|
|
|
Test.Hspec.Core.Spec.Monad
|
|
|
|
Test.Hspec.Core.Timer
|
|
|
|
Test.Hspec.Core.Timer
|
|
|
|
Test.Hspec.Core.Tree
|
|
|
|
Test.Hspec.Core.Tree
|
|
|
@ -96,17 +94,17 @@ test-suite spec
|
|
|
|
cpp-options: -DTEST
|
|
|
|
cpp-options: -DTEST
|
|
|
|
build-depends:
|
|
|
|
build-depends:
|
|
|
|
HUnit ==1.6.*
|
|
|
|
HUnit ==1.6.*
|
|
|
|
, QuickCheck >=2.13.1
|
|
|
|
, QuickCheck >=2.14
|
|
|
|
, ansi-terminal >=0.5
|
|
|
|
, ansi-terminal >=0.5
|
|
|
|
, array
|
|
|
|
, array
|
|
|
|
, base >=4.5.0.0 && <5
|
|
|
|
, base >=4.5.0.0 && <5
|
|
|
|
, call-stack
|
|
|
|
, call-stack
|
|
|
|
, clock
|
|
|
|
, clock >=0.7.1
|
|
|
|
, deepseq
|
|
|
|
, deepseq
|
|
|
|
, directory
|
|
|
|
, directory
|
|
|
|
, filepath
|
|
|
|
, filepath
|
|
|
|
, hspec-expectations ==0.8.2.*
|
|
|
|
, hspec-expectations ==0.8.2.*
|
|
|
|
, hspec-meta >=2.3.2
|
|
|
|
, hspec-meta >=2.3.2 && < 2.7.8
|
|
|
|
, process
|
|
|
|
, process
|
|
|
|
, quickcheck-io >=0.2.0
|
|
|
|
, quickcheck-io >=0.2.0
|
|
|
|
, random
|
|
|
|
, random
|
|
|
@ -138,6 +136,7 @@ test-suite spec
|
|
|
|
Test.Hspec.Core.QuickCheckUtil
|
|
|
|
Test.Hspec.Core.QuickCheckUtil
|
|
|
|
Test.Hspec.Core.Runner
|
|
|
|
Test.Hspec.Core.Runner
|
|
|
|
Test.Hspec.Core.Runner.Eval
|
|
|
|
Test.Hspec.Core.Runner.Eval
|
|
|
|
|
|
|
|
Test.Hspec.Core.Shuffle
|
|
|
|
Test.Hspec.Core.Spec
|
|
|
|
Test.Hspec.Core.Spec
|
|
|
|
Test.Hspec.Core.Spec.Monad
|
|
|
|
Test.Hspec.Core.Spec.Monad
|
|
|
|
Test.Hspec.Core.Timer
|
|
|
|
Test.Hspec.Core.Timer
|
|
|
@ -162,6 +161,7 @@ test-suite spec
|
|
|
|
Test.Hspec.Core.QuickCheckUtilSpec
|
|
|
|
Test.Hspec.Core.QuickCheckUtilSpec
|
|
|
|
Test.Hspec.Core.Runner.EvalSpec
|
|
|
|
Test.Hspec.Core.Runner.EvalSpec
|
|
|
|
Test.Hspec.Core.RunnerSpec
|
|
|
|
Test.Hspec.Core.RunnerSpec
|
|
|
|
|
|
|
|
Test.Hspec.Core.ShuffleSpec
|
|
|
|
Test.Hspec.Core.SpecSpec
|
|
|
|
Test.Hspec.Core.SpecSpec
|
|
|
|
Test.Hspec.Core.TimerSpec
|
|
|
|
Test.Hspec.Core.TimerSpec
|
|
|
|
Test.Hspec.Core.UtilSpec
|
|
|
|
Test.Hspec.Core.UtilSpec
|