diff --git a/nuxeo.cabal b/nuxeo.cabal
--- a/nuxeo.cabal
+++ b/nuxeo.cabal
@@ -2,7 +2,7 @@
 --  see http://haskell.org/cabal/users-guide/
 
 name:                nuxeo
-version:             0.2.0.2
+version:             0.2.0.3
 synopsis:            Nuxeo
 description:         Nuxeo
 license:             BSD3
@@ -10,18 +10,23 @@
 author:              Alexandre Peyroux
 maintainer:          alex@xn--wxa.email
 -- copyright:
+bug-reports:         https://github.com/apeyroux/nuxeo/issues
 category:            System
 build-type:          Simple
 extra-source-files:  ChangeLog.md
 cabal-version:       >=1.10
 
+source-repository head
+                  type:     git
+                  location: https://github.com/apeyroux/nuxeo.git
+                     
 library
   -- exposed-modules:
   -- other-modules:
   -- other-extensions:
   exposed-modules:     Nuxeo.Log
   ghc-options:         -Wall
-  build-depends:       base >= 4.10 && < 5
+  build-depends:       base >= 4.6 && < 5
                      , attoparsec
                      , bytestring
                      , conduit
