diff --git a/halves.cabal b/halves.cabal
--- a/halves.cabal
+++ b/halves.cabal
@@ -1,7 +1,7 @@
 name:                halves
-version:             0.1.0.0
-synopsis:            Splitting/combining data structures to/from halves, quarters, eighths
-description:         Splitting/combining data structures to/from halves, quarters, eighths.
+version:             0.1.0.1
+synopsis:            Split or combine data structures to and from halves, quarters, eighths
+description:         Split or combine data structures to and from halves, quarters, eighths.
 license:             BSD3
 license-file:        LICENSE
 author:              Brian McKenna
@@ -15,8 +15,8 @@
                      , Data.Halves.FiniteBits
                      , Data.Halves.Tuple
 
-  build-depends:       base >=4.7 && <4.11
-                     , lens >=4.15 && <4.17
+  build-depends:       base >=4.7 && <4.12
+                     , lens >=4.15 && <4.18
   hs-source-dirs:      src
   default-language:    Haskell2010
 
@@ -26,7 +26,7 @@
   build-depends:       base
                      , lens
                      , halves
-                     , hedgehog >= 0.5 && <0.6
+                     , hedgehog >= 0.5 && <0.7
   default-language:    Haskell2010
 
 source-repository head
