diff --git a/witch.cabal b/witch.cabal
--- a/witch.cabal
+++ b/witch.cabal
@@ -9,7 +9,7 @@
 maintainer: Taylor Fausak
 name: witch
 synopsis: Convert values from one type into another.
-version: 0.0.0.3
+version: 0.0.0.4
 
 source-repository head
   location: https://github.com/tfausak/witch
@@ -18,7 +18,7 @@
 library
   build-depends:
     base >= 4.12.0 && < 4.15
-    , bytestring >= 0.10.8 && < 0.11
+    , bytestring >= 0.10.8 && < 0.12
     , containers >= 0.6.0 && < 0.7
     , text >= 1.2.3 && < 1.3
   default-language: Haskell2010
@@ -42,7 +42,7 @@
     , bytestring
     , containers
     , hspec >= 2.7.1 && < 2.8
-    , QuickCheck >= 2.13.2 && < 2.14
+    , QuickCheck >= 2.13.2 && < 2.15
     , text
     , witch
   default-language: Haskell2010
