diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2016 Tom Sydney Kerckhove
+Copyright (c) 2016-2020 Tom Sydney Kerckhove
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/doctests/DocTest.hs b/doctests/DocTest.hs
deleted file mode 100644
--- a/doctests/DocTest.hs
+++ /dev/null
@@ -1,4 +0,0 @@
-import Test.DocTest
-
-main :: IO ()
-main = doctest ["-isrc", "src", "-XTypeApplications"]
diff --git a/genvalidity-hspec.cabal b/genvalidity-hspec.cabal
--- a/genvalidity-hspec.cabal
+++ b/genvalidity-hspec.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 581e0a424038dd8eec6c87a2e653811f0ab38272f8a71ee0326a6cd492ab8fb4
+-- hash: 4517ade0d9cad5e659cb289f188395877a398f7a6e4621835f50d06570df018a
 
 name:           genvalidity-hspec
-version:        0.7.0.2
+version:        0.7.0.3
 synopsis:       Standard spec's for GenValidity instances
 description:    Note: There are companion packages for this library:
                 .
@@ -22,9 +22,8 @@
 homepage:       https://github.com/NorfairKing/validity#readme
 bug-reports:    https://github.com/NorfairKing/validity/issues
 author:         Tom Sydney Kerckhove
-maintainer:     syd.kerckhove@gmail.com,
-                nick.van.den.broeck666@gmail.com
-copyright:      Copyright: (c) 2016-2019 Tom Sydney Kerckhove
+maintainer:     syd@cs-syd.eu
+copyright:      Copyright: (c) 2016-2020 Tom Sydney Kerckhove
 license:        MIT
 license-file:   LICENSE
 build-type:     Simple
@@ -59,32 +58,13 @@
       QuickCheck
     , base >=4.9 && <5
     , genvalidity >=0.8
-    , genvalidity-property >=0.2
+    , genvalidity-property >=0.5
     , hspec
     , hspec-core
     , transformers
     , validity >=0.5
   default-language: Haskell2010
 
-test-suite genvalidity-hspec-doctests
-  type: exitcode-stdio-1.0
-  main-is: DocTest.hs
-  other-modules:
-      Paths_genvalidity_hspec
-  hs-source-dirs:
-      doctests
-  ghc-options: -threaded
-  build-depends:
-      QuickCheck
-    , base
-    , doctest
-    , genvalidity >=0.7
-    , genvalidity-hspec
-    , genvalidity-property >=0.3
-    , hspec-core
-    , validity >=0.9
-  default-language: Haskell2010
-
 test-suite genvalidity-hspec-test
   type: exitcode-stdio-1.0
   main-is: Spec.hs
@@ -107,7 +87,7 @@
   ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
   build-depends:
       QuickCheck
-    , base
+    , base >=4.9 && <5
     , genvalidity
     , genvalidity-hspec
     , hspec
