haskell-clientsession: updated to version 0.7.3
svn path=/nixpkgs/trunk/; revision=29421
This commit is contained in:
parent
b40cab3fab
commit
353d1e7882
@ -1,17 +1,16 @@
|
|||||||
{ cabal, base64Bytestring, cereal, cryptoApi, cryptocipher
|
{ cabal, base64Bytestring, cereal, cryptoApi, cryptocipher, skein
|
||||||
, cryptohash
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "clientsession";
|
pname = "clientsession";
|
||||||
version = "0.7.2";
|
version = "0.7.3";
|
||||||
sha256 = "0jfpgzfgcmc80qrzxj6dsg6cbd97pscg5yp99c9f58m4igr3fb2q";
|
sha256 = "1f5ri7h8l3v60bj6ywhn2v3kih5lclk76qx7y6jc7nyf9499aja5";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring cereal cryptoApi cryptocipher cryptohash
|
base64Bytestring cereal cryptoApi cryptocipher skein
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/clientsession/tree/master";
|
homepage = "http://github.com/snoyberg/clientsession/tree/master";
|
||||||
description = "Store session data in a cookie";
|
description = "Securely store session data in a client-side cookie";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user