descrilo 0.1.0.3 → 0.1.0.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- descrilo.cabal +3/−3
descrilo.cabal view
@@ -2,14 +2,14 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: descrilo-version: 0.1.0.3+version: 0.1.0.4 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. license: GPL-3 license-file: LICENSE author: Marcelo Garlet Millani maintainer: marcelogmillani@gmail.com-copyright: (c) 2013,2014 Marcelo Garlet Millani+copyright: (c) 2013-2016 Marcelo Garlet Millani category: Data, Parser, Configuration build-type: Simple extra-doc-files: descrilo.5@@ -20,7 +20,7 @@ exposed-modules: Data.DescriLo -- other-modules: -- other-extensions: - build-depends: base >=4.8 && <4.9+ build-depends: base >=4.8 && <=4.10 -- hs-source-dirs: default-language: Haskell2010