diff options
| author | clint <clint@debian.org> | 2011-06-17 17:30:06 +0400 |
|---|---|---|
| committer | clint <clint@debian.org> | 2011-06-17 17:30:06 +0400 |
| commit | c244f9ffeb5632008896cc169d7a6649b34fa8cb (patch) | |
| tree | f69e57fb0cb8e74a970f657abdf49f8bd3c98366 /p/haskell-unlambda/debian/control | |
| parent | d832bf03f442c6406b4bcb4e0dd3f080d7467a72 (diff) | |
| download | DHG_packages-c244f9ffeb5632008896cc169d7a6649b34fa8cb.tar.gz | |
haskell-unlambda: Initial Check-In
Diffstat (limited to 'p/haskell-unlambda/debian/control')
| -rw-r--r-- | p/haskell-unlambda/debian/control | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/p/haskell-unlambda/debian/control b/p/haskell-unlambda/debian/control new file mode 100644 index 000000000..78613bbcb --- /dev/null +++ b/p/haskell-unlambda/debian/control @@ -0,0 +1,62 @@ +Source: haskell-unlambda +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Clint Adams <clint@debian.org> +Build-Depends: debhelper (>= 7) + , cdbs + , haskell-devscripts (>= 0.8) + , ghc + , ghc-prof + , libghc-mtl-dev + , libghc-mtl-prof +Build-Depends-Indep: ghc-doc + , libghc-mtl-doc +Standards-Version: 3.9.2 +Homepage: http://hackage.haskell.org/package/unlambda +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-unlambda +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-unlambda + +Package: libghc-unlambda-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Unlambda interpreter library + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + It is an interpreter of the Unlambda language, written in the pure, + lazy, functional language Haskell. + +Package: libghc-unlambda-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Unlambda interpreter library; profiling libraries + This package provides a library for the Haskell programming language, + compiled for profiling. + See http://www.haskell.org/ for more information on Haskell. + . + It is an interpreter of the Unlambda language, written in the pure, + lazy, functional language Haskell. + +Package: libghc-unlambda-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${haskell:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: Unlambda interpreter library; documentation + This package provides the documentation for a library for the Haskell + programming language. + See http://www.haskell.org/ for more information on Haskell. + . + It is an interpreter of the Unlambda language, written in the pure, + lazy, functional language Haskell. |
