[Pkg-haskell-commits] darcs: haskell-sendfile: 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: 69cecf55b9a1a3771743521e5e1e6e1d

    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: 69cecf55b9a1a3771743521e5e1e6e1d
diff -rN -u old-haskell-sendfile//control new-haskell-sendfile//control
--- old-haskell-sendfile//control	2011-09-21 16:04:02.654831924 +0000
+++ new-haskell-sendfile//control	2011-09-21 16:04:02.662832800 +0000
@@ -28,7 +28,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell portable sendfile library - GHC 6 libraries
+Description: Haskell portable sendfile library - GHC libraries
  This Haskell library exposes zero-copy sendfile functionality in a
  portable way. sendfile is a non standard system call that copies data
  between one file descriptor and another. This library uses the native
@@ -36,7 +36,7 @@
  provides an Haskell replacement in other cases, thus providing a
  portable interface.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
 Package: libghc-sendfile-prof
 Architecture: any
@@ -46,7 +46,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell portable sendfile library - GHC 6 profiling libraries
+Description: Haskell portable sendfile library - GHC profiling libraries
  This Haskell library exposes zero-copy sendfile functionality in a
  portable way. sendfile is a non standard system call that copies data
  between one file descriptor and another. This library uses the native
@@ -54,7 +54,7 @@
  provides an Haskell replacement in other cases, thus providing a
  portable interface.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
 Package: libghc-sendfile-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list