Generated neater meta.description strings.
svn path=/nixpkgs/trunk/; revision=28492
This commit is contained in:
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||
buildDepends = [ deepseq ];
|
||||
meta = {
|
||||
homepage = "http://bitbucket.org/bos/text";
|
||||
description = "An efficient packed Unicode text type.";
|
||||
description = "An efficient packed Unicode text type";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
||||
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||
buildDepends = [ deepseq ];
|
||||
meta = {
|
||||
homepage = "http://bitbucket.org/bos/text";
|
||||
description = "An efficient packed Unicode text type.";
|
||||
description = "An efficient packed Unicode text type";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
||||
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||
buildDepends = [ deepseq ];
|
||||
meta = {
|
||||
homepage = "https://bitbucket.org/bos/text";
|
||||
description = "An efficient packed Unicode text type.";
|
||||
description = "An efficient packed Unicode text type";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
||||
Reference in New Issue
Block a user