mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-yesod-bin: update to version 1.4.0.1
This commit is contained in:
parent
28921f45b7
commit
9980116198
@ -3,25 +3,23 @@
|
||||
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
|
||||
, conduitExtra, dataDefaultClass, fileEmbed, filepath, fsnotify
|
||||
, ghcPaths, httpConduit, httpReverseProxy, httpTypes, liftedBase
|
||||
, network, networkConduit, optparseApplicative, parsec
|
||||
, projectTemplate, resourcet, shakespeare, shakespeareCss
|
||||
, shakespeareJs, shakespeareText, split, streamingCommons
|
||||
, systemFileio, systemFilepath, tar, text, time, transformers
|
||||
, unixCompat, unorderedContainers, wai, waiExtra, warp, yaml, zlib
|
||||
, network, optparseApplicative, parsec, projectTemplate, resourcet
|
||||
, shakespeare, split, streamingCommons, systemFileio
|
||||
, systemFilepath, tar, text, time, transformers, unixCompat
|
||||
, unorderedContainers, wai, waiExtra, warp, yaml, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-bin";
|
||||
version = "1.2.13";
|
||||
sha256 = "11378w4r48d41cdigcmrcqzrl70vxxqdwq3j1da6dbmdx7nksxfk";
|
||||
version = "1.4.0.1";
|
||||
sha256 = "062jr3g32rsljscq7bq9bgwwfx7vijx3cmhakwcxw17yh5405ks5";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
attoparsec base64Bytestring blazeBuilder Cabal conduit conduitExtra
|
||||
dataDefaultClass fileEmbed filepath fsnotify ghcPaths httpConduit
|
||||
httpReverseProxy httpTypes liftedBase network networkConduit
|
||||
optparseApplicative parsec projectTemplate resourcet shakespeare
|
||||
shakespeareCss shakespeareJs shakespeareText split streamingCommons
|
||||
httpReverseProxy httpTypes liftedBase network optparseApplicative
|
||||
parsec projectTemplate resourcet shakespeare split streamingCommons
|
||||
systemFileio systemFilepath tar text time transformers unixCompat
|
||||
unorderedContainers wai waiExtra warp yaml zlib
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user