8fcba36796
Fixes build failure. Also, jailbreak appears to no longer be necessary.
40 lines
1.6 KiB
Nix
40 lines
1.6 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, async, autoUpdate, blazeBuilder, blazeHtml
|
|
, blazeMarkup, caseInsensitive, cereal, clientsession, conduit
|
|
, conduitExtra, cookie, dataDefault, deepseq, exceptions
|
|
, fastLogger, hspec, hspecExpectations, httpTypes, HUnit
|
|
, liftedBase, monadControl, monadLogger, mtl, mwcRandom, network
|
|
, parsec, pathPieces, primitive, QuickCheck, random, resourcet
|
|
, safe, shakespeare, streamingCommons, text, time, transformers
|
|
, transformersBase, unixCompat, unorderedContainers, vector, wai
|
|
, waiExtra, waiLogger, warp, word8
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "yesod-core";
|
|
version = "1.4.7.2";
|
|
sha256 = "0k6zsjds594zy0cvnryz071nis3zmv1sjiyn14cc80j0rvjll46y";
|
|
buildDepends = [
|
|
aeson autoUpdate blazeBuilder blazeHtml blazeMarkup caseInsensitive
|
|
cereal clientsession conduit conduitExtra cookie dataDefault
|
|
deepseq exceptions fastLogger httpTypes liftedBase monadControl
|
|
monadLogger mtl mwcRandom parsec pathPieces primitive random
|
|
resourcet safe shakespeare text time transformers transformersBase
|
|
unixCompat unorderedContainers vector wai waiExtra waiLogger warp
|
|
word8
|
|
];
|
|
testDepends = [
|
|
async blazeBuilder clientsession conduit conduitExtra cookie hspec
|
|
hspecExpectations httpTypes HUnit liftedBase mwcRandom network
|
|
pathPieces QuickCheck random resourcet shakespeare streamingCommons
|
|
text transformers wai waiExtra
|
|
];
|
|
meta = {
|
|
homepage = "http://www.yesodweb.com/";
|
|
description = "Creation of type-safe, RESTful web applications";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|