packages feed

inchworm 1.0.2.1 → 1.0.2.2

raw patch · 1 files changed

+7/−7 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)

- Text.Lexer.Inchworm.Source: class Sequence is where type Elem is where {
+ Text.Lexer.Inchworm.Source: class Sequence is where {

Files

inchworm.cabal view
@@ -1,5 +1,5 @@ name:           inchworm-version:        1.0.2.1+version:        1.0.2.2 license:        MIT license-file:   LICENSE author:         The Inchworm Development Team@@ -12,7 +12,7 @@ synopsis:       Inchworm Lexer Framework  description:    Parser combinator framework specialized to lexical analysis.-                Tokens can be specified via simple fold functions, +                Tokens can be specified via simple fold functions,                 and we include baked in source location handling.                  If you want to parse expressions instead of tokens then try@@ -20,20 +20,20 @@                 general purpose combinators.                  Comes with matchers for standard lexemes like integers,-                comments, and Haskell style strings with escape handling. +                comments, and Haskell style strings with escape handling.                  No dependencies other than the Haskell 'base' library.   source-repository head- type:     git + type:     git  location: https://github.com/DDCSF/inchworm.git   library-  build-Depends: -        base            >= 4.8   && < 4.10-        +  build-Depends:+        base            >= 4.8   && < 4.12+   exposed-modules:         Text.Lexer.Inchworm.Char         Text.Lexer.Inchworm.Scanner