indentation-parsec 0.0.0.1 → 0.0.0.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basedep ~indentation-corePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, indentation-core
API changes (from Hackage documentation)
- Text.Parsec.Indentation: data IndentationRel :: *
+ Text.Parsec.Indentation: data IndentationRel
Files
- CHANGELOG.md +4/−0
- indentation-parsec.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.0.2++* Bump `base` bounds to support GHC 8.6.1 (and 8.4.3)+ # 0.0.0.1 * Bump `base` bounds to support GHC 8.2.1
indentation-parsec.cabal view
@@ -1,5 +1,5 @@ name: indentation-parsec-version: 0.0.0.1+version: 0.0.0.2 synopsis: Indentation sensitive parsing combinators for Parsec description: Indentation sensitive parsing combinators for Parsec . @@ -39,9 +39,9 @@ library hs-source-dirs: src- build-depends: base >=4.6 && <4.12,+ build-depends: base >=4.6 && <4.13, mtl >=2.1,- indentation-core == 0.0.0.1,+ indentation-core < 0.0.1, parsec >=3.1.5 exposed-modules: Text.Parsec.Indentation , Text.Parsec.Indentation.Char