sydtest-hspec 0.0.0.0 → 0.0.0.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~sydtest
Dependency ranges changed: sydtest
Files
- src/Test/Syd/Hspec.hs +2/−0
- sydtest-hspec.cabal +5/−3
src/Test/Syd/Hspec.hs view
@@ -101,11 +101,13 @@ ) 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
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.34.5. -- -- see: https://github.com/sol/hpack name: sydtest-hspec-version: 0.0.0.0+version: 0.0.0.1 synopsis: An Hspec companion library for sydtest category: Testing homepage: https://github.com/NorfairKing/sydtest#readme@@ -16,6 +16,8 @@ license: OtherLicense license-file: LICENSE.md build-type: Simple+extra-source-files:+ LICENSE.md source-repository head type: git@@ -32,7 +34,7 @@ base >=4.7 && <5 , hspec-core , mtl- , sydtest+ , sydtest >=0.6.1.0 default-language: Haskell2010 test-suite sydtest-hspec-test