parsec-extra 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- parsec-extra.cabal +2/−2
parsec-extra.cabal view
@@ -1,5 +1,5 @@ Name: parsec-extra-Version: 0.1.0.2+Version: 0.1.0.3 Cabal-Version: >= 1.6 License: BSD3 Author: Arie Peterson@@ -19,7 +19,7 @@ Build-Depends: base == 4.*, parsec == 3.*,- transformers == 0.2.*,+ transformers >= 0.2 && < 0.4, monads-tf == 0.1.* Exposed-Modules: Text.Parsec.Extra