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

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


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

    M ./control -3 +3

Wed Sep 21 16:01:45 UTC 2011  mail at joachim-breitner.de
  * Say GHC instead of GHC 6
  Ignore-this: a73be97def12d72f753b74c79f8e7891
diff -rN -u old-haskell-safe//control new-haskell-safe//control
--- old-haskell-safe//control	2011-09-21 16:04:02.138831748 +0000
+++ new-haskell-safe//control	2011-09-21 16:04:02.142831859 +0000
@@ -23,14 +23,14 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: GHC 6 Library for safe (pattern match free) functions
+Description: GHC Library for safe (pattern match free) functions
  .
  Partial functions from the base library, such as head and !!, modified to
  return more descriptive error messages, programmer defined error messages,
  Maybe wrapped results and default values. These functions can be used to
  reduce the number of unsafe pattern matches in your code.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
 Package: libghc-safe-prof
 Architecture: any
@@ -47,7 +47,7 @@
  Maybe wrapped results and default values. These functions can be used to
  reduce the number of unsafe pattern matches in your code.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
 Package: libghc-safe-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list