diff --git a/range-space.cabal b/range-space.cabal
--- a/range-space.cabal
+++ b/range-space.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                range-space
-version:             0.1.1.1
+version:             0.1.1.2
 synopsis:            A Range type with vector-space instances
 description:         Provides functions for converting between ranges and spans
 homepage:            https://github.com/JohnLato/range-space
@@ -22,7 +22,7 @@
                        Data.RangeSpace.TwoD
   -- other-modules:       
   build-depends:       base >= 4.5 && < 5
-                      ,semigroups   >= 0.8 && < 0.12
+                      ,semigroups   >= 0.8 && < 0.13
                       ,vector-space == 0.8.*
                       ,vector-space-points == 0.1.*
   default-extensions: CPP
@@ -32,7 +32,7 @@
   type: exitcode-stdio-1.0
   main-is: Properties.hs
   hs-source-dirs: tests .
-  ghc-options:    -fhpc -hpcdir dist/hpc/mix/range-space-0.1.1.1
+  ghc-options:    -fhpc -hpcdir dist/hpc/mix/range-space-0.1.1.2
 
   build-depends:
       base,
