haskell-yesod: updated to version 0.9.3.3
svn path=/nixpkgs/trunk/; revision=30701
This commit is contained in:
parent
179530c7cd
commit
582146a01a
@ -1,4 +1,4 @@
|
|||||||
{ cabal, attoparsecText, blazeBuilder, blazeHtml, hamlet, httpTypes
|
{ cabal, attoparsec, blazeBuilder, blazeHtml, hamlet, httpTypes
|
||||||
, monadControl, parsec, shakespeareCss, shakespeareJs
|
, monadControl, parsec, shakespeareCss, shakespeareJs
|
||||||
, shakespeareText, text, time, transformers, unixCompat, wai
|
, shakespeareText, text, time, transformers, unixCompat, wai
|
||||||
, waiExtra, warp, yesodAuth, yesodCore, yesodForm, yesodJson
|
, waiExtra, warp, yesodAuth, yesodCore, yesodForm, yesodJson
|
||||||
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod";
|
pname = "yesod";
|
||||||
version = "0.9.3.2";
|
version = "0.9.3.3";
|
||||||
sha256 = "1dwdjf7iydbpnbfpixjmw90dbb25030mv1s2a9cmbpdg70dzzknp";
|
sha256 = "11xjj9madb9dxk06z3izzbv3cish748hkf57k37mjsvlidbxd104";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsecText blazeBuilder blazeHtml hamlet httpTypes monadControl
|
attoparsec blazeBuilder blazeHtml hamlet httpTypes monadControl
|
||||||
parsec shakespeareCss shakespeareJs shakespeareText text time
|
parsec shakespeareCss shakespeareJs shakespeareText text time
|
||||||
transformers unixCompat wai waiExtra warp yesodAuth yesodCore
|
transformers unixCompat wai waiExtra warp yesodAuth yesodCore
|
||||||
yesodForm yesodJson yesodPersistent
|
yesodForm yesodJson yesodPersistent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user