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:
parent
e4d8c334b4
commit
f6e24fddbe
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
|
@ -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];
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue