packages feed

hspec-meta 2.11.6 → 2.11.7

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hspec-core/src/Test/Hspec/Core/Formatters/V2.hs view
@@ -358,7 +358,8 @@       unlessExpert $ do         let path_ = (if unicode then ushow else show) (joinPath path)         writeLine ""-        writeLine ("  To rerun use: --match " ++ path_)+        seed <- usedSeed+        writeLine ("  To rerun use: --match " ++ path_ <> " --seed " <> show seed)       where         indentation = "       "         indent message = do
hspec-meta.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           hspec-meta-version:        2.11.6+version:        2.11.7 synopsis:       A version of Hspec which is used to test Hspec itself description:    A stable version of Hspec which is used to test the                 in-development version of Hspec.