diff --git a/descrilo.5 b/descrilo.5
--- a/descrilo.5
+++ b/descrilo.5
@@ -1,6 +1,6 @@
 .\" Manpage for simtreelo.
 .\" Contact marcelogmillani@gmail.com to correct errors or typos.
-.TH man 5 "21 Oct 2014" "0.1.0.1" "descrilo man page"
+.TH descrilo 5 "2017.09.28" "0.1.0.5" "descrilo man page"
 .SH NAME
 descrilo \- a file format for a list of descriptions.
 .SH DESCRIPTION
diff --git a/descrilo.cabal b/descrilo.cabal
--- a/descrilo.cabal
+++ b/descrilo.cabal
@@ -1,27 +1,27 @@
--- Initial descrilo.cabal generated by cabal init.  For further 
+-- Initial descrilo.cabal generated by cabal init.  For further
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                descrilo
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            Loads a list of items with fields
-description:         Descrilo is a library that loads a INI-like file as a list of 'Description'S, allowing repeated elements.
+description:         Loads a INI-like file as a list of 'Description's, allowing repeated elements.
 license:             GPL-3
 license-file:        LICENSE
 author:              Marcelo Garlet Millani
 maintainer:          marcelogmillani@gmail.com
-copyright:           (c) 2013-2016 Marcelo Garlet Millani
+copyright:           (c) 2013-2017 Marcelo Garlet Millani
 category:            Data, Parser, Configuration
 build-type:          Simple
 extra-doc-files:     descrilo.5
--- extra-source-files:  
-cabal-version:       >=1.10
+-- extra-source-files:
+cabal-version:       >=1.18
 
 library
   exposed-modules:     Data.DescriLo
-  -- other-modules:       
-  -- other-extensions:    
-  build-depends:       base >=4.8 && <=4.10
-  -- hs-source-dirs:      
+  -- other-modules:
+  -- other-extensions:
+  build-depends:       base >=4.8 && <4.11
+  -- hs-source-dirs:
   default-language:    Haskell2010
 
 source-repository head
