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

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


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

    M ./control -4 +4

Wed Sep 21 16:01:40 UTC 2011  mail at joachim-breitner.de
  * Say GHC instead of GHC 6
  Ignore-this: 842e09aff8d91fd8a10a7ce2a643a63
diff -rN -u old-haskell-harp//control new-haskell-harp//control
--- old-haskell-harp//control	2011-09-21 16:03:46.387835111 +0000
+++ new-haskell-harp//control	2011-09-21 16:03:46.399830293 +0000
@@ -25,7 +25,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell support for regexp based pattern matching - GHC 6 libraries
+Description: Haskell support for regexp based pattern matching - GHC libraries
  HaRP, or Haskell Regular Patterns, is a Haskell extension that extends
  the normal pattern matching facility, allowing the user to match against
  regular expressions. This expressive power is highly useful in a wide
@@ -33,7 +33,7 @@
  expression patterns in HaRP work over ordinary Haskell lists ([]) of
  arbitrary type. HaRP is implemented as a pre-processor to ordinary Haskell.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
 Package: libghc-harp-prof
 Architecture: any
@@ -43,7 +43,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell support for regexp based pattern matching - GHC 6 profiling libraries
+Description: Haskell support for regexp based pattern matching - GHC profiling libraries
  HaRP, or Haskell Regular Patterns, is a Haskell extension that extends
  the normal pattern matching facility, allowing the user to match against
  regular expressions. This expressive power is highly useful in a wide
@@ -51,7 +51,7 @@
  expression patterns in HaRP work over ordinary Haskell lists ([]) of
  arbitrary type. HaRP is implemented as a pre-processor to ordinary Haskell.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
 Package: libghc-harp-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list