diff --git a/tasty-hspec.cabal b/tasty-hspec.cabal
--- a/tasty-hspec.cabal
+++ b/tasty-hspec.cabal
@@ -1,9 +1,9 @@
 name:                tasty-hspec
-version:             1.1
+version:             1.1.1
 synopsis:            Hspec support for the Tasty test framework.
 description:         Hspec support for the Tasty test framework.
 
-homepage:            http://github.com/mitchellwrosen/tasty-hspec
+homepage:            https://github.com/mitchellwrosen/tasty-hspec
 license:             BSD3
 license-file:        LICENSE
 author:              Mitchell Rosen
@@ -12,13 +12,18 @@
 build-type:          Simple
 cabal-version:       >=1.10
 
+source-repository head
+  type:     git
+  location: https://github.com/mitchellwrosen/tasty-hspec.git
+
 library
   exposed-modules:     Test.Tasty.Hspec
   other-extensions:    DeriveDataTypeable
   build-depends:       base             ==4.*
-                     , hspec            >=2   && <3
+                     , hspec            >=2   && <2.2
                      , hspec-core       >=2   && <3
                      , QuickCheck       >=2.7 && <3
+                     , tagged           >=0.7 && <0.8
                      , tasty            >=0.8 && <1.0
                      , tasty-smallcheck >=0.1 && <0.9
                      , tasty-quickcheck >=0.3 && <0.9
