NOTICE: This package has been removed from pkgsrc

./wip/hs-cpphs, Re-implementation of cpp in Haskell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.18.5, Package name: hs-cpphs-1.18.5, Maintainer: esg

cpphs is a liberalised re-implementation of cpp, the C pre-processor,
in Haskell. This version of cpp is pretty-much feature-complete, and
compatible with the -traditional style. It has two main modes:

* conditional compilation only (--nomacro),
* and full macro-expansion (default).


Required to run:
[lang/ghc7] [textproc/hs-polyparse]

Master sites:

SHA1: 3bd7c9d541d155bd8fb0fa640cd282921f6fb116
RMD160: 1feeef55324c823b866911c535e06fda526d3ad8
Filesize: 70.528 KB

Version history: (Expand)


CVS history: (Expand)


   2014-07-25 12:54:49 by Ryosuke Moro | Files touched by this commit (10) | Package removed
Log message:
Remove hs-cpphs, imported to pkgsrc/devel.
   2014-07-24 23:55:23 by Ryosuke Moro | Files touched by this commit (2)
Log message:
 - appropriate CATEGORIES                                                       
 - manual page handling
   2014-06-27 00:00:19 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 1.18.5
pkgsrc changes: static -> dynamic
CHANGELOG:
* (1.18.4): fix the accidental flipping of comment-stripping behaviour
            with --cpp -traditional flags
* (1.18.5): fix a bug with windows filepath directory separators in a
            #include
   2014-05-30 00:11:19 by Ryosuke Moro | Files touched by this commit (16)
Log message:
Remove hs-mmorph, imported to pkgsrc/devel.
Remove hs-polyparse, imported to pkgsrc/textproc.
   2014-04-17 00:16:27 by Ryosuke Moro | Files touched by this commit (10)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-03-16 13:21:08 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 1.18.3

CHANGELOG:
* (1.18.2): bugfix for erroneous boolean intepretation of some macro
            expansions in #if clauses
* (1.18.3): further rewrites of the #if expression parser
   2014-02-18 15:27:19 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 1.18.1

CHANGELOG:
Version 1.18
* better lexing of Template Haskell single quotes (thanks to Stephan Wehr)
* (1.18.1): fix incomplete pattern match
   2013-08-18 20:39:28 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 1.17.1

CHANGELOG:
Version 1.17.1
  report the right version with cpphs --version