summaryrefslogtreecommitdiff
path: root/p/haskell-blaze-html/debian/control
diff options
context:
space:
mode:
authorGiovanni Mascellani <gio@debian.org>2011-05-19 21:35:31 +0400
committerGiovanni Mascellani <gio@debian.org>2011-05-19 21:35:31 +0400
commit9b97b22acda56a55248b18cbefba288aae983be5 (patch)
treee7fa0ae4a5a70ba82231cd97e2f8322017e1cbca /p/haskell-blaze-html/debian/control
parent255df1ff4f008fb21e515c4c1b0f98739fcd5abc (diff)
downloadDHG_packages-9b97b22acda56a55248b18cbefba288aae983be5.tar.gz
haskell-blaze-html: Initial import.
Diffstat (limited to 'p/haskell-blaze-html/debian/control')
-rw-r--r--p/haskell-blaze-html/debian/control72
1 files changed, 72 insertions, 0 deletions
diff --git a/p/haskell-blaze-html/debian/control b/p/haskell-blaze-html/debian/control
new file mode 100644
index 000000000..342c4743f
--- /dev/null
+++ b/p/haskell-blaze-html/debian/control
@@ -0,0 +1,72 @@
+Source: haskell-blaze-html
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio@debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts (>= 0.7),
+ cdbs,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-text-dev (>= 0.10),
+ libghc-text-prof (>= 0.10),
+ libghc-blaze-builder-dev (>= 0.2),
+ libghc-blaze-builder-prof (>= 0.2),
+Build-Depends-Indep:
+ libghc-text-doc (>= 0.10),
+ libghc-blaze-builder-doc (>= 0.2)
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/blaze-html
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-blaze-html
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-html
+
+Package: libghc-blaze-html-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: HTML combinator library for Haskell - GHC libraries
+ With this Haskell library you can easily produce HTML code without
+ having to explicitly write tags and attributes, but just combining the
+ operators exposed by this library. It can outputs HTML 4 Strict,
+ Transitional and Frameset, as well as HTML 5 code.
+ .
+ This package contains the libraries compiled for GHC.
+
+Package: libghc-blaze-html-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: HTML combinator library for Haskell - GHC profiling libraries
+ With this Haskell library you can easily produce HTML code without
+ having to explicitly write tags and attributes, but just combining the
+ operators exposed by this library. It can outputs HTML 4 Strict,
+ Transitional and Frameset, as well as HTML 5 code.
+ .
+ This package contains the profiling libraries compiled for GHC.
+
+Package: libghc-blaze-html-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: HTML combinator library for Haskell - documentation
+ With this Haskell library you can easily produce HTML code without
+ having to explicitly write tags and attributes, but just combining the
+ operators exposed by this library. It can outputs HTML 4 Strict,
+ Transitional and Frameset, as well as HTML 5 code.
+ .
+ This package contains the library documentation.