packages feed

descrilo 0.1.0.6 → 0.1.0.7

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Data.DescriLo: loadDescriptionString :: String -> String -> [Description]
+ Data.DescriLo: loadDescriptionString :: [Char] -> String -> [Description]

Files

descrilo.cabal view
@@ -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