packages feed

hspec-discover 0.1.0 → 0.1.0.1

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hspec-discover.cabal view
@@ -1,5 +1,5 @@ name:             hspec-discover-version:          0.1.0+version:          0.1.0.1 license:          MIT license-file:     LICENSE copyright:        (c) 2012 Simon Hengel@@ -9,11 +9,11 @@ cabal-version:    >= 1.8 category:         Testing synopsis:         Automatically discover and run Hspec tests-description:      Documentation is here: <https://github.com/sol/hspec-discover#readme>+description:      Documentation is here: <https://github.com/hspec/hspec/blob/master/hspec-discover/README.markdown>  source-repository head   type: git-  location: https://github.com/sol/hspec-discover+  location: https://github.com/hspec/hspec  library   ghc-options:
src/Test/Hspec/Discover.hs view
@@ -24,7 +24,7 @@ -- test suite.  And it is assumed, that they export a @spec@ of type -- `Test.Hspec.Monadic.Specs`. ----- Full documentation is here: <https://github.com/sol/hspec-discover#readme>+-- Full documentation is here: <https://github.com/hspec/hspec/blob/master/hspec-discover/README.markdown> module Test.Hspec.Discover (hspec, describe) where  import           Test.Hspec.Monadic (Spec)