[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:19 UTC 2011
The following commit has been merged in the master branch:
commit 01f9b9f0837ac606e84de80f34093d83b679f423
Author: Iain Lane <laney at ubuntu.com>
Date: Mon May 30 22:41:27 2011 +0100
Add -prof package
diff --git a/debian/control b/debian/control
index 3f41147..74798a3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,11 @@ Build-Depends: debhelper (>= 5.0.0),
ghc (>= 6.12),
libghc-mtl-dev,
libghc-missingh-dev (>= 1.1.0.1-1),
- libghc-hslogger-dev (>= 1.0.8-2)
+ libghc-hslogger-dev (>= 1.0.8-2),
+ ghc-prof (>= 6.12),
+ libghc-mtl-prof,
+ libghc-missingh-prof (>= 1.1.0.1-1),
+ libghc-hslogger-prof (>= 1.0.8-2)
Standards-Version: 3.9.2
Section: haskell
Homepage: http://software.complete.org/hsh
@@ -29,3 +33,18 @@ Description: Library to mix shell scripting with Haskell programs
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.
+
+Package: libghc-hsh-prof
+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; profiling
+ 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 HSH library compiled for profiling support
--
Shell Scripting Tools for Haskell
More information about the Pkg-haskell-commits
mailing list