boomerang 1.4.9.2 → 1.4.9.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~th-abstractionPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: th-abstraction
API changes (from Hackage documentation)
- Text.Boomerang.Combinators: rLeft :: forall tok e r a_a7fG b_a7fH. Boomerang e tok ((:-) a_a7fG r) ((:-) (Either a_a7fG b_a7fH) r)
+ Text.Boomerang.Combinators: rLeft :: forall tok e r a_a7g2 b_a7g3. Boomerang e tok ((:-) a_a7g2 r) ((:-) (Either a_a7g2 b_a7g3) r)
- Text.Boomerang.Combinators: rRight :: forall tok e r a_a7fG b_a7fH. Boomerang e tok ((:-) b_a7fH r) ((:-) (Either a_a7fG b_a7fH) r)
+ Text.Boomerang.Combinators: rRight :: forall tok e r a_a7g2 b_a7g3. Boomerang e tok ((:-) b_a7g3 r) ((:-) (Either a_a7g2 b_a7g3) r)
Files
- boomerang.cabal +2/−2
boomerang.cabal view
@@ -1,5 +1,5 @@ Name: boomerang-Version: 1.4.9.2+Version: 1.4.9.3 License: BSD3 License-File: LICENSE Author: jeremy@seereason.com@@ -19,7 +19,7 @@ semigroups >= 0.16 && < 0.21, template-haskell < 2.22, text >= 0.11 && < 2.2,- th-abstraction >= 0.4 && < 0.7+ th-abstraction >= 0.4 && < 0.8 Exposed-Modules: Text.Boomerang Text.Boomerang.Combinators Text.Boomerang.Error