Path to this page:
NOTICE: This package has been removed from pkgsrc./
textproc/hs-parsec,
Monadic parser combinators
Branch: CURRENT,
Version: 3.1.14.0,
Package name: hs-parsec-3.1.14.0,
Maintainer: phoParsec is designed from scratch as an industrial-strength parser library. It is
simple, safe, well documented (on the package homepage), has extensive
libraries, good error messages, and is fast. It is defined as a monad
transformer that can be stacked on arbitrary monads, and it is also parametric
in the input stream type.
Required to run:[
lang/ghc7] [
devel/hs-mtl] [
devel/hs-text] [
math/hs-semigroups] [
devel/hs-fail]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 373910b997620643be160bf89b03162ca2d8595e
RMD160: f7d73b170914498ba47502ae1950bcccd8605600
Filesize: 34.852 KB
Version history: (Expand)
- (2020-01-12) Package deleted from pkgsrc
- (2020-01-02) Updated to version: hs-parsec-3.1.14.0
- (2017-11-23) Package has been reborn
- (2016-01-10) Updated to version: hs-parsec-3.1.9nb2
- (2015-08-02) Updated to version: hs-parsec-3.1.9nb1
- (2015-06-10) Updated to version: hs-parsec-3.1.9
CVS history: (Expand)
2020-01-11 11:33:29 by Masatake Daimon | Files touched by this commit (4) | |
Log message:
Remove textproc/hs-parsec
Parsec is now part of GHC.
|
2020-01-02 15:49:43 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Update to parsec-3.1.14.0
3.1.14.0
* Add parseFromFile to Text.Parsec.Text.Lazy and Text.Parsec.Text
(#103, #104).
* Clarify Haddock documentation in various places (#105,#101,#102).
* Add support for base-4.13.
3.1.13.0
* Add official support for SafeHaskell.
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.
3.1.12.0
* Support limited to GHC 7.0 & GHC 7.2 only
* Add MonadFail instance for ParsecT
* Add Semigroup/Monoid instances for ParsecT (#80,#82)
* Fix space leak in Applicative/Monad interface (#37)
* Add parserTrace and parserTraced combinators for debugging.
3.1.11
* Include README.md in package.
3.1.10
* Most types now have a Typeable instance. Some instances are dropped
from older versions of GHC (sorry about that!).
* The token-parser now rejects Unicode numeric escape sequences for
characters outside the Unicode range.
* The token-parser now loses less precision when parsing literal
doubles.
* Documentation fixes and corrections.
* We no longer test parsec builds on GHC 7.4.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2016-01-10 12:49:11 by Ryosuke Moro | Files touched by this commit (48) |
Log message:
Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-08-02 13:27:06 by Ryosuke Moro | Files touched by this commit (44) |
Log message:
Bump PKGREVISION for hs-text-1.2.1.3
|
2015-06-10 00:08:41 by Ryosuke Moro | Files touched by this commit (4) | |
Log message:
Update to 3.1.9
CHANGES:
3.1.9
- Many and various updates to documentation and package description (inlcuding
the homepage links).
- Add an 'Eq' instance for 'ParseError'
- Fixed a regression from 3.1.6: 'runP' is again exported from module
Text.Parsec.
3.1.8
- Fix a regression from 3.1.6 related to exports from the main module.
|
2015-06-04 22:09:00 by Ryosuke Moro | Files touched by this commit (50) |
Log message:
Bump PKGREVISION for hs-text-1.2.1.1
|