packages feed

indentation-trifecta 0.0 → 0.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~trifectaPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: trifecta

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.1++* Support `trifecta-1.6`+ # 0.0  * Split `indentation` into separate `indentation-core`, `indentation-parsec` and `indentation-trifecta` packages.
indentation-trifecta.cabal view
@@ -1,5 +1,5 @@ name:                indentation-trifecta-version:             0.0+version:             0.0.1 synopsis:            Indentation sensitive parsing combinators for Trifecta description:         Indentation sensitive parsing combinators for Trifecta.                      .                     @@ -40,7 +40,7 @@   build-depends:       base >=4.6 && <4.10,                        mtl >=2.1,                        indentation-core == 0.0,-                       trifecta >=1.4 && <1.6,+                       trifecta >=1.4 && <1.7,                        parsers >=0.10 && <0.13   exposed-modules:   Text.Trifecta.Indentation