[Pkg-haskell-commits] darcs: hlint: Fix typo in descriptions, thanks to Marco Bodrato for spotting (Closes: #727301)

Joachim Breitner mail at joachim-breitner.de
Wed Oct 23 21:13:13 UTC 2013


Wed Oct 23 21:12:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Fix typo in descriptions, thanks to Marco Bodrato for spotting (Closes: #727301)

    M ./changelog +2
    M ./control -4 +4

Wed Oct 23 21:12:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Fix typo in descriptions, thanks to Marco Bodrato for spotting (Closes: #727301)
diff -rN -u old-hlint/changelog new-hlint/changelog
--- old-hlint/changelog	2013-10-23 21:13:13.710536321 +0000
+++ new-hlint/changelog	2013-10-23 21:13:13.710536321 +0000
@@ -1,6 +1,8 @@
 hlint (1.8.43-3) UNRELEASED; urgency=low
 
   * Adjust watch file to new hackage layout
+  * Fix typo in descriptions, thanks to Marco Bodrato for spotting (Closes:
+    #727301)
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:22:26 +0200
 
diff -rN -u old-hlint/control new-hlint/control
--- old-hlint/control	2013-10-23 21:13:13.705935613 +0000
+++ new-hlint/control	2013-10-23 21:13:13.714537047 +0000
@@ -37,7 +37,7 @@
 Recommends: ghc
 Description: Haskell source code suggestions
  HLint gives suggestions on how to improve your source code. It can either
- print them directly, or generated a colored HTML output.
+ print them directly, or generate a colored HTML output.
 
 Package: libghc-hlint-dev
 Architecture: any
@@ -49,7 +49,7 @@
 Provides: ${haskell:Provides}
 Description: Haskell source code suggestions${haskell:ShortBlurb}
  HLint gives suggestions on how to improve your source code. It can either
- print them directly, or generated a colored HTML output.
+ print them directly, or generate a colored HTML output.
  .
  This is the HLint library, used by programs that want to incorporate HLint's
  functionality.
@@ -65,7 +65,7 @@
 Provides: ${haskell:Provides}
 Description: Haskell source code suggestions${haskell:ShortBlurb}
  HLint gives suggestions on how to improve your source code. It can either
- print them directly, or generated a colored HTML output.
+ print them directly, or generate a colored HTML output.
  .
  This is the HLint library, used by programs that want to incorporate HLint's
  functionality.
@@ -80,7 +80,7 @@
 Suggests: ${haskell:Suggests}
 Description: Haskell source code suggestions${haskell:ShortBlurb}
  HLint gives suggestions on how to improve your source code. It can either
- print them directly, or generated a colored HTML output.
+ print them directly, or generate a colored HTML output.
  .
  This is the HLint library, used by programs that want to incorporate HLint's
  functionality.




More information about the Pkg-haskell-commits mailing list