1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: cpphs
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.8.13)
, ghc
, ghc-prof
, ghc-doc
, libghc-polyparse-dev (>= 1.9)
, libghc-polyparse-prof
Build-Depends-Indep: libghc-polyparse-doc
Homepage: http://hackage.haskell.org/package/cpphs
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/cpphs
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/cpphs
Package: cpphs
Architecture: any
Depends: ${shlibs:Depends}
, ${misc:Depends}
Suggests: ghc | hugs
Description: Simplified cpp-a-like preprocessor for Haskell
The C pre-processor has been widely used in Haskell source code. It
enables conditional compilation for different compilers, different
versions of the same compiler, and different OS platforms. It is also
occasionally used for its macro language, which can enable certain
forms of platform-specific detail-filling, such as the tedious
boilerplate generation of instance definitions and FFI declarations.
.
However, gcc's cpp has recently been evolving to more strictly adhere
to the C standard. This has had the effect of making it increasingly
incompatible with Haskell's syntax. This is a cpp-a-like designed with
Haskell's syntax in mind.
Package: libghc-cpphs-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: cpphs-library for haskell
This package provides some of the features of cpphs as a haskell library.
Package: libghc-cpphs-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: cpphs-library for haskell; profiling libraries
This package provides some of the features of cpphs as a haskell library.
Package: libghc-cpphs-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Replaces: haskell-cpphs-doc (<< 1.11-2)
Conflicts: haskell-cpphs-doc (<< 1.11-2)
Provides: haskell-cpphs-doc
Description: cpphs-library for haskell; documentation
This package provides some of the features of cpphs as a haskell library.
.
This package contains the API documentation for this library
|