diff --git a/ginger.cabal b/ginger.cabal
--- a/ginger.cabal
+++ b/ginger.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                ginger
-version:             0.9.0.0
+version:             0.9.1.0
 synopsis:            An implementation of the Jinja2 template language in Haskell
 description:         Ginger is Jinja, minus the most blatant pythonisms. Wants
                      to be feature complete, but isn't quite there yet.
@@ -72,7 +72,7 @@
                  , aeson >=1.4.2.0 && <1.5
                  , bytestring >=0.10.8.2 && <0.11
                  , data-default >= 0.5
-                 , optparse-applicative >=0.14.3.0 && <0.15
+                 , optparse-applicative >=0.14.3.0 && <0.16
                  , process >=1.6.5.0 && <1.7
                  , text >=1.2.3.1 && <1.3
                  , transformers >=0.5.6.2 && <0.6
@@ -93,7 +93,7 @@
                  , bytestring >=0.10.8.2 && <0.11
                  , data-default >=0.5
                  , mtl >=2.2.2 && <2.3
-                 , tasty >=1.2.1 && <1.3
+                 , tasty >=1.2 && <1.3
                  , tasty-hunit >=0.10.0.1 && <0.11
                  , tasty-quickcheck >=0.10 && <0.11
                  , text >=1.2.3.1 && <1.3
diff --git a/test/Spec.hs b/test/Spec.hs
--- a/test/Spec.hs
+++ b/test/Spec.hs
@@ -13,3 +13,4 @@
         [ simulationTests
         , propertyTests
         ]
+
