haskell-yesod-bin: update to version 1.2.7

This commit is contained in:
Peter Simons 2014-03-11 11:50:00 +01:00
parent b48704974a
commit e5cf206741

@ -1,26 +1,26 @@
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit { cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
, dataDefaultClass, fileEmbed, filepath, fsnotify, ghcPaths , dataDefaultClass, fileEmbed, filepath, filesystemConduit
, httpConduit, httpReverseProxy, httpTypes, liftedBase, network , fsnotify, ghcPaths, httpConduit, httpReverseProxy, httpTypes
, networkConduit, optparseApplicative, parsec, projectTemplate , liftedBase, network, networkConduit, optparseApplicative, parsec
, resourcet, shakespeare, shakespeareCss, shakespeareJs , projectTemplate, resourcet, shakespeare, shakespeareCss
, shakespeareText, split, systemFileio, systemFilepath, tar, text , shakespeareJs, shakespeareText, split, systemFileio
, time, transformers, unixCompat, unorderedContainers, wai, warp , systemFilepath, tar, text, time, transformers, unixCompat
, yaml, zlib , unorderedContainers, wai, warp, yaml, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod-bin"; pname = "yesod-bin";
version = "1.2.6.1"; version = "1.2.7";
sha256 = "0w3qar315w96139j16fq4py4qs83bhm6pab9pzjbx8h451sqjarh"; sha256 = "1xy62r61fhswainws8q39dqkr1wfp1cls6sj2xvagf1yw5pw06wv";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
attoparsec base64Bytestring blazeBuilder Cabal conduit attoparsec base64Bytestring blazeBuilder Cabal conduit
dataDefaultClass fileEmbed filepath fsnotify ghcPaths httpConduit dataDefaultClass fileEmbed filepath filesystemConduit fsnotify
httpReverseProxy httpTypes liftedBase network networkConduit ghcPaths httpConduit httpReverseProxy httpTypes liftedBase network
optparseApplicative parsec projectTemplate resourcet shakespeare networkConduit optparseApplicative parsec projectTemplate resourcet
shakespeareCss shakespeareJs shakespeareText split systemFileio shakespeare shakespeareCss shakespeareJs shakespeareText split
systemFilepath tar text time transformers unixCompat systemFileio systemFilepath tar text time transformers unixCompat
unorderedContainers wai warp yaml zlib unorderedContainers wai warp yaml zlib
]; ];
meta = { meta = {