mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-socks: updated to version 0.4.0
svn path=/nixpkgs/trunk/; revision=31972
This commit is contained in:
parent
3170847b13
commit
36f7262ef3
1 changed files with 4 additions and 0 deletions
|
@ -10,5 +10,9 @@ cabal.mkDerivation (self: {
|
|||
description = "Socks proxy (version 5) implementation";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue