summaryrefslogtreecommitdiff
path: root/p/haskell-shakespeare-css/debian/control
blob: cab4201d999e8a773183886e2587fa4cef9c1280 (plain)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Source: haskell-shakespeare-css
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
  , cdbs
  , haskell-devscripts (>= 0.8.15)
  , ghc
  , ghc-prof
  , libghc-parsec3-dev
  , libghc-parsec3-prof
  , libghc-shakespeare-dev (>> 1.2.1)
  , libghc-shakespeare-dev (<< 1.3)
  , libghc-shakespeare-prof
  , ghc-ghci
  , libghc-text-dev (>> 0.11.1.1)
  , libghc-text-prof
  , libghc-transformers-dev
  , libghc-transformers-prof
  , libghc-hunit-dev
  , libghc-hspec-dev (>> 1.3)
Build-Depends-Indep: ghc-doc
  , libghc-parsec3-doc
  , libghc-shakespeare-doc
  , libghc-text-doc
  , libghc-transformers-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/shakespeare-css
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-shakespeare-css
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-shakespeare-css

Package: libghc-shakespeare-css-dev
Architecture: any
Depends: ${haskell:Depends}
  , ${shlibs:Depends}
  , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: compile-time CSS templates${haskell:ShortBlurb}
 Shakespeare is a template family for type-safe, efficient templates
 with simple variable interpolation . Shakespeare templates can be
 used inline with a quasi-quoter or in an external file. Shakespeare
 interpolates variables according to the type being inserted.
 .
 In this case, the variable type needs a ToCss instance.
 .
 This package contains 2 CSS template languages. The Cassius language
 uses whitespace to avoid the need for closing brackets and
 semi-colons. Lucius does not care about whitespace and is a strict
 superset of CSS. There are also some significant conveniences added
 for CSS.
 .
 ${haskell:Blurb}

Package: libghc-shakespeare-css-prof
Architecture: any
Depends: ${haskell:Depends}
  , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: compile-time CSS templates${haskell:ShortBlurb}
 Shakespeare is a template family for type-safe, efficient templates
 with simple variable interpolation . Shakespeare templates can be
 used inline with a quasi-quoter or in an external file. Shakespeare
 interpolates variables according to the type being inserted.
 .
 In this case, the variable type needs a ToCss instance.
 .
 This package contains 2 CSS template languages. The Cassius language
 uses whitespace to avoid the need for closing brackets and
 semi-colons. Lucius does not care about whitespace and is a strict
 superset of CSS. There are also some significant conveniences added
 for CSS.
 .
 ${haskell:Blurb}

Package: libghc-shakespeare-css-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: compile-time CSS templates${haskell:ShortBlurb}
 Shakespeare is a template family for type-safe, efficient templates
 with simple variable interpolation . Shakespeare templates can be
 used inline with a quasi-quoter or in an external file. Shakespeare
 interpolates variables according to the type being inserted.
 .
 In this case, the variable type needs a ToCss instance.
 .
 This package contains 2 CSS template languages. The Cassius language
 uses whitespace to avoid the need for closing brackets and
 semi-colons. Lucius does not care about whitespace and is a strict
 superset of CSS. There are also some significant conveniences added
 for CSS.
 .
 ${haskell:Blurb}