[Pkg-haskell-commits] darcs: haskell-hsh: Add -prof package
Iain Lane
laney at ubuntu.com
Fri Jan 4 14:50:35 UTC 2013
Mon May 30 21:41:27 UTC 2011 Iain Lane <laney at ubuntu.com>
* Add -prof package
Ignore-this: f2d626097af28bc4361d530f7207e06
M ./control -1 +20
Mon May 30 21:41:27 UTC 2011 Iain Lane <laney at ubuntu.com>
* Add -prof package
Ignore-this: f2d626097af28bc4361d530f7207e06
diff -rN -u old-haskell-hsh//control new-haskell-hsh//control
--- old-haskell-hsh//control 2013-01-04 14:50:34.730744946 +0000
+++ new-haskell-hsh//control 2013-01-04 14:50:34.942750441 +0000
@@ -10,7 +10,11 @@
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 @@
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
More information about the Pkg-haskell-commits
mailing list