diff --git a/src/Test/Syd/Hedgehog.hs b/src/Test/Syd/Hedgehog.hs
--- a/src/Test/Syd/Hedgehog.hs
+++ b/src/Test/Syd/Hedgehog.hs
@@ -134,11 +134,9 @@
                 exception = Just $ SomeException $ ExpectationFailed s
                 inputs = map Hedgehog.failedValue $ Hedgehog.failureAnnotations failureReport
             pure (TestFailed, exception, numTests, labels, numShrinks, inputs) -- TODO
-    let testRunResultRetries = Nothing
     let testRunResultGoldenCase = Nothing
     let testRunResultExtraInfo = Nothing
     let testRunResultClasses = Nothing
     let testRunResultTables = Nothing
-    let testRunResultFlakinessMessage = Nothing
 
     pure TestRunResult {..}
diff --git a/sydtest-hedgehog.cabal b/sydtest-hedgehog.cabal
--- a/sydtest-hedgehog.cabal
+++ b/sydtest-hedgehog.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           sydtest-hedgehog
-version:        0.3.0.0
+version:        0.3.0.1
 synopsis:       A Hedgehog companion library for sydtest
 category:       Testing
 homepage:       https://github.com/NorfairKing/sydtest#readme
@@ -36,7 +36,7 @@
     , containers
     , hedgehog
     , stm
-    , sydtest >=0.9.0.0
+    , sydtest >=0.12.0.0
   default-language: Haskell2010
 
 test-suite sydtest-hedgehog-test
