boomerang 1.4.9 → 1.4.9.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~textdep ~th-abstractionPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: text, th-abstraction
API changes (from Hackage documentation)
- Text.Boomerang.Error: instance Control.Monad.Trans.Error.Error (Text.Boomerang.Error.ParserError p)
- Text.Boomerang.Combinators: rLeft :: forall tok e r a_a76o b_a76p. Boomerang e tok ((:-) a_a76o r) ((:-) (Either a_a76o b_a76p) r)
+ 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: rRight :: forall tok e r a_a76o b_a76p. Boomerang e tok ((:-) b_a76p r) ((:-) (Either a_a76o b_a76p) 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)
Files
- boomerang.cabal +4/−4
boomerang.cabal view
@@ -1,5 +1,5 @@ Name: boomerang-Version: 1.4.9+Version: 1.4.9.1 License: BSD3 License-File: LICENSE Author: jeremy@seereason.com@@ -10,7 +10,7 @@ Description: Specify a single unified grammar which can be used for parsing and pretty-printing Cabal-Version: >= 1.10 Build-type: Simple-tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.2+tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC==9.2.5, GHC==9.4.8, GHC==9.6.4 Library Default-Language: Haskell2010@@ -18,8 +18,8 @@ mtl >= 2.0 && < 2.4, semigroups >= 0.16 && < 0.21, template-haskell < 2.21,- text >= 0.11 && < 2.1,- th-abstraction >= 0.4 && < 0.6+ text >= 0.11 && < 2.2,+ th-abstraction >= 0.4 && < 0.7 Exposed-Modules: Text.Boomerang Text.Boomerang.Combinators Text.Boomerang.Error