mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-skein: updated to version 0.1
svn path=/nixpkgs/trunk/; revision=29439
This commit is contained in:
parent
ddcb4a295d
commit
f64620a11f
|
@ -9,5 +9,9 @@ cabal.mkDerivation (self: {
|
|||
description = "Skein, a family of cryptographic hash functions. Includes Skein-MAC as well.";
|
||||
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