2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-10-10 09:50:47 +00:00
|
|
|
{ cabal, binary, blazeHtml, blazeMarkup, cmdargs, cryptohash
|
|
|
|
, dataDefault, deepseq, filepath, fsnotify, httpConduit, httpTypes
|
2014-09-10 18:40:05 +00:00
|
|
|
, HUnit, lrucache, mtl, network, networkUri, pandoc, pandocCiteproc
|
|
|
|
, parsec, QuickCheck, random, regexBase, regexTdfa, snapCore
|
|
|
|
, snapServer, systemFilepath, tagsoup, testFramework
|
|
|
|
, testFrameworkHunit, testFrameworkQuickcheck2, text, time
|
|
|
|
, utillinux
|
2011-08-09 23:00:20 +00:00
|
|
|
}:
|
2010-09-13 10:30:54 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-09-13 10:30:54 +00:00
|
|
|
pname = "hakyll";
|
2014-10-31 10:37:28 +00:00
|
|
|
version = "4.6.0.0";
|
|
|
|
sha256 = "0ihaw53935g9pyasa8g5qi1dgvxanhhpkg0xcjq7aazqk2cciqy3";
|
2013-01-17 10:19:09 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2011-08-09 23:00:20 +00:00
|
|
|
buildDepends = [
|
2013-10-10 09:50:47 +00:00
|
|
|
binary blazeHtml blazeMarkup cmdargs cryptohash dataDefault deepseq
|
2014-09-10 18:40:05 +00:00
|
|
|
filepath fsnotify httpConduit httpTypes lrucache mtl network
|
|
|
|
networkUri pandoc pandocCiteproc parsec random regexBase regexTdfa
|
|
|
|
snapCore snapServer systemFilepath tagsoup text time
|
2011-08-07 18:23:15 +00:00
|
|
|
];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
2013-10-10 09:50:47 +00:00
|
|
|
binary blazeHtml blazeMarkup cmdargs cryptohash dataDefault deepseq
|
|
|
|
filepath fsnotify httpConduit httpTypes HUnit lrucache mtl network
|
2014-09-10 18:40:05 +00:00
|
|
|
networkUri pandoc pandocCiteproc parsec QuickCheck random regexBase
|
|
|
|
regexTdfa snapCore snapServer systemFilepath tagsoup testFramework
|
2014-10-26 18:37:12 +00:00
|
|
|
testFrameworkHunit testFrameworkQuickcheck2 text time utillinux
|
|
|
|
];
|
|
|
|
jailbreak = true;
|
2010-09-13 10:30:54 +00:00
|
|
|
meta = {
|
2011-08-07 18:23:15 +00:00
|
|
|
homepage = "http://jaspervdj.be/hakyll";
|
|
|
|
description = "A static website compiler library";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-27 10:46:42 +00:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
2010-09-13 10:30:54 +00:00
|
|
|
};
|
|
|
|
})
|