haskell-tcache-AWS: re-generate with cabal2nix
This commit is contained in:
parent
18283ac861
commit
80ffd99100
@ -9,6 +9,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "tcache using Amazon Web Services as default persistence mechanism";
|
description = "tcache using Amazon Web Services as default persistence mechanism";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.tomberek ];
|
||||||
};
|
};
|
||||||
maintainers = [ self.stdenv.lib.maintainers.tomberek ];
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user