diff --git a/descrilo.cabal b/descrilo.cabal
--- a/descrilo.cabal
+++ b/descrilo.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                descrilo
-version:             0.1.0.6
+version:             0.1.0.7
 synopsis:            Loads a list of items with fields
 description:         Loads a INI-like file as a list of 'Description's, allowing repeated elements.
 license:             GPL-3
@@ -20,10 +20,10 @@
   exposed-modules:     Data.DescriLo
   -- other-modules:
   -- other-extensions:
-  build-depends:       base >=4.8 && <4.12
+  build-depends:       base >=4.8 && <5
   -- hs-source-dirs:
   default-language:    Haskell2010
 
 source-repository head
-  type:     darcs
-  location: http://hub.darcs.net/mgmillani/DescriLo
+  type:     git
+  location: https://gitlab.com/mgmillani/descrilo.git
