haskell-yesod-bin: update to version 1.4.0.1

This commit is contained in:
Peter Simons 2014-10-13 12:48:50 +02:00
parent 28921f45b7
commit 9980116198

View File

@ -3,25 +3,23 @@
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit { cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
, conduitExtra, dataDefaultClass, fileEmbed, filepath, fsnotify , conduitExtra, dataDefaultClass, fileEmbed, filepath, fsnotify
, ghcPaths, httpConduit, httpReverseProxy, httpTypes, liftedBase , ghcPaths, httpConduit, httpReverseProxy, httpTypes, liftedBase
, network, networkConduit, optparseApplicative, parsec , network, optparseApplicative, parsec, projectTemplate, resourcet
, projectTemplate, resourcet, shakespeare, shakespeareCss , shakespeare, split, streamingCommons, systemFileio
, shakespeareJs, shakespeareText, split, streamingCommons , systemFilepath, tar, text, time, transformers, unixCompat
, systemFileio, systemFilepath, tar, text, time, transformers , unorderedContainers, wai, waiExtra, 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.13"; version = "1.4.0.1";
sha256 = "11378w4r48d41cdigcmrcqzrl70vxxqdwq3j1da6dbmdx7nksxfk"; sha256 = "062jr3g32rsljscq7bq9bgwwfx7vijx3cmhakwcxw17yh5405ks5";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
attoparsec base64Bytestring blazeBuilder Cabal conduit conduitExtra attoparsec base64Bytestring blazeBuilder Cabal conduit conduitExtra
dataDefaultClass fileEmbed filepath fsnotify ghcPaths httpConduit dataDefaultClass fileEmbed filepath fsnotify ghcPaths httpConduit
httpReverseProxy httpTypes liftedBase network networkConduit httpReverseProxy httpTypes liftedBase network optparseApplicative
optparseApplicative parsec projectTemplate resourcet shakespeare parsec projectTemplate resourcet shakespeare split streamingCommons
shakespeareCss shakespeareJs shakespeareText split streamingCommons
systemFileio systemFilepath tar text time transformers unixCompat systemFileio systemFilepath tar text time transformers unixCompat
unorderedContainers wai waiExtra warp yaml zlib unorderedContainers wai waiExtra warp yaml zlib
]; ];