mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
haskell-cryptocipher: updated to version 0.3.0
svn path=/nixpkgs/trunk/; revision=30181
This commit is contained in:
parent
bca247ca0f
commit
5e5a7ea167
@ -16,5 +16,9 @@ cabal.mkDerivation (self: {
|
||||
description = "Symmetrical Block, Stream and PubKey Ciphers";
|
||||
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 New Issue
Block a user