diff --git a/ip.cabal b/ip.cabal
--- a/ip.cabal
+++ b/ip.cabal
@@ -1,8 +1,8 @@
 name:                ip
-version:             0.6.0
+version:             0.6.1
 synopsis:            Library for IP and MAC addresses
 description:         Please see README.md
-homepage:            https://github.com/andrewthad/ip#readme
+homepage:            https://github.com/andrewthad/haskell-ip#readme
 license:             BSD3
 license-file:        LICENSE
 author:              Andrew Martin
@@ -23,13 +23,13 @@
     Net.IPv4.ByteString.Char8
     Net.Internal
   build-depends:       
-      base >= 4.7 && < 5
+      base        >= 4.8  && < 5
     , attoparsec
-    , aeson
-    , hashable
-    , text
-    , bytestring
-  ghc-options:         -Wall -O2 
+    , aeson       >= 0.9  && < 0.12
+    , hashable    >= 1.2  && < 1.3
+    , text        >= 1.2  && < 1.3
+    , bytestring  >= 0.10 && < 0.11
+  ghc-options:         -Wall
   default-language:    Haskell2010
 
 test-suite ip-test
@@ -72,4 +72,4 @@
 
 source-repository head
   type:     git
-  location: https://github.com/andrewthad/ip
+  location: https://github.com/andrewthad/haskell-ip
