haskell-yesod-core: updated to version 0.8.3.2
svn path=/nixpkgs/trunk/; revision=28321
This commit is contained in:
parent
ec1c158d75
commit
4bb349b467
|
@ -1,20 +1,25 @@
|
||||||
{cabal, blazeBuilder, blazeHtml, caseInsensitive, cereal, clientsession,
|
{cabal, blazeBuilder, blazeHtml, caseInsensitive, cereal,
|
||||||
cookie, enumerator, failure, hamlet, httpTypes, monadControl, parsec,
|
clientsession, cookie, enumerator, failure, hamlet, httpTypes,
|
||||||
text, transformers, wai, waiExtra, webRoutesQuasi}:
|
monadControl, parsec, text, transformers, wai, waiExtra,
|
||||||
|
webRoutesQuasi} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "yesod-core";
|
pname = "yesod-core";
|
||||||
version = "0.8.2";
|
version = "0.8.3.2";
|
||||||
sha256 = "15h5nm45w3z1g4ayn0dj9grviqm857krad1453rway76yrrv7xsr";
|
sha256 = "0k0lgd9p8mrwwcypx1nfr1z2rq5wk4gvjc1fbvla0c9nabqnbfzs";
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
blazeBuilder blazeHtml caseInsensitive cereal clientsession
|
blazeBuilder blazeHtml caseInsensitive cereal clientsession cookie
|
||||||
cookie enumerator failure hamlet httpTypes monadControl parsec
|
enumerator failure hamlet httpTypes monadControl parsec text
|
||||||
text transformers wai waiExtra webRoutesQuasi
|
transformers wai waiExtra webRoutesQuasi
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Creation of type-safe, RESTful web applications";
|
homepage = "http://www.yesodweb.com/";
|
||||||
license = "BSD3";
|
description = "Creation of type-safe, RESTful web applications.";
|
||||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue