1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

cosmetic: fix descriptions

svn path=/nixpkgs/trunk/; revision=16398
This commit is contained in:
Marc Weber 2009-07-16 15:18:07 +00:00
parent e4d8c334b4
commit f6e24fddbe
3 changed files with 4 additions and 4 deletions

View file

@ -7,6 +7,6 @@ cabal.mkDerivation (self : {
src = sourceByName "getOptions";
extraBuildInputs = [ mtl ];
meta = {
description = "simple to use get option library";
description = "Simple to use get option library";
};
})

View file

@ -1,8 +1,8 @@
{cabal, syb, sourceByName}:
cabal.mkDerivation (self : {
pname = "hlint";
version = "1.4";
pname = "ghc-syb";
version = "dev";
name = self.fname;
src = sourceByName "ghc_syb";
extraBuildInputs = [syb];

View file

@ -7,6 +7,6 @@ cabal.mkDerivation (self : {
sha256 = "0l5gxwc5pg49qyxb1jy3kn9j66a6pg9frw4c7dn1mrpqicm155am";
extraBuildInputs = [bytestring network];
meta = {
description = "Source code suggestions";
description = "Fast, memory-efficient, low-level socket functions that use Data.ByteStrings instead of Strings";
};
})