hspec-core 2.10.2 → 2.10.3
raw patch · 3 files changed
+5/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hspec-core.cabal +1/−1
- src/Test/Hspec/Core/Formatters.hs +3/−1
- version.yaml +1/−1
hspec-core.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hspec-core-version: 2.10.2+version: 2.10.3 license: MIT license-file: LICENSE copyright: (c) 2011-2022 Simon Hengel,
src/Test/Hspec/Core/Formatters.hs view
@@ -1,2 +1,4 @@-module Test.Hspec.Core.Formatters (module V1) where+module Test.Hspec.Core.Formatters+{-# DEPRECATED "Use \"Test.Hspec.Core.Formatters.V1\" instead." #-}+(module V1) where import Test.Hspec.Core.Formatters.V1 as V1
version.yaml view
@@ -1,1 +1,1 @@-&version 2.10.2+&version 2.10.3