packages feed

inchworm 1.0.2.2 → 1.0.2.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)

- Text.Lexer.Inchworm.Scanner: Scanner :: (Source m loc input -> m (Maybe a)) -> Scanner m loc input a
+ Text.Lexer.Inchworm.Scanner: Scanner :: Source m loc input -> m (Maybe a) -> Scanner m loc input a
- Text.Lexer.Inchworm.Source: Source :: ((Elem input -> Bool) -> m ()) -> (forall a. m (Maybe a) -> m (Maybe a)) -> ((Elem input -> Bool) -> m (Maybe (loc, Elem input))) -> (forall s. Maybe Int -> (Int -> Elem input -> s -> Maybe s) -> s -> m (Maybe (loc, input))) -> (Elem input -> loc -> loc) -> m (loc, input) -> Source m loc input
+ Text.Lexer.Inchworm.Source: Source :: (Elem input -> Bool) -> m () -> forall a. m (Maybe a) -> m (Maybe a) -> (Elem input -> Bool) -> m (Maybe (loc, Elem input)) -> forall s. Maybe Int -> (Int -> Elem input -> s -> Maybe s) -> s -> m (Maybe (loc, input)) -> Elem input -> loc -> loc -> m (loc, input) -> Source m loc input

Files

inchworm.cabal view
@@ -1,5 +1,5 @@ name:           inchworm-version:        1.0.2.2+version:        1.0.2.3 license:        MIT license-file:   LICENSE author:         The Inchworm Development Team@@ -27,12 +27,12 @@  source-repository head  type:     git- location: https://github.com/DDCSF/inchworm.git+ location: https://github.com/discus-lang/inchworm.git   library   build-Depends:-        base            >= 4.8   && < 4.12+        base            >= 4.8   && < 4.13    exposed-modules:         Text.Lexer.Inchworm.Char