packages feed

indentation-trifecta 0.0.1 → 0.0.2

raw patch · 2 files changed

+10/−5 lines, 2 filesdep ~basedep ~indentation-coredep ~trifectaPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, indentation-core, trifecta

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+# 0.0.2++* Support 'trifecta-1.7'+* Bump `base` bounds to support GHC 8.2.1+ # 0.0.1  * Support `trifecta-1.6`
indentation-trifecta.cabal view
@@ -1,5 +1,5 @@ name:                indentation-trifecta-version:             0.0.1+version:             0.0.2 synopsis:            Indentation sensitive parsing combinators for Trifecta description:         Indentation sensitive parsing combinators for Trifecta.                      .                     @@ -29,7 +29,7 @@  homepage:            https://bitbucket.org/adamsmd/indentation bug-reports:         https://bitbucket.org/adamsmd/indentation/issues-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1+tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1  source-repository head   type:                git@@ -37,10 +37,10 @@  library   hs-source-dirs:      src-  build-depends:       base >=4.6 && <4.10,+  build-depends:       base >=4.6 && <4.12,                        mtl >=2.1,-                       indentation-core == 0.0,-                       trifecta >=1.4 && <1.7,+                       indentation-core == 0.0.0.1,+                       trifecta >=1.4 && <1.8,                        parsers >=0.10 && <0.13   exposed-modules:   Text.Trifecta.Indentation