boomerang 1.4.5.3 → 1.4.5.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~template-haskellPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, template-haskell
API changes (from Hackage documentation)
- Text.Boomerang.HStack: data (:-) a b
+ Text.Boomerang.HStack: data a (:-) b
- Text.Boomerang.Combinators: rJust :: forall tok e r a_12. Boomerang e tok ((:-) a_12 r) ((:-) (Maybe a_12) r)
+ Text.Boomerang.Combinators: rJust :: forall tok e r a_11. Boomerang e tok ((:-) a_11 r) ((:-) (Maybe a_11) r)
- Text.Boomerang.Combinators: rLeft :: forall tok e r a_a8k9 b_a8ka. Boomerang e tok ((:-) a_a8k9 r) ((:-) (Either a_a8k9 b_a8ka) r)
+ Text.Boomerang.Combinators: rLeft :: forall tok e r a_a8m1 b_a8m2. Boomerang e tok ((:-) a_a8m1 r) ((:-) (Either a_a8m1 b_a8m2) r)
- Text.Boomerang.Combinators: rNothing :: forall tok e r a_12. Boomerang e tok r ((:-) (Maybe a_12) r)
+ Text.Boomerang.Combinators: rNothing :: forall tok e r a_11. Boomerang e tok r ((:-) (Maybe a_11) r)
- Text.Boomerang.Combinators: rRight :: forall tok e r a_a8k9 b_a8ka. Boomerang e tok ((:-) b_a8ka r) ((:-) (Either a_a8k9 b_a8ka) r)
+ Text.Boomerang.Combinators: rRight :: forall tok e r a_a8m1 b_a8m2. Boomerang e tok ((:-) b_a8m2 r) ((:-) (Either a_a8m1 b_a8m2) r)
Files
- boomerang.cabal +3/−3
boomerang.cabal view
@@ -1,5 +1,5 @@ Name: boomerang-Version: 1.4.5.3+Version: 1.4.5.4 License: BSD3 License-File: LICENSE Author: jeremy@seereason.com@@ -10,12 +10,12 @@ Description: Specify a single unified grammar which can be used for parsing and pretty-printing Cabal-Version: >= 1.6 Build-type: Simple-tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1+tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.1 Library Build-Depends: base >= 4 && < 5, mtl >= 2.0 && < 2.3,- template-haskell < 2.13,+ template-haskell < 2.14, text >= 0.11 && < 1.3 Exposed-Modules: Text.Boomerang Text.Boomerang.Combinators