diff --git a/cryptsy-api.cabal b/cryptsy-api.cabal
--- a/cryptsy-api.cabal
+++ b/cryptsy-api.cabal
@@ -1,12 +1,12 @@
 name:                cryptsy-api
-version:             0.2
+version:             0.2.1
 synopsis:            Bindings for Cryptsy cryptocurrency exchange API.
 description:         Bindings for Cryptsy cryptocurrency exchange API.
-license:             OtherLicense
+license:             AGPL-3
 license-file:        LICENSE
 author:              Boyd Stephen Smith Jr.
 maintainer:          bss@iguanasuicide.net
-copyright:           2013 Boyd Stephen Smith Jr.
+copyright:           2013-5 Boyd Stephen Smith Jr.
 category:            Web
 build-type:          Simple
 cabal-version:       >=1.8
@@ -15,7 +15,7 @@
 
 source-repository head
   type:     git
-  location: https://git.gitorious.org/haskell-cryptsy-api/haskell-cryptsy-api.git
+  location: http://repo.or.cz/haskell-cryptsy-api.git
 
 library
   exposed-modules:     Cryptsy.API.Public
@@ -38,11 +38,11 @@
   other-modules:       Cryptsy.API.Public.Internal
                      , Cryptsy.API.Public.Types.Internal
 
-  build-depends:       base ==4.6.*
-                     , aeson >= 0.6 && < 0.8
+  build-depends:       base >= 4.6 && < 4.9
+                     , aeson >= 0.6 && < 0.9
                      , bytestring ==0.10.*
                      , deepseq ==1.3.*
-                     , either >= 4.0 && < 4.2
+                     , either >= 4.0 && < 4.4
                      , http-client ==0.2.*
                      , http-client-tls ==0.2.*
                      , old-locale ==1.0.*
