diff --git a/quiver-binary.cabal b/quiver-binary.cabal
--- a/quiver-binary.cabal
+++ b/quiver-binary.cabal
@@ -1,5 +1,5 @@
 name:                quiver-binary
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            Binary serialisation support for Quivers
 description:         Handling for the binary library within Quivers
 license:             MIT
@@ -13,7 +13,7 @@
                    , stack.yaml
 cabal-version:       >=1.10
 
-tested-with:   GHC == 7.10.2, GHC == 7.11.*
+tested-with:   GHC == 7.10.2, GHC == 8.0.1, GHC == 8.1.*
 
 source-repository head
     type:         git
@@ -40,11 +40,10 @@
                      , quiver
                      , transformers >= 0.4 && < 0.6
 
-                     , QuickCheck >= 2.5 && < 2.9
+                     , QuickCheck >= 2.5 && < 2.10
                        -- Just to make it nicer to write
-                     , hspec >= 2.1 && < 2.3
+                     , hspec >= 2.1 && < 2.4
   hs-source-dirs:      test
   default-language:    Haskell2010
 
   ghc-options:         -Wall
-  ghc-prof-options:    -prof -auto
