hspec 2.2.3 → 2.2.4
raw patch · 1 files changed
+24/−18 lines, 1 filesdep ~HUnitdep ~hspec-coredep ~hspec-discoverPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: HUnit, hspec-core, hspec-discover
API changes (from Hackage documentation)
+ Test.Hspec: type family Arg e :: *;
+ Test.Hspec: }
- Test.Hspec: class Example e where type family Arg e :: *
+ Test.Hspec: class Example e where type Arg e :: * where {
Files
- hspec.cabal +24/−18
hspec.cabal view
@@ -1,5 +1,9 @@+-- This file has been generated from package.yaml by hpack version 0.14.1.+--+-- see: https://github.com/sol/hpack+ name: hspec-version: 2.2.3+version: 2.2.4 license: MIT license-file: LICENSE copyright: (c) 2011-2015 Simon Hengel,@@ -28,53 +32,55 @@ The Hspec Manual is at <http://hspec.github.io/>. extra-source-files:- changelog+ changelog source-repository head type: git location: https://github.com/hspec/hspec library- ghc-options:- -Wall+ ghc-options: -Wall hs-source-dirs: src build-depends: base == 4.*- , hspec-core == 2.2.3- , hspec-discover == 2.2.3+ , hspec-core == 2.2.4+ , hspec-discover == 2.2.4 , hspec-expectations == 0.7.2.* , transformers >= 0.2.2.0 , QuickCheck >= 2.5.1 , HUnit >= 1.2.5 exposed-modules: Test.Hspec- Test.Hspec.Runner- Test.Hspec.Formatters- Test.Hspec.QuickCheck- Test.Hspec.Discover Test.Hspec.Core+ Test.Hspec.Discover+ Test.Hspec.Formatters Test.Hspec.HUnit+ Test.Hspec.QuickCheck+ Test.Hspec.Runner+ other-modules:+ Paths_hspec default-language: Haskell2010 test-suite spec- type:- exitcode-stdio-1.0- ghc-options:- -Wall+ type: exitcode-stdio-1.0+ ghc-options: -Wall hs-source-dirs: test- main-is:- Spec.hs+ main-is: Spec.hs other-modules: Helper HelperSpec Test.Hspec.DiscoverSpec build-depends: base == 4.*- , hspec-core+ , hspec-core == 2.2.4+ , hspec-discover == 2.2.4+ , hspec-expectations == 0.7.2.*+ , transformers >= 0.2.2.0+ , QuickCheck >= 2.5.1+ , HUnit >= 1.2.5 , hspec- , directory , stringbuilder , hspec-meta >= 2.2.0