packages feed

boomerang 1.4.5.2 → 1.4.5.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~template-haskellPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: template-haskell

API changes (from Hackage documentation)

- Text.Boomerang.HStack: instance (GHC.Classes.Eq a, GHC.Classes.Eq b) => GHC.Classes.Eq (a Text.Boomerang.HStack.:- b)
- Text.Boomerang.HStack: instance (GHC.Show.Show a, GHC.Show.Show b) => GHC.Show.Show (a Text.Boomerang.HStack.:- b)
+ Text.Boomerang.HStack: instance (GHC.Classes.Eq b, GHC.Classes.Eq a) => GHC.Classes.Eq (a Text.Boomerang.HStack.:- b)
+ Text.Boomerang.HStack: instance (GHC.Show.Show b, GHC.Show.Show a) => GHC.Show.Show (a Text.Boomerang.HStack.:- b)
- Text.Boomerang.Combinators: rLeft :: forall tok e r a_a8Rx b_a8Ry. Boomerang e tok ((:-) a_a8Rx r) ((:-) (Either a_a8Rx b_a8Ry) 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: rRight :: forall tok e r a_a8Rx b_a8Ry. Boomerang e tok ((:-) b_a8Ry r) ((:-) (Either a_a8Rx b_a8Ry) 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)

Files

boomerang.cabal view
@@ -1,5 +1,5 @@ Name:             boomerang-Version:          1.4.5.2+Version:          1.4.5.3 License:          BSD3 License-File:     LICENSE Author:           jeremy@seereason.com@@ -15,7 +15,7 @@ Library         Build-Depends:    base             >= 4    && < 5,                           mtl              >= 2.0  && < 2.3,-                          template-haskell            < 2.12,+                          template-haskell            < 2.13,                           text             >= 0.11 && < 1.3         Exposed-Modules:  Text.Boomerang                           Text.Boomerang.Combinators