hspec-discover 2.4.2 → 2.4.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
hspec-discover.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hspec-discover-version: 2.4.2+version: 2.4.3 license: MIT license-file: LICENSE copyright: (c) 2012-2017 Simon Hengel
src/Test/Hspec/Discover/Run.hs view
@@ -48,7 +48,7 @@ hPutStrLn stderr err exitFailure Right conf -> do- when (configNested conf) (hPutStrLn stderr "hspec-discover: WARNING - The `--nested' flag is deprecated and will be removed in a future release!")+ when (configNested conf) (hPutStrLn stderr "hspec-discover: WARNING - The `--nested' option is deprecated and will be removed in a future release!") specs <- findSpecs src writeFile dst (mkSpecModule src conf specs) _ -> do