32 lines
1.3 KiB
Nix
32 lines
1.3 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
|
|
, conduitExtra, dataDefaultClass, fileEmbed, filepath, fsnotify
|
|
, ghcPaths, httpConduit, httpReverseProxy, httpTypes, liftedBase
|
|
, 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.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 optparseApplicative
|
|
parsec projectTemplate resourcet shakespeare split streamingCommons
|
|
systemFileio systemFilepath tar text time transformers unixCompat
|
|
unorderedContainers wai waiExtra warp yaml zlib
|
|
];
|
|
meta = {
|
|
homepage = "http://www.yesodweb.com/";
|
|
description = "The yesod helper executable";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|