hspec-core 2.4.4 → 2.4.5
raw patch · 1 files changed
+35/−32 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Test.Hspec.Core.Spec: class Example e where type Arg e type Arg e = () where {
+ Test.Hspec.Core.Spec: class Example e where {
Files
- hspec-core.cabal +35/−32
hspec-core.cabal view
@@ -1,9 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.18.0.+-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack+--+-- hash: 11851f6559496d43866e59d144cff3a0dc54711f9978991638c367e9e33afb79 name: hspec-core-version: 2.4.4+version: 2.4.5 license: MIT license-file: LICENSE copyright: (c) 2011-2017 Simon Hengel,@@ -30,23 +32,23 @@ vendor ghc-options: -Wall build-depends:- base >= 4.5.0.0 && < 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 >= 0.2.0- , hspec-expectations == 0.8.2.*- , async >= 2+ HUnit >=1.2.5+ , QuickCheck >=2.5.1+ , ansi-terminal >=0.5+ , array+ , async >=2+ , base >=4.5.0.0 && <5 , call-stack+ , deepseq , directory , filepath- , array+ , hspec-expectations ==0.8.2.*+ , quickcheck-io >=0.2.0+ , random+ , setenv+ , tf-random+ , time+ , transformers >=0.2.2.0 exposed-modules: Test.Hspec.Core.Spec Test.Hspec.Core.Hooks@@ -83,27 +85,27 @@ ghc-options: -Wall cpp-options: -DTEST build-depends:- base >= 4.5.0.0 && < 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 >= 0.2.0- , hspec-expectations == 0.8.2.*- , async >= 2+ HUnit >=1.2.5+ , QuickCheck >=2.5.1+ , ansi-terminal >=0.5+ , array+ , async >=2+ , base >=4.5.0.0 && <5 , call-stack+ , deepseq , directory , filepath- , array- , hspec-meta >= 2.3.2- , silently >= 1.2.4+ , hspec-expectations ==0.8.2.*+ , hspec-meta >=2.3.2 , process+ , quickcheck-io >=0.2.0+ , random+ , setenv+ , silently >=1.2.4 , temporary+ , tf-random+ , time+ , transformers >=0.2.2.0 other-modules: Test.Hspec.Core.Compat Test.Hspec.Core.Config@@ -142,4 +144,5 @@ Test.Hspec.Core.SpecSpec Test.Hspec.Core.TimerSpec Test.Hspec.Core.UtilSpec+ Paths_hspec_core default-language: Haskell2010