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
, dataDefaultClass, 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
, dataDefaultClass, fileEmbed, filepath, filesystemConduit
, 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
}:
cabal.mkDerivation (self: {
pname = "yesod-bin";
version = "1.2.6.1";
sha256 = "0w3qar315w96139j16fq4py4qs83bhm6pab9pzjbx8h451sqjarh";
version = "1.2.7";
sha256 = "1xy62r61fhswainws8q39dqkr1wfp1cls6sj2xvagf1yw5pw06wv";
isLibrary = false;
isExecutable = true;
buildDepends = [
attoparsec base64Bytestring blazeBuilder Cabal conduit
dataDefaultClass 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
dataDefaultClass fileEmbed filepath filesystemConduit 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 = {