Generated neater meta.description strings.
svn path=/nixpkgs/trunk/; revision=28492
This commit is contained in:
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
|
||||
sha256 = "6e599fb0771e8ce2e1d3a3bbe5eddc2d77b2b4bbb54602f01005dc55dc039d44";
|
||||
meta = {
|
||||
homepage = "http://www.cs.york.ac.uk/fp/polyparse/";
|
||||
description = "A variety of alternative parser combinator libraries.";
|
||||
description = "A variety of alternative parser combinator libraries";
|
||||
license = "LGPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
||||
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||
buildDepends = [ text ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/~malcolm/polyparse/";
|
||||
description = "A variety of alternative parser combinator libraries.";
|
||||
description = "A variety of alternative parser combinator libraries";
|
||||
license = "LGPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
||||
Reference in New Issue
Block a user