boomerang 1.4.8 → 1.4.8.1
raw patch · 1 files changed
+4/−4 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.Combinators: rLeft :: forall tok e r a_a6zM b_a6zN. Boomerang e tok ((:-) a_a6zM r) ((:-) (Either a_a6zM b_a6zN) r)
+ Text.Boomerang.Combinators: rLeft :: forall tok e r a_a76n b_a76o. Boomerang e tok ((:-) a_a76n r) ((:-) (Either a_a76n b_a76o) r)
- Text.Boomerang.Combinators: rRight :: forall tok e r a_a6zM b_a6zN. Boomerang e tok ((:-) b_a6zN r) ((:-) (Either a_a6zM b_a6zN) r)
+ Text.Boomerang.Combinators: rRight :: forall tok e r a_a76n b_a76o. Boomerang e tok ((:-) b_a76o r) ((:-) (Either a_a76n b_a76o) r)
Files
- boomerang.cabal +4/−4
boomerang.cabal view
@@ -1,23 +1,23 @@ Name: boomerang-Version: 1.4.8+Version: 1.4.8.1 License: BSD3 License-File: LICENSE Author: jeremy@seereason.com Maintainer: partners@seereason.com-Bug-Reports: http://code.google.com/p/happstack/issues/list+Bug-Reports: https://github.com/Happstack/boomerang/issues Category: Parsing, Text Synopsis: Library for invertible parsing and printing 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.1, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 9.0.1, GHC == 9.2.1+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 Library Default-Language: Haskell2010 Build-Depends: base >= 4 && < 5, mtl >= 2.0 && < 2.3, semigroups >= 0.16 && < 0.21,- template-haskell < 2.19,+ template-haskell < 2.20, text >= 0.11 && < 2.1, th-abstraction >= 0.4 && < 0.5 Exposed-Modules: Text.Boomerang