haskell-yesod-form: updated to version 0.2.0.1
svn path=/nixpkgs/trunk/; revision=28320
This commit is contained in:
parent
396bbe33ff
commit
ec1c158d75
@ -1,21 +1,24 @@
|
|||||||
{cabal, blazeBuilder, blazeHtml, dataDefault, emailValidate, hamlet,
|
{cabal, blazeBuilder, blazeHtml, dataDefault, emailValidate,
|
||||||
network, persistent, text, transformers, wai, webRoutesQuasi,
|
hamlet, network, persistent, text, transformers, wai,
|
||||||
xssSanitize, yesodCore, yesodPersistent}:
|
webRoutesQuasi, xssSanitize, yesodCore, yesodPersistent} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "yesod-form";
|
pname = "yesod-form";
|
||||||
version = "0.2.0";
|
version = "0.2.0.1";
|
||||||
sha256 = "1dwwndrb09bqfzrarxpiw29xqvxk70iy8b2vcy0rl6g2wvrcm8an";
|
sha256 = "17ap5jf433s8a3k97vskvc7wxa8qdx03fynh3881zg5s1kqj3b3r";
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
blazeBuilder blazeHtml dataDefault emailValidate hamlet
|
blazeBuilder blazeHtml dataDefault emailValidate hamlet network
|
||||||
network persistent text transformers wai webRoutesQuasi
|
persistent text transformers wai webRoutesQuasi xssSanitize
|
||||||
xssSanitize yesodCore yesodPersistent
|
yesodCore yesodPersistent
|
||||||
];
|
];
|
||||||
noHaddock = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Form handling support for Yesod Web Framework";
|
description = "Form handling support for Yesod Web Framework";
|
||||||
license = "BSD3";
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user