mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
haskell-vault: updated to version 0.1.0.0
svn path=/nixpkgs/trunk/; revision=31694
This commit is contained in:
parent
9af6a32767
commit
42105ddc82
@ -9,5 +9,9 @@ cabal.mkDerivation (self: {
|
||||
description = "a typed, persistent store for values of arbitrary types";
|
||||
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