diff --git a/hspec-smallcheck.cabal b/hspec-smallcheck.cabal
--- a/hspec-smallcheck.cabal
+++ b/hspec-smallcheck.cabal
@@ -1,11 +1,11 @@
--- This file has been generated from package.yaml by hpack version 0.27.0.
+-- This file has been generated from package.yaml by hpack version 0.28.2.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 2fe681bca0766b159304a8582e5751a076fd3feb25e780316d6dbac9d0b27d10
+-- hash: 8fef08d4c8338bfb32b5436d390cd7aa3453e20b39652a3a405efff6e4a0ffcc
 
 name:             hspec-smallcheck
-version:          0.5.1
+version:          0.5.2
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2013-2018 Simon Hengel
@@ -76,6 +76,7 @@
       HUnit
     , QuickCheck
     , base >=4.5.0.0 && <5
+    , base-orphans
     , call-stack
     , hspec
     , hspec-core >=2.5.0
diff --git a/test/Test/Hspec/SmallCheckSpec.hs b/test/Test/Hspec/SmallCheckSpec.hs
--- a/test/Test/Hspec/SmallCheckSpec.hs
+++ b/test/Test/Hspec/SmallCheckSpec.hs
@@ -6,6 +6,7 @@
 
 import           Test.Hspec
 
+import           Data.Orphans ()
 import qualified Control.Exception as E
 
 import qualified Test.Hspec.Core.Spec as H
