forked from mirrors/nixpkgs
haskell-yesod-bin: update to version 1.2.7
This commit is contained in:
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 = {
|
||||
|
|
Loading…
Reference in a new issue