boomerang 1.4.4 → 1.4.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~template-haskelldep ~textPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: template-haskell, text
API changes (from Hackage documentation)
- Text.Boomerang.Combinators: rJust :: Boomerang e tok ((:-) a_a3zy r) ((:-) (Maybe a_a3zy) r)
+ Text.Boomerang.Combinators: rJust :: Boomerang e tok ((:-) a_a3zF r) ((:-) (Maybe a_a3zF) r)
- Text.Boomerang.Combinators: rLeft :: Boomerang e tok ((:-) a_a5ga r) ((:-) (Either a_a5ga b_a5gb) r)
+ Text.Boomerang.Combinators: rLeft :: Boomerang e tok ((:-) a_a5gh r) ((:-) (Either a_a5gh b_a5gi) r)
- Text.Boomerang.Combinators: rNothing :: Boomerang e tok r ((:-) (Maybe a_a3zy) r)
+ Text.Boomerang.Combinators: rNothing :: Boomerang e tok r ((:-) (Maybe a_a3zF) r)
- Text.Boomerang.Combinators: rRight :: Boomerang e tok ((:-) b_a5gb r) ((:-) (Either a_a5ga b_a5gb) r)
+ Text.Boomerang.Combinators: rRight :: Boomerang e tok ((:-) b_a5gi r) ((:-) (Either a_a5gh b_a5gi) r)
Files
- boomerang.cabal +2/−2
boomerang.cabal view
@@ -1,5 +1,5 @@ Name: boomerang-Version: 1.4.4+Version: 1.4.5 License: BSD3 License-File: LICENSE Author: jeremy@seereason.com@@ -15,7 +15,7 @@ Build-Depends: base >= 4 && < 5, mtl >= 2.0 && < 2.3, template-haskell,- text >= 0.11 && < 1.2+ text >= 0.11 && < 1.3 Exposed-Modules: Text.Boomerang Text.Boomerang.Combinators Text.Boomerang.Error