packages feed

sydtest-hspec 0.3.0.1 → 0.3.0.2

raw patch · 2 files changed

+2/−4 lines, 2 filesdep ~sydtest

Dependency ranges changed: sydtest

Files

src/Test/Syd/Hspec.hs view
@@ -142,13 +142,11 @@               )   let testRunResultNumTests = Nothing   let testRunResultNumShrinks = Nothing-  let testRunResultRetries = Nothing   let testRunResultGoldenCase = Nothing   let testRunResultFailingInputs = []   let testRunResultExtraInfo = Nothing   let testRunResultLabels = Nothing   let testRunResultClasses = Nothing   let testRunResultTables = Nothing-  let testRunResultFlakinessMessage = Nothing    pure TestRunResult {..}
sydtest-hspec.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           sydtest-hspec-version:        0.3.0.1+version:        0.3.0.2 synopsis:       An Hspec companion library for sydtest category:       Testing homepage:       https://github.com/NorfairKing/sydtest#readme@@ -37,7 +37,7 @@     , hspec-core >=2.7.10     , mtl     , stm-    , sydtest >=0.9.0.0+    , sydtest >=0.12.0.0   default-language: Haskell2010  test-suite sydtest-hspec-test