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