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

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


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

    M ./control -4 +4

Wed Sep 21 16:01:45 UTC 2011  mail at joachim-breitner.de
  * Say GHC instead of GHC 6
  Ignore-this: bed840e55aa829b9cc0a8016acd6173f
diff -rN -u old-haskell-split//control new-haskell-split//control
--- old-haskell-split//control	2011-09-21 16:04:03.255328944 +0000
+++ new-haskell-split//control	2011-09-21 16:04:03.263334691 +0000
@@ -22,7 +22,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell library for splitting lists - GHC 6 libraries
+Description: Haskell library for splitting lists - GHC libraries
  This Haskell library provides a wide range of strategies and a unified
  combinator framework for splitting lists with respect to some sort of
  delimiter.
@@ -30,7 +30,7 @@
  For example, it can split a list every N elements, or on elements that
  satisfy some condition.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
 Package: libghc-split-prof
 Architecture: any
@@ -39,7 +39,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell library for splitting lists - GHC 6 profiling libraries
+Description: Haskell library for splitting lists - GHC profiling libraries
  This Haskell library provides a wide range of strategies and a unified
  combinator framework for splitting lists with respect to some sort of
  delimiter.
@@ -47,7 +47,7 @@
  For example, it can split a list every N elements, or on elements that
  satisfy some condition.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
 Package: libghc-split-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list