attoparsec-trans 0.1.0.1 → 0.1.0.2
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
- attoparsec-trans.cabal +2/−2
attoparsec-trans.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: attoparsec-trans-version: 0.1.0.1+version: 0.1.0.2 synopsis: Interleaved effects for attoparsec parsers -- description: homepage: https://github.com/srijs/haskell-attoparsec-trans@@ -21,7 +21,7 @@ -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5.0,- transformers >=0.3 && <0.4,+ transformers >=0.3 && <0.5, attoparsec >=0.12 && <0.14 hs-source-dirs: src default-language: Haskell2010