[Pkg-haskell-commits] darcs: haskell-lexer: Fix typo in package description

Iustin Pop iustin at debian.org
Sun Oct 28 09:43:50 UTC 2012


Sun Oct 28 09:40:21 UTC 2012  Iustin Pop <iustin at debian.org>
  * Fix typo in package description
  Ignore-this: ba2346c016bbb5a27ac46601fd05a751
  
  s/tokem/token/, that's all.

    M ./control -3 +3

Sun Oct 28 09:40:21 UTC 2012  Iustin Pop <iustin at debian.org>
  * Fix typo in package description
  Ignore-this: ba2346c016bbb5a27ac46601fd05a751
  
  s/tokem/token/, that's all.
diff -rN -u old-haskell-lexer//control new-haskell-lexer//control
--- old-haskell-lexer//control	2012-10-28 09:43:50.059719620 +0000
+++ new-haskell-lexer//control	2012-10-28 09:43:50.067720569 +0000
@@ -24,7 +24,7 @@
 Provides: ${haskell:Provides}
 Description: A fully compliant Haskell 98 lexer
  A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
- a list tuples containing a token type identifier, its position and the tokem
+ a list tuples containing a token type identifier, its position and the token
  string.
  .
  This package contains the libraries compiled for GHC.
@@ -39,7 +39,7 @@
 Provides: ${haskell:Provides}
 Description: Profiling libraries for a fully compliant Haskell 98 lexer
  A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
- a list tuples containing a token type identifier, its position and the tokem
+ a list tuples containing a token type identifier, its position and the token
  string.
  .
  This package contains the profiling libraries compiled for GHC.
@@ -52,7 +52,7 @@
 Suggests: ${haskell:Suggests}
 Description: Documentation for a fully compliant Haskell 98 lexer
  A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
- a list tuples containing a token type identifier, its position and the tokem
+ a list tuples containing a token type identifier, its position and the token
  string.
  .
  This package contains the library documentation.





More information about the Pkg-haskell-commits mailing list