cpphs 1.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News cpphs 1.5 (Default branch)
# 1  
Old 12-27-2007
cpphs 1.5 (Default branch)

cpphs is a more liberal re-implementation of cpp, the C pre-processor, in Haskell. The C pre-processor is widely used in Haskell source code, but a true cpp is often unavailable on some systems (such as native Windows), and the common cpp provided by the gcc 3.x series has become more strictly tied to the C language, in subtle ways that are incompatible with Haskell's syntax. This includes problems with, for instance, string gaps, and prime characters in identifiers. This project provides a robust alternative to cpp that is more compatible with Haskell and can be distributed with compilers. License: GNU Lesser General Public License (LGPL) Changes:
This release fixes some more obscure corner cases involving parameterised macro expansion within conditionals. Internal refactoring affecting parts of the library API has been performed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DH_HASKELL_DEPENDS(1)					 Haskell devscripts documentation				     DH_HASKELL_DEPENDS(1)

NAME
dh_haskell_depends - calculates Haskell dependencies on Cabalized libraries SYNOPSIS
dh_haskell_depends [debhelper options] [-Xpackage] [--exclude=package] [file ...] DESCRIPTION
dh_haskell_depends is a debhelper program that helps with calculating dependencies for building Haskell libraries. It automates building libraries for the different supported Haskell systems in Debian. This script writes the debian/$package.substvars file, including in it the haskell:Depends, haskell:Recommends, haskell:Suggests and haskell:Extra-Depends variable. So, to use this package, include in the Depends: field in debian/control ${haskell:Depends}, and do the same for Recommends, Suggests and Extra-Depends. BUGS
hugs and ghc are the only supported targets at the moment. Cabal does not yet support nhc98. SEE ALSO
dh_haskell_provides(1) dh_haskell_shlibdeps(1) dh_haskell_extra_depends(1) debhelper(7) AUTHOR
John Goerzen <jgoerzen@complete.org> Based on ideas in dh_python by Josselin Mouette <joss@debian.org> Haskell devscripts 0.8.12 2011-07-30 DH_HASKELL_DEPENDS(1)