hspec 1.12.2 → 1.12.3
raw patch · 2 files changed
+10/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hspec.cabal +1/−1
- src/Test/Hspec/Discover.hs +9/−1
hspec.cabal view
@@ -1,5 +1,5 @@ name: hspec-version: 1.12.2+version: 1.12.3 license: MIT license-file: LICENSE copyright: (c) 2011-2014 Simon Hengel,
src/Test/Hspec/Discover.hs view
@@ -1,6 +1,14 @@ module Test.Hspec.Discover {-# WARNING "This module is used by @hspec-discover@. It is not part of the public API and may change at any time."- #-} (Spec, hspec, hspecWithFormatter, postProcessSpec, describe) where+ #-} (+ Spec+, hspec+, hspecWithFormatter+, postProcessSpec+, describe++, module Prelude+) where import Control.Applicative import Data.Maybe