diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 14:19:09 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 14:19:09 +0400 |
commit | 0a3e415f1c309da7fce21bb5c98177f9e38c497f (patch) | |
tree | db812543ca9d5819dd65d6b13bcccbe968886883 /p/haskell-pretty-show | |
parent | b1e7cb2089b14192eb9c947cd2edffb6ea774d7d (diff) | |
download | DHG_packages-0a3e415f1c309da7fce21bb5c98177f9e38c497f.tar.gz |
haskell-pretty-show: Fix descriptions
Diffstat (limited to 'p/haskell-pretty-show')
-rw-r--r-- | p/haskell-pretty-show/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/haskell-pretty-show/debian/control b/p/haskell-pretty-show/debian/control index 9080bd6b2..f2aa15d9b 100644 --- a/p/haskell-pretty-show/debian/control +++ b/p/haskell-pretty-show/debian/control @@ -22,7 +22,7 @@ Package: ppsh Architecture: any Depends: ${shlibs:Depends} , ${misc:Depends} -Description: Program to parse and pretty print arbitrary Haskell Show output${haskell:ShortBlurb} +Description: Program to parse and pretty print arbitrary Haskell Show output The ppsh program takes the output of an arbitrary Haskell Show output on stdin and pretty prints it to stdout. It uses the library provided in the libghc-pretty-show-dev package to parse the input and pretty print the |