8000 Tags · Pharap/parsec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Pharap/parsec

Tags

v3.1.14.0

Toggle v3.1.14.0's commit message

Verified

This tag was signed with the committer’s verified signature.
hvr Herbert Valerio Riedel
parsec 3.1.14.0

- Add `parseFromFile` to `Text.Parsec.Text.Lazy` and `Text.Parsec.Text` (haskell#103, haskell#104).

- Clarify Haddock documentation in various places (haskell#105,haskell#101,haskell#102).

- Add support for `base-4.13`.

v3.1.14.0-rc

Toggle v3.1.14.0-rc's commit message

Verified

This tag was signed with the committer’s verified signature.
hvr Herbert Valerio Riedel
parsec 3.1.14.0 release candidate

v3.1.13.0

Toggle v3.1.13.0's commit message

Verified

This tag was signed with the committer’s verified signature.
hvr Herbert Valerio Riedel
parsec 3.1.13.0

- Add official support for [`SafeHaskell`](http://downloads.haskell.org/~ghc/latest/docs/html/users_guide/safe_haskell.html)

    **NOTE**: This is the first version whose `SafeHaskell` properties
    have become an intentional part of the API contract; previous
    versions were merely accidentally safe-inferred (or not depending
    on various factors; in other words, this was a fragile
    property). If you rely on `SafeHaskell` to consider module imports
    from `parsec` *safe*, this is the first version of `parsec` which
    actually guarantees a well-defined state; you can declare this
    requirement by either specifying

        build-depends: parsec >= 3.1.13.0 && < 3.2

    or, starting with `cabal-version:2.0`, via

        build-depends: parsec ^>= 3.1.13.0

- Drop support for GHC 7.0, GHC 7.2, and GHC 7.4.1; support window
  starts with GHC 7.4.2.

v3.1.12.0

Toggle v3.1.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
hvr Herbert Valerio Riedel
parsec 3.1.12.0

- Add `MonadFail` instance for `ParsecT`
- Add `Semigroup`/`Monoid` instances for `ParsecT` (haskell#80,haskell#82)
- Fix space leak in Applicative/Monad interface (haskell#37)
- Add `parserTrace` and `parserTraced` combinators for debugging.

v3.1.11

Toggle v3.1.11's commit message
Inclide README.md in package (and bump version for re-release).

v3.1.10

Toggle v3.1.10's commit message
Bump version and update changelog.

v3.1.9

Toggle v3.1.9's commit message
Merge pull request haskell#30 from aslatter/aslatter-test-multi-version

Test against multiple GHC versions in Travis CI.

v3.1.8

Toggle v3.1.8's commit message
Update version and changelog for 3.1.8 release.

v3.1.7

Toggle v3.1.7's commit message
Update changelog.

v3.1.6

Toggle v3.1.6's commit message
Update changelog.

0