[Pkg-haskell-commits] darcs: ghc: Simplify package descriptions

Joachim Breitner mail at joachim-breitner.de
Sat Jan 15 14:38:19 UTC 2011


Sat Jan 15 14:37:42 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Simplify package descriptions
  Ignore-this: 63c5f98ae72e81f324000ce7940f7ae
  It is not exciting that this version 6 or 7 of ghc, and also support for
  [_\e2_][_\80_][_\9c_]Haskell[_\e2_][_\80_][_\9d_] is enough, no need to mention Haskell98 or Haskell2010.

    M ./control -24 +20

Sat Jan 15 14:37:42 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Simplify package descriptions
  Ignore-this: 63c5f98ae72e81f324000ce7940f7ae
  It is not exciting that this version 6 or 7 of ghc, and also support for
  “Haskell” is enough, no need to mention Haskell98 or Haskell2010.
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2011-01-15 14:38:19.119501971 +0000
+++ new-ghc/control	2011-01-15 14:38:19.139503025 +0000
@@ -14,13 +14,12 @@
 Breaks: cabal-install (<< 0.8.0), haskell-devscripts (<< 0.6.19), ghc-doc (<= 6.12.1-8)
 Suggests: perl, ghc-prof, ghc-doc, haskell-doc
 Description: GHC - the Glasgow Haskell Compilation system
- Version 6 of the Glorious Glasgow Haskell Compilation system (GHC).  GHC is
- a compiler for Haskell98.
+ The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
+ Haskell.
  .
- Haskell is "the" standard lazy functional programming language. Haskell98
- is the current version of the language. The language definition and
- additional documentation can be found in the `haskell-doc' package.
- Alternatively, there is an online version at
+ Haskell is "the" standard lazy functional programming language.  The language
+ definition and additional documentation can be found in the `haskell-doc'
+ package.  Alternatively, there is an online version at
  http://haskell.org/onlinereport/.
 
 Package: ghc-prof
@@ -28,13 +27,12 @@
 Provides: ghc-prof, ${provided-profs}, ${haskell:Provides}
 Depends: ghc (= ${binary:Version}), ${misc:Depends}
 Description: Profiling libraries for the Glasgow Haskell Compilation system
- Version 6 of the Glorious Glasgow Haskell Compilation system (GHC).  GHC is
- a compiler for Haskell98.
+ The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
+ Haskell.
  .
- Haskell is "the" standard lazy functional programming language. Haskell98
- is the current version of the language. The language definition and
- additional documentation can be found in the `haskell-doc' package.
- Alternatively, there is an online version at
+ Haskell is "the" standard lazy functional programming language.  The language
+ definition and additional documentation can be found in the `haskell-doc'
+ package.  Alternatively, there is an online version at
  http://haskell.org/onlinereport/.
  .
  This package contains additional profiling libraries. They are only needed,
@@ -48,13 +46,12 @@
 Provides: ${provided-docs}
 Depends: ghc-haddock (= ${binary:Version}), ${misc:Depends}, perl
 Description: Documentation for the Glasgow Haskell Compilation system
- Version 6 of the Glorious Glasgow Haskell Compilation system (GHC).  GHC is
- a compiler for Haskell98.
+ The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
+ Haskell.
  .
- Haskell is "the" standard lazy functional programming language. Haskell98
- is the current version of the language. The language definition and
- additional documentation can be found in the `haskell-doc' package.
- Alternatively, there is an online version at
+ Haskell is "the" standard lazy functional programming language.  The language
+ definition and additional documentation can be found in the `haskell-doc'
+ package.  Alternatively, there is an online version at
  http://haskell.org/onlinereport/.
  .
  This package includes HTML, DVI and PS versions of the SGML-based
@@ -65,13 +62,12 @@
 Provides: ghc-dynamic
 Depends: ghc (= ${binary:Version}), ${misc:Depends}
 Description: Dynamic libraries for the Glasgow Haskell Compilation system
- Version 6 of the Glorious Glasgow Haskell Compilation system (GHC).  GHC is
- a compiler for Haskell98.
+ The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
+ Haskell.
  .
- Haskell is "the" standard lazy functional programming language. Haskell98
- is the current version of the language. The language definition and
- additional documentation can be found in the `haskell-doc' package.
- Alternatively, there is an online version at
+ Haskell is "the" standard lazy functional programming language.  The language
+ definition and additional documentation can be found in the `haskell-doc'
+ package.  Alternatively, there is an online version at
  http://haskell.org/onlinereport/.
  .
  This package has dynamically linkable, shared versions of the





More information about the Pkg-haskell-commits mailing list