mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
haskell-yesod-bin: update to version 1.2.7.4
This commit is contained in:
parent
900abbfa21
commit
564f192d33
@ -1,26 +1,26 @@
|
|||||||
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
|
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
|
||||||
, dataDefaultClass, fileEmbed, filepath, fsnotify, ghcPaths
|
, conduitExtra, dataDefaultClass, fileEmbed, filepath, fsnotify
|
||||||
, httpConduit, httpReverseProxy, httpTypes, liftedBase, network
|
, ghcPaths, httpConduit, httpReverseProxy, httpTypes, liftedBase
|
||||||
, networkConduit, optparseApplicative, parsec, projectTemplate
|
, network, networkConduit, optparseApplicative, parsec
|
||||||
, resourcet, shakespeare, shakespeareCss, shakespeareJs
|
, projectTemplate, resourcet, shakespeare, shakespeareCss
|
||||||
, shakespeareText, split, systemFileio, systemFilepath, tar, text
|
, shakespeareJs, shakespeareText, split, streamingCommons
|
||||||
, time, transformers, unixCompat, unorderedContainers, wai, warp
|
, systemFileio, systemFilepath, tar, text, time, transformers
|
||||||
, yaml, zlib
|
, unixCompat, unorderedContainers, wai, warp, yaml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-bin";
|
pname = "yesod-bin";
|
||||||
version = "1.2.7.3";
|
version = "1.2.7.4";
|
||||||
sha256 = "05kbfnkigk4p1vjw0h1pkp7jfczjq99vgrsaz45faajadnhffnpz";
|
sha256 = "1nhpn8855jhvjmh5fdvjic20lyx6k054kfp8j0lwvdcd79c7bl77";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec base64Bytestring blazeBuilder Cabal conduit
|
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 networkConduit
|
||||||
optparseApplicative parsec projectTemplate resourcet shakespeare
|
optparseApplicative parsec projectTemplate resourcet shakespeare
|
||||||
shakespeareCss shakespeareJs shakespeareText split systemFileio
|
shakespeareCss shakespeareJs shakespeareText split streamingCommons
|
||||||
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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user