[Pkg-haskell-commits] darcs: haskell-text: Say GHC instead of GHC 6

mail at joachim-breitner.de mail at joachim-breitner.de
Wed Sep 21 16:04:16 UTC 2011


Wed Sep 21 16:01:46 UTC 2011  mail at joachim-breitner.de
  * Say GHC instead of GHC 6
  Ignore-this: 7f688457a31860fde0c31190b883dff5

    M ./control -4 +4

Wed Sep 21 16:01:46 UTC 2011  mail at joachim-breitner.de
  * Say GHC instead of GHC 6
  Ignore-this: 7f688457a31860fde0c31190b883dff5
diff -rN -u old-haskell-text//control new-haskell-text//control
--- old-haskell-text//control	2011-09-21 16:04:16.802833580 +0000
+++ new-haskell-text//control	2011-09-21 16:04:16.810837033 +0000
@@ -28,7 +28,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: efficient packed Unicode text type for Haskell - GHC 6 libraries
+Description: efficient packed Unicode text type for Haskell - GHC libraries
  This is a Haskell time and space-efficient implementation of Unicode
  text using packed Word16 arrays.  Suitable for performance critical use,
  both in terms of large data quantities and high speed.
@@ -36,7 +36,7 @@
  It supports many basic string operations and has some substring search
  tools.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
 Package: libghc-text-prof
 Architecture: any
@@ -46,7 +46,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: efficient packed Unicode text type for Haskell - GHC 6 profiling libraries
+Description: efficient packed Unicode text type for Haskell - GHC profiling libraries
  This is a Haskell time and space-efficient implementation of Unicode
  text using packed Word16 arrays.  Suitable for performance critical use,
  both in terms of large data quantities and high speed.
@@ -54,7 +54,7 @@
  It supports many basic string operations and has some substring search
  tools.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
 Package: libghc-text-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list