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

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


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

    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: a8c1823af4d524edb325b72e87886c18
diff -rN -u old-haskell-strict-concurrency//control new-haskell-strict-concurrency//control
--- old-haskell-strict-concurrency//control	2011-09-21 16:04:04.770950137 +0000
+++ new-haskell-strict-concurrency//control	2011-09-21 16:04:04.830965794 +0000
@@ -28,14 +28,14 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell strict concurrency abstractions - GHC 6 libraries
+Description: Haskell strict concurrency abstractions - GHC libraries
  This package provides head normal form strict versions of some standard
  Haskell concurrency abstractions (MVars,Chans), which provide control
  over where evaluation takes place not offered by the default lazy types.
  This may be useful for deciding when and where evaluation occurs,
  leading to improved time or space use, depending on the circumstances.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
 Package: libghc-strict-concurrency-prof
 Architecture: any
@@ -45,14 +45,14 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell strict concurrency abstractions - GHC 6 profiling libraries
+Description: Haskell strict concurrency abstractions - GHC profiling libraries
  This package provides head normal form strict versions of some standard
  Haskell concurrency abstractions (MVars,Chans), which provide control
  over where evaluation takes place not offered by the default lazy types.
  This may be useful for deciding when and where evaluation occurs,
  leading to improved time or space use, depending on the circumstances.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
 Package: libghc-strict-concurrency-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list