indentation 0.2.1 → 0.2.1.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- indentation.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+# 0.2.1.1 #++* Bump base dep to allow 4.8.*+ Builds with ghc-7.10.1+ # 0.2.1 # * Export 'Token' from 'Text.Trifecta.Indentation'
indentation.cabal view
@@ -1,5 +1,5 @@ name: indentation-version: 0.2.1+version: 0.2.1.1 synopsis: Indentation sensitive parsing combinators for Parsec and Trifecta description: Indentation sensitive parsing combinators for Parsec and Trifecta. . @@ -32,7 +32,7 @@ library exposed-modules: Text.Parser.Indentation.Implementation- build-depends: base >=4.6 && <4.8,+ build-depends: base >=4.6 && <4.9, mtl >=2.1 if flag(Parsec)