packages feed

simtreelo 0.1.1.2 → 0.1.1.3

raw patch · 1 files changed

+3/−3 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.Simtreelo: loadFile :: FilePath -> IO (Either [Char] [Tree [Char]])
+ Data.Simtreelo: loadFile :: FilePath -> IO Either [Char] [Tree [Char]]

Files

simtreelo.cabal view
@@ -3,7 +3,7 @@  -- The name of the package. name:                simtreelo-version:             0.1.1.2+version:             0.1.1.3 synopsis:            Loader for 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@@ -14,10 +14,10 @@ category:            Data build-type:          Simple extra-doc-files:     README.md, simtreelo.5-cabal-version:       >=1.18+cabal-version:       1.18  library-  build-depends:       base >=4.8 && <4.11, containers+  build-depends:       base >=4.8 && <4.12, containers   exposed-modules:     Data.Simtreelo   default-extensions:  DoAndIfThenElse, FlexibleInstances   default-language:    Haskell2010