summaryrefslogtreecommitdiff
path: root/p/haskell-text
diff options
context:
space:
mode:
authormail <mail@joachim-breitner.de>2011-09-21 20:01:46 +0400
committermail <mail@joachim-breitner.de>2011-09-21 20:01:46 +0400
commit1b2da655ae556d6a5cb100a0285cb12e54c8a8fa (patch)
treeda49bf37d343cd80cde48527f3ec7e848e3d7755 /p/haskell-text
parentdfd4c061b05acb55efce41fd24bac7492026a591 (diff)
downloadDHG_packages-1b2da655ae556d6a5cb100a0285cb12e54c8a8fa.tar.gz
haskell-text: Say GHC instead of GHC 6
Diffstat (limited to 'p/haskell-text')
-rw-r--r--p/haskell-text/debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/p/haskell-text/debian/control b/p/haskell-text/debian/control
index 09a6dd27e..e7f1879b1 100644
--- a/p/haskell-text/debian/control
+++ b/p/haskell-text/debian/control
@@ -28,7 +28,7 @@ Depends:
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 @@ Description: efficient packed Unicode text type for Haskell - GHC 6 libraries
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 @@ Depends:
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 @@ Description: efficient packed Unicode text type for Haskell - GHC 6 profiling li
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