summaryrefslogtreecommitdiff
path: root/p/haskell-strict/debian/control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-05-27 22:20:15 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-05-27 22:20:15 +0400
commit8adaa9923008fd92e037adc778f736b26e085805 (patch)
tree8dccd0de1972e499836575c21bfabafa71b13b48 /p/haskell-strict/debian/control
parenta03081c447840351c10553e90cccccd150aaad66 (diff)
downloadDHG_packages-8adaa9923008fd92e037adc778f736b26e085805.tar.gz
haskell-strict: Initial import
Diffstat (limited to 'p/haskell-strict/debian/control')
-rw-r--r--p/haskell-strict/debian/control59
1 files changed, 59 insertions, 0 deletions
diff --git a/p/haskell-strict/debian/control b/p/haskell-strict/debian/control
new file mode 100644
index 000000000..1bc14779b
--- /dev/null
+++ b/p/haskell-strict/debian/control
@@ -0,0 +1,59 @@
+Source: haskell-strict
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: John Maintainer <maintainer@example.com>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/strict
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-strict
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-strict
+
+Package: libghc-strict-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Strict variants of standard Haskell datatypes
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides strict versions of some standard Haskell data types
+ (pairs, Maybe and Either). It also contains strict IO operations.
+
+Package: libghc-strict-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Strict variants of standard Haskell datatypes; profiling data
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides strict versions of some standard Haskell data types
+ (pairs, Maybe and Either). It also contains strict IO operations.
+
+Package: libghc-strict-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Strict variants of standard Haskell datatypes; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides strict versions of some standard Haskell data types
+ (pairs, Maybe and Either). It also contains strict IO operations.