[Pkg-haskell-commits] darcs: haskell-hint: Typo

Joachim Breitner mail at joachim-breitner.de
Fri May 27 08:37:30 UTC 2011


Fri May 27 08:36:31 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Typo
  Ignore-this: 54ffa64a61dff4bd68b708ecf9c210f4

    M ./control -15 +18

Fri May 27 08:36:31 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Typo
  Ignore-this: 54ffa64a61dff4bd68b708ecf9c210f4
diff -rN -u old-haskell-hint//control new-haskell-hint//control
--- old-haskell-hint//control	2011-05-27 08:37:30.885320391 +0000
+++ new-haskell-hint//control	2011-05-27 08:37:30.893320454 +0000
@@ -18,12 +18,15 @@
   , libghc-monadcatchio-mtl-prof
   , libghc-ghc-mtl-dev
   , libghc-ghc-mtl-prof
+  , libghc-utf8-string-dev
+  , libghc-utf8-string-prof
   , ghc-doc
   , libghc-mtl-doc
   , libghc-haskell-src-doc
   , libghc-ghc-paths-doc
   , libghc-monadcatchio-mtl-doc
   , libghc-ghc-mtl-doc
+  , libghc-utf8-string-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/hint
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hint
@@ -41,11 +44,11 @@
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
- This library defines an Interpreter monad. It allows to load Haskell modules,
- browse them, type-check and evaluate strings with Haskell expressions and even
- coerce them into values. The library is thread-safe and type-safe (even the
- coercion of expressions to values). It is, esentially, a huge subset of the
- GHC API wrapped in a simpler API. Works with GHC 6.10.x and 6.8.x (this
+ This library defines an Interpreter monad. It allows one to load Haskell
+ modules, browse them, type-check and evaluate strings with Haskell expressions
+ and even coerce them into values. The library is thread-safe and type-safe
+ (even the coercion of expressions to values). It is, esentially, a huge subset
+ of the GHC API wrapped in a simpler API. Works with GHC 6.10.x and 6.8.x (this
  version was not tested with GHC 6.6).
 
 Package: libghc-hint-prof
@@ -59,11 +62,11 @@
  compiled for profiling.
  See http://www.haskell.org/ for more information on Haskell.
  .
- This library defines an Interpreter monad. It allows to load Haskell modules,
- browse them, type-check and evaluate strings with Haskell expressions and even
- coerce them into values. The library is thread-safe and type-safe (even the
- coercion of expressions to values). It is, esentially, a huge subset of the
- GHC API wrapped in a simpler API. Works with GHC 6.10.x and 6.8.x (this
+ This library defines an Interpreter monad. It allows one to load Haskell
+ modules, browse them, type-check and evaluate strings with Haskell expressions
+ and even coerce them into values. The library is thread-safe and type-safe
+ (even the coercion of expressions to values). It is, esentially, a huge subset
+ of the GHC API wrapped in a simpler API. Works with GHC 6.10.x and 6.8.x (this
  version was not tested with GHC 6.6).
 
 Package: libghc-hint-doc
@@ -77,9 +80,9 @@
  programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
- This library defines an Interpreter monad. It allows to load Haskell modules,
- browse them, type-check and evaluate strings with Haskell expressions and even
- coerce them into values. The library is thread-safe and type-safe (even the
- coercion of expressions to values). It is, esentially, a huge subset of the
- GHC API wrapped in a simpler API. Works with GHC 6.10.x and 6.8.x (this
+ This library defines an Interpreter monad. It allows one to load Haskell
+ modules, browse them, type-check and evaluate strings with Haskell expressions
+ and even coerce them into values. The library is thread-safe and type-safe
+ (even the coercion of expressions to values). It is, esentially, a huge subset
+ of the GHC API wrapped in a simpler API. Works with GHC 6.10.x and 6.8.x (this
  version was not tested with GHC 6.6).





More information about the Pkg-haskell-commits mailing list