[Pkg-haskell-commits] [SCM] Shell Scripting Tools for Haskell branch, master, updated. debian/2.0.3-2-10-g9df42f2

Iain Lane laney at ubuntu.com
Mon May 30 22:17:21 UTC 2011


The following commit has been merged in the master branch:
commit 1d409fc0559708982fb4ceaf87bfc40d327fa100
Author: Iain Lane <laney at ubuntu.com>
Date:   Mon May 30 22:44:22 2011 +0100

    Add -doc package

diff --git a/debian/control b/debian/control
index 74798a3..9f0b9c3 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,11 @@ Build-Depends: debhelper (>= 5.0.0),
  ghc-prof (>= 6.12),
  libghc-mtl-prof,
  libghc-missingh-prof (>= 1.1.0.1-1),
- libghc-hslogger-prof (>= 1.0.8-2)
+ libghc-hslogger-prof (>= 1.0.8-2),
+ ghc-doc (>= 6.12),
+ libghc-mtl-doc,
+ libghc-missingh-doc (>= 1.1.0.1-1),
+ libghc-hslogger-doc (>= 1.0.8-2)
 Standards-Version: 3.9.2
 Section: haskell
 Homepage: http://software.complete.org/hsh
@@ -48,3 +52,18 @@ Description: Library to mix shell scripting with Haskell programs; profiling
  to/from other shell commands and arbitrary Haskell functions at will.
  .
  This package contains the HSH library compiled for profiling support
+
+Package: libghc-hsh-doc
+Section: haskell
+Architecture: any
+Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Library to mix shell scripting with Haskell programs; documentation
+ HSH is designed to let you mix and match shell expressions with
+ Haskell programs. With HSH, it is possible to easily run shell
+ commands, capture their output or provide their input, and pipe them
+ to/from other shell commands and arbitrary Haskell functions at will.
+ .
+ This package contains the hyperlinked documentation for the HSH library

-- 
Shell Scripting Tools for Haskell



More information about the Pkg-haskell-commits mailing list