[Pkg-haskell-commits] darcs: hlint: Also build hlint as a library (Closes: #639369)

Joachim Breitner mail at joachim-breitner.de
Fri Aug 26 14:12:15 UTC 2011


Fri Aug 26 13:57:38 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Also build hlint as a library (Closes: #639369)
  Ignore-this: d579e18289266059dd31376afb18272f

    M ./changelog +1
    M ./control +53

Fri Aug 26 13:57:38 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Also build hlint as a library (Closes: #639369)
  Ignore-this: d579e18289266059dd31376afb18272f
diff -rN -u old-hlint//changelog new-hlint//changelog
--- old-hlint//changelog	2011-08-26 14:12:14.876561462 +0000
+++ new-hlint//changelog	2011-08-26 14:12:14.892565805 +0000
@@ -1,6 +1,7 @@
 hlint (1.8.15-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Also build hlint as a library (Closes: #639369)
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 26 Aug 2011 15:52:31 +0200
 
diff -rN -u old-hlint//control new-hlint//control
--- old-hlint//control	2011-08-26 14:12:14.872565601 +0000
+++ new-hlint//control	2011-08-26 14:12:14.944558869 +0000
@@ -28,3 +28,56 @@
 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.
+
+Package: libghc-hlint-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell source code suggestions; library
+ HLint gives suggestions on how to improve your source code. It can either
+ print them directly, or generated a colored HTML output.
+ .
+ This is the HLint library, used by programs that want to incorporate HLint's
+ functionality.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-hlint-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell source code suggestions; profiling libraries
+ HLint gives suggestions on how to improve your source code. It can either
+ print them directly, or generated a colored HTML output.
+ .
+ This is the HLint library, used by programs that want to incorporate HLint's
+ functionality.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-hlint-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell source code suggestions; library documentation
+ HLint gives suggestions on how to improve your source code. It can either
+ print them directly, or generated a colored HTML output.
+ .
+ This is the HLint library, used by programs that want to incorporate HLint's
+ functionality.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+





More information about the Pkg-haskell-commits mailing list