2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-06-21 16:55:37 +02:00
|
|
|
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
|
2014-03-30 22:07:23 +02:00
|
|
|
, conduitExtra, dataDefaultClass, fileEmbed, filepath, fsnotify
|
|
|
|
, ghcPaths, httpConduit, httpReverseProxy, httpTypes, liftedBase
|
2014-10-13 12:48:50 +02:00
|
|
|
, network, optparseApplicative, parsec, projectTemplate, resourcet
|
|
|
|
, shakespeare, split, streamingCommons, systemFileio
|
2014-11-13 00:39:17 +01:00
|
|
|
, systemFilepath, tar, text, time, transformers, transformersCompat
|
|
|
|
, unixCompat, unorderedContainers, wai, waiExtra, warp, yaml, zlib
|
2013-06-21 16:55:37 +02:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "yesod-bin";
|
2014-11-23 21:07:37 +01:00
|
|
|
version = "1.4.0.9";
|
|
|
|
sha256 = "0pm45wi72v0kx9cqbwsbq9g6w93cb8aknps6aa153vbv7k8ikn7v";
|
2013-06-21 16:55:37 +02:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-03-30 22:07:23 +02:00
|
|
|
attoparsec base64Bytestring blazeBuilder Cabal conduit conduitExtra
|
2014-03-20 20:55:15 +01:00
|
|
|
dataDefaultClass fileEmbed filepath fsnotify ghcPaths httpConduit
|
2014-10-13 12:48:50 +02:00
|
|
|
httpReverseProxy httpTypes liftedBase network optparseApplicative
|
|
|
|
parsec projectTemplate resourcet shakespeare split streamingCommons
|
2014-11-13 00:39:17 +01:00
|
|
|
systemFileio systemFilepath tar text time transformers
|
|
|
|
transformersCompat unixCompat unorderedContainers wai waiExtra warp
|
|
|
|
yaml zlib
|
2013-06-21 16:55:37 +02:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://www.yesodweb.com/";
|
|
|
|
description = "The yesod helper executable";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|