Generated neater meta.description strings.
svn path=/nixpkgs/trunk/; revision=28492
This commit is contained in:
@@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
|
||||
buildDepends = [ hint mtl network syb ];
|
||||
meta = {
|
||||
homepage = "http://www.cs.kent.ac.uk/projects/refactor-fp";
|
||||
description = "the Haskell Refactorer.";
|
||||
description = "the Haskell Refactorer";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
||||
@@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
|
||||
version = "0.3.1.0";
|
||||
sha256 = "1n16sq5y7x30r1k7ydxmncn9x2nx3diildzyfxjy2b8drxp4jr03";
|
||||
meta = {
|
||||
description = "Reading, writing and manipulating .tar archive files.";
|
||||
description = "Reading, writing and manipulating \".tar\" archive files.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
||||
@@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
|
||||
isExecutable = true;
|
||||
meta = {
|
||||
homepage = "http://haskell.org/cpphs/";
|
||||
description = "A liberalised re-implementation of cpp, the C pre-processor.";
|
||||
description = "A liberalised re-implementation of cpp, the C pre-processor";
|
||||
license = "LGPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
||||
Reference in New Issue
Block a user