diff --git a/uri.cabal b/uri.cabal
--- a/uri.cabal
+++ b/uri.cabal
@@ -1,5 +1,5 @@
 Name: uri
-Version: 0.1.6.4
+Version: 0.1.6.5
 Synopsis: Library for working with URIs
 Category: Text
 Description: Library for working with URIs, including parsing, rendering, merging, escaping
@@ -7,15 +7,15 @@
 License-file: COPYING
 Author: Voker57
 Maintainer: voker57@gmail.com
-Homepage: http://gitorious.org/uri
+Homepage: http://gitlab.com/Voker57/uri
 Build-type: Simple
 Stability: Experimental
 Cabal-version: >= 1.6
 Source-repository head
     Type: git
-    Location: git://git.bitcheese.net/uri
+    Location: http://gitlab.com/Voker57/uri.git
 
 library
  ghc-options: -fno-warn-tabs
  Exposed-Modules: Text.URI
- Build-Depends: base >= 4 && < 5, parsec >= 3.0, safe, utf8-string
+ Build-Depends: base >= 4 && < 5, parsec >= 3.0 && <= 3.1.11, safe, utf8-string
