diff --git a/src/Test/Syd/Hspec.hs b/src/Test/Syd/Hspec.hs
--- a/src/Test/Syd/Hspec.hs
+++ b/src/Test/Syd/Hspec.hs
@@ -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 {..}
diff --git a/sydtest-hspec.cabal b/sydtest-hspec.cabal
--- a/sydtest-hspec.cabal
+++ b/sydtest-hspec.cabal
@@ -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
