haskell-yesod-bin: update to version 1.2.6.1
This commit is contained in:
parent
ae8d12259e
commit
cd262e8312
@ -1,27 +1,27 @@
|
||||
{ cabal, 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
|
||||
, 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
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-bin";
|
||||
version = "1.2.6";
|
||||
sha256 = "10p0j5w8s2lfjlmkyw4f2lslfr4xb8mzx5ijwavcpc7q9zw9zjk5";
|
||||
version = "1.2.6.1";
|
||||
sha256 = "0w3qar315w96139j16fq4py4qs83bhm6pab9pzjbx8h451sqjarh";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
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
|
||||
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
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
|
Loading…
Reference in New Issue
Block a user