2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-08-09 03:10:53 -07:00
|
|
|
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
|
2014-03-27 05:17:51 -07:00
|
|
|
, byteable, cryptohash, cryptohashConduit, fileEmbed, filepath
|
|
|
|
, hspec, httpDate, httpTypes, mimeTypes, network
|
|
|
|
, optparseApplicative, systemFileio, systemFilepath, text, time
|
|
|
|
, transformers, unixCompat, unorderedContainers, wai, waiExtra
|
2014-06-10 11:33:35 -07:00
|
|
|
, warp, zlib
|
2011-08-09 16:00:20 -07:00
|
|
|
}:
|
2011-08-07 15:51:22 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 15:51:22 -07:00
|
|
|
pname = "wai-app-static";
|
2014-10-21 08:13:39 -07:00
|
|
|
version = "3.0.0.2";
|
|
|
|
sha256 = "1y8x8gb60330mxzp649xp8dhancimmraf2h7py76wjmjp5vc5cx4";
|
2014-03-21 10:47:09 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2011-08-09 16:00:20 -07:00
|
|
|
buildDepends = [
|
2014-03-19 03:45:36 -07:00
|
|
|
base64Bytestring blazeBuilder blazeHtml blazeMarkup byteable
|
2014-03-27 05:17:51 -07:00
|
|
|
cryptohash cryptohashConduit fileEmbed filepath httpDate httpTypes
|
|
|
|
mimeTypes optparseApplicative systemFileio systemFilepath text time
|
2014-03-21 10:47:09 -07:00
|
|
|
transformers unixCompat unorderedContainers wai waiExtra warp zlib
|
2011-08-07 15:51:22 -07:00
|
|
|
];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [
|
|
|
|
hspec httpDate httpTypes mimeTypes network text time transformers
|
2014-06-10 11:33:35 -07:00
|
|
|
unixCompat wai waiExtra zlib
|
2013-02-24 13:09:07 -08:00
|
|
|
];
|
Use jailbreak to get rid of overspecified version restrictions to fix
builds of Agda, accelerate-cuda, clientsession, filestore, ghc-events,
gitit, happstack, happstack, happstack, hledger-lib, hledger, mime-mail,
pandoc, snap, wai-app-static, yesod-static, and urlencoded.
2012-09-06 06:21:17 -07:00
|
|
|
meta = {
|
2013-02-18 02:11:16 -08:00
|
|
|
homepage = "http://www.yesodweb.com/book/web-application-interface";
|
2011-08-07 15:51:22 -07:00
|
|
|
description = "WAI application for static serving";
|
2012-04-09 05:37:39 -07:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 15:51:22 -07:00
|
|
|
};
|
|
|
|
})
|