packages feed

boomerang 1.1.0 → 1.1.1

raw patch · 1 files changed

+1/−2 lines, 1 filesdep −web-routesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependencies removed: web-routes

API changes (from Hackage documentation)

- Text.Boomerang.Combinators: rJust :: PrinterParser e tok (:- a_a2fu r) (:- (Maybe a_a2fu) r)
+ Text.Boomerang.Combinators: rJust :: PrinterParser e tok (:- a_a1K0 r) (:- (Maybe a_a1K0) r)
- Text.Boomerang.Combinators: rLeft :: PrinterParser e tok (:- a_a502 r) (:- (Either a_a502 b_a501) r)
+ Text.Boomerang.Combinators: rLeft :: PrinterParser e tok (:- a_a4uy r) (:- (Either a_a4uy b_a4ux) r)
- Text.Boomerang.Combinators: rNothing :: PrinterParser e tok r (:- (Maybe a_a2fu) r)
+ Text.Boomerang.Combinators: rNothing :: PrinterParser e tok r (:- (Maybe a_a1K0) r)
- Text.Boomerang.Combinators: rRight :: PrinterParser e tok (:- b_a501 r) (:- (Either a_a502 b_a501) r)
+ Text.Boomerang.Combinators: rRight :: PrinterParser e tok (:- b_a4ux r) (:- (Either a_a4uy b_a4ux) r)

Files

boomerang.cabal view
@@ -1,5 +1,5 @@ Name:             boomerang-Version:          1.1.0+Version:          1.1.1 License:          BSD3 License-File:     LICENSE Author:           jeremy@seereason.com@@ -14,7 +14,6 @@ Library         Build-Depends:    base >= 4 && < 5,                           mtl,-                          web-routes,                           template-haskell         Exposed-Modules:  Text.Boomerang                           Text.Boomerang.Combinators