packages feed

indentation 0.3.0.1 → 0.3.1

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~indentation-trifectadep ~trifectaPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: indentation-trifecta, trifecta

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+# 0.3.1 #++* Bump `indentation-trifecta` dependency to `0.0.1` (supports `trifecta-1.6`)++ # 0.3.0.1 #  * Hyperlink Haddock of re-exported modules to the other packages.
indentation.cabal view
@@ -1,5 +1,5 @@ name:                indentation-version:             0.3.0.1+version:             0.3.1 synopsis:            Indentation sensitive parsing combinators for Parsec and Trifecta description:         Indentation sensitive parsing combinators for Parsec and Trifecta.                      .                     @@ -52,9 +52,9 @@                      , Text.Parsec.Indentation.Token    if flag(Trifecta)-    build-depends:     trifecta >=1.4 && <1.6,+    build-depends:     trifecta >=1.4 && <1.7,                        parsers >=0.10 && <0.13,-                       indentation-trifecta == 0.0+                       indentation-trifecta == 0.0.1     exposed-modules:   Text.Trifecta.Indentation    default-language:    Haskell2010