summaryrefslogtreecommitdiff
path: root/p/haskell-shakespeare-css/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-shakespeare-css/debian/control')
-rw-r--r--p/haskell-shakespeare-css/debian/control100
1 files changed, 0 insertions, 100 deletions
diff --git a/p/haskell-shakespeare-css/debian/control b/p/haskell-shakespeare-css/debian/control
deleted file mode 100644
index cab4201d9..000000000
--- a/p/haskell-shakespeare-css/debian/control
+++ /dev/null
@@ -1,100 +0,0 @@
-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}