haskell-yesod-bin: update to version 1.2.9.1

This commit is contained in:
Peter Simons
2014-04-29 01:35:49 +02:00
parent c1d56bb242
commit 91af4b57ac
@@ -5,13 +5,13 @@
, projectTemplate, resourcet, shakespeare, shakespeareCss , projectTemplate, resourcet, shakespeare, shakespeareCss
, shakespeareJs, shakespeareText, split, streamingCommons , shakespeareJs, shakespeareText, split, streamingCommons
, systemFileio, systemFilepath, tar, text, time, transformers , systemFileio, systemFilepath, tar, text, time, transformers
, unixCompat, unorderedContainers, wai, warp, yaml, zlib , unixCompat, unorderedContainers, wai, waiExtra, warp, yaml, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod-bin"; pname = "yesod-bin";
version = "1.2.8.1"; version = "1.2.9.1";
sha256 = "07cwfj01yq88qi99ww2l3mih894wp6s7j35img9wjpz3rsiayy6x"; sha256 = "0x7r960sq6r3lds0sgjvrp8z6b275iggr0isny0b6rz5ynwd6bcz";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@@ -21,7 +21,7 @@ cabal.mkDerivation (self: {
optparseApplicative parsec projectTemplate resourcet shakespeare optparseApplicative parsec projectTemplate resourcet shakespeare
shakespeareCss shakespeareJs shakespeareText split streamingCommons shakespeareCss shakespeareJs shakespeareText split streamingCommons
systemFileio systemFilepath tar text time transformers unixCompat systemFileio systemFilepath tar text time transformers unixCompat
unorderedContainers wai warp yaml zlib unorderedContainers wai waiExtra warp yaml zlib
]; ];
meta = { meta = {
homepage = "http://www.yesodweb.com/"; homepage = "http://www.yesodweb.com/";