haskell-yesod-bin: update to version 1.2.5.1

This commit is contained in:
Peter Simons 2013-12-09 13:03:25 +01:00
parent c333429da9
commit c2f98216f8

@ -1,5 +1,5 @@
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
, fileEmbed, filepath, fsnotify, ghcPaths, httpConduit
, dataDefault, fileEmbed, filepath, fsnotify, ghcPaths, httpConduit
, httpReverseProxy, httpTypes, liftedBase, network, networkConduit
, optparseApplicative, parsec, projectTemplate, resourcet
, shakespeare, shakespeareCss, shakespeareJs, shakespeareText
@ -10,17 +10,18 @@
cabal.mkDerivation (self: {
pname = "yesod-bin";
version = "1.2.4.1";
sha256 = "18wzxalgiffdjz6x5vxmhksscy5531plgyjkv705kf5vaw6v6rlr";
version = "1.2.5.1";
sha256 = "1ybj89yvwrsw82jj92rf741jx8na8gp3z4ighyrpavfqhhl6576f";
isLibrary = false;
isExecutable = true;
buildDepends = [
attoparsec base64Bytestring blazeBuilder Cabal conduit fileEmbed
filepath fsnotify ghcPaths httpConduit httpReverseProxy httpTypes
liftedBase network networkConduit optparseApplicative parsec
projectTemplate resourcet shakespeare shakespeareCss shakespeareJs
shakespeareText split systemFileio systemFilepath tar text time
transformers unixCompat unorderedContainers wai warp yaml zlib
attoparsec base64Bytestring blazeBuilder Cabal conduit dataDefault
fileEmbed filepath fsnotify ghcPaths httpConduit httpReverseProxy
httpTypes liftedBase network networkConduit optparseApplicative
parsec projectTemplate resourcet shakespeare shakespeareCss
shakespeareJs shakespeareText split systemFileio systemFilepath tar
text time transformers unixCompat unorderedContainers wai warp yaml
zlib
];
meta = {
homepage = "http://www.yesodweb.com/";