summaryrefslogtreecommitdiff
path: root/p/haskell-diff/debian
diff options
context:
space:
mode:
authormail <mail@joachim-breitner.de>2011-09-21 20:01:40 +0400
committermail <mail@joachim-breitner.de>2011-09-21 20:01:40 +0400
commita9682e7fc8ce1736e36f773826015144bf764509 (patch)
tree2b80b0ba685bd3bcd2f1a4a673253192985034e9 /p/haskell-diff/debian
parent007097aa46312319b2cd3c52b6f61a9b4258333f (diff)
downloadDHG_packages-a9682e7fc8ce1736e36f773826015144bf764509.tar.gz
haskell-diff: Say GHC instead of GHC 6
Diffstat (limited to 'p/haskell-diff/debian')
-rw-r--r--p/haskell-diff/debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/p/haskell-diff/debian/control b/p/haskell-diff/debian/control
index 629d692b2..2a2f2b9fa 100644
--- a/p/haskell-diff/debian/control
+++ b/p/haskell-diff/debian/control
@@ -22,7 +22,7 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: GHC 6 libraries for the Haskell O(ND) diff algorithm library
+Description: GHC libraries for the Haskell O(ND) diff algorithm library
This is a Haskell library providing an implementation of the O(ND) diff
algorithm described in "An O(ND) Difference Algorithm and Its Variations"
(1986) by Eugene W. Myers. It is O(mn) in space.
@@ -31,7 +31,7 @@ Description: GHC 6 libraries for the Haskell O(ND) diff algorithm library
assumption is that users of this library will want to diff over interesting
things or perform interesting tasks with the results.
.
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
Package: libghc-diff-prof
Architecture: any
@@ -41,7 +41,7 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: GHC 6 profiling libraries for the Haskell O(ND) diff algorithm library
+Description: GHC profiling libraries for the Haskell O(ND) diff algorithm library
This is a Haskell library providing an implementation of the O(ND) diff
algorithm described in "An O(ND) Difference Algorithm and Its Variations"
(1986) by Eugene W. Myers. It is O(mn) in space.
@@ -59,7 +59,7 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: GHC 6 libraries for the Haskell O(ND) diff algorithm library (documentation)
+Description: GHC libraries for the Haskell O(ND) diff algorithm library (documentation)
This is a Haskell library providing an implementation of the O(ND) diff
algorithm described in "An O(ND) Difference Algorithm and Its Variations"
(1986) by Eugene W. Myers. It is O(mn) in space.