diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for qnap-decrypt
 
+## 0.3.4 -- 2019-01-18
+
+* Support for hspec 2.7
+
 ## 0.3.3 -- 2018-11-21
 
 * Support for hspec 2.6
diff --git a/qnap-decrypt.cabal b/qnap-decrypt.cabal
--- a/qnap-decrypt.cabal
+++ b/qnap-decrypt.cabal
@@ -1,11 +1,13 @@
--- This file has been generated from package.yaml by hpack version 0.28.2.
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.1.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 8cb87ecec6dd6bde0d6584ba9ae83eb4f5c368fd5732236f12b8eb780a8fc5b2
+-- hash: 3ea0893425833be39fa00611aa34946984fb9475a7a78c46fe78c9920f495c06
 
 name:           qnap-decrypt
-version:        0.3.3
+version:        0.3.4
 synopsis:       Decrypt files encrypted by QNAP's Hybrid Backup Sync
 description:    Please see the README on Github at <https://github.com/alexkazik/qnap-decrypt#readme>
 category:       Cryptography
@@ -17,10 +19,9 @@
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
-cabal-version:  >= 1.10
 extra-source-files:
-    ChangeLog.md
     README.md
+    ChangeLog.md
 data-files:
     test/encrypted/c0
     test/encrypted/c1
@@ -112,7 +113,7 @@
     , crypto-api >=0.13.3 && <0.14
     , directory >=1.2.7 && <1.4
     , filepath >=1.4.1.2 && <1.5
-    , hspec >=2.4.8 && <2.7
+    , hspec >=2.4.8 && <2.8
     , qnap-decrypt
     , streaming-commons >=0.1.0.0 && <0.3
     , tagged >=0.8.5 && <0.9
