2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-07 11:48:03 +02:00
|
|
|
{ cabal, async, attoparsec, base64Bytestring, blazeBuilder
|
|
|
|
, byteable, conduit, conduitExtra, cryptohash, cryptohashConduit
|
|
|
|
, cssText, dataDefault, fileEmbed, filepath, hashable, hjsmin
|
2014-10-13 12:48:57 +02:00
|
|
|
, hspec, httpTypes, HUnit, mimeTypes, resourcet, systemFileio
|
|
|
|
, systemFilepath, text, transformers, unixCompat
|
|
|
|
, unorderedContainers, wai, waiAppStatic, waiExtra, yesodCore
|
|
|
|
, yesodTest
|
2011-08-10 01:00:20 +02:00
|
|
|
}:
|
2011-08-08 00:51:22 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-08 00:51:22 +02:00
|
|
|
pname = "yesod-static";
|
2014-10-13 12:48:57 +02:00
|
|
|
version = "1.4.0.2";
|
|
|
|
sha256 = "0s5jx1hj6rsrsm36xzg8l21v5z2dbd6k63wihrz31rc3gan3wxj2";
|
2011-08-10 01:00:20 +02:00
|
|
|
buildDepends = [
|
2014-05-07 11:48:03 +02:00
|
|
|
async attoparsec base64Bytestring blazeBuilder byteable conduit
|
|
|
|
conduitExtra cryptohash cryptohashConduit cssText dataDefault
|
|
|
|
fileEmbed filepath hashable hjsmin httpTypes mimeTypes resourcet
|
2014-10-13 12:48:57 +02:00
|
|
|
systemFileio systemFilepath text transformers unixCompat
|
|
|
|
unorderedContainers wai waiAppStatic yesodCore
|
2011-08-08 00:51:22 +02:00
|
|
|
];
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [
|
2014-03-30 22:07:26 +02:00
|
|
|
async base64Bytestring byteable conduit conduitExtra cryptohash
|
2014-03-27 13:18:00 +01:00
|
|
|
cryptohashConduit dataDefault fileEmbed filepath hjsmin hspec
|
2014-10-13 12:48:57 +02:00
|
|
|
httpTypes HUnit mimeTypes resourcet systemFileio systemFilepath
|
|
|
|
text transformers unixCompat unorderedContainers wai waiAppStatic
|
|
|
|
waiExtra yesodCore yesodTest
|
2013-02-24 22:09:07 +01:00
|
|
|
];
|
2013-11-11 13:53:55 +01:00
|
|
|
doCheck = false;
|
2011-08-08 00:51:22 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "http://www.yesodweb.com/";
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "Static file serving subsite for Yesod Web Framework";
|
2012-04-05 18:51:59 +02:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-08 00:51:22 +02:00
|
|
|
};
|
|
|
|
})
|