diff --git a/simtreelo.cabal b/simtreelo.cabal
--- a/simtreelo.cabal
+++ b/simtreelo.cabal
@@ -3,25 +3,25 @@
 
 -- The name of the package.
 name:                simtreelo
-version:             0.1.1.3
-synopsis:            Loader for data organized in a tree
+version:             0.1.1.4
+synopsis:            Load data organized in a tree.
 description:         This library loads a string or file into a Tree. The hierarchy is given solely by the indentation, meaning that the input is human-readable.
 license:             GPL-3
 license-file:        LICENSE
 author:              Marcelo Garlet Millani
 maintainer:          marcelogmillani@gmail.com
-copyright:           (c) 2014-2017 Marcelo Garlet Millani
+copyright:           (c) 2014-2018 Marcelo Garlet Millani
 category:            Data
 build-type:          Simple
 extra-doc-files:     README.md, simtreelo.5
 cabal-version:       1.18
 
 library
-  build-depends:       base >=4.8 && <4.12, containers
+  build-depends:       base >=4.8 && <5, containers
   exposed-modules:     Data.Simtreelo
   default-extensions:  DoAndIfThenElse, FlexibleInstances
   default-language:    Haskell2010
 
 source-repository head
-  type:     darcs
-  location: http://hub.darcs.net/mgmillani/Simtreelo
+  type:     git
+  location: https://gitlab.com/mgmillani/simtreelo.git
