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
73
74
75
76
77
|
Source: cpphs
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
ghc,
ghc-prof,
libghc-old-locale-dev,
libghc-old-locale-prof,
libghc-old-time-dev,
libghc-old-time-prof,
libghc-polyparse-dev (>= 1.9),
libghc-polyparse-prof,
Build-Depends-Indep: ghc-doc,
libghc-old-locale-doc,
libghc-old-time-doc,
libghc-polyparse-doc,
Standards-Version: 3.9.6
Homepage: http://projects.haskell.org/cpphs/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
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},
Conflicts: haskell-cpphs-doc (<< 1.11-2),
Provides: haskell-cpphs-doc,
Replaces: haskell-cpphs-doc (<< 1.11-2),
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
|