nixpkgs/pkgs/development/libraries/haskell/hakyll/default.nix

38 lines
1.5 KiB
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, binary, blazeHtml, blazeMarkup, cmdargs, cryptohash
, dataDefault, deepseq, filepath, fsnotify, httpConduit, httpTypes
, HUnit, lrucache, mtl, network, pandoc, pandocCiteproc, parsec
, QuickCheck, random, regexBase, regexTdfa, snapCore, snapServer
, systemFilepath, tagsoup, testFramework, testFrameworkHunit
2014-08-27 12:46:42 +02:00
, testFrameworkQuickcheck2, text, time, utillinux
}:
cabal.mkDerivation (self: {
pname = "hakyll";
2014-08-27 12:46:42 +02:00
version = "4.5.4.0";
sha256 = "16srkm2fxjw1xg7zaikn49zz4xsz9awddnjm6ibv522k3xf3l24c";
isLibrary = true;
isExecutable = true;
buildDepends = [
binary blazeHtml blazeMarkup cmdargs cryptohash dataDefault deepseq
filepath fsnotify httpConduit httpTypes lrucache mtl network pandoc
pandocCiteproc parsec random regexBase regexTdfa snapCore
snapServer systemFilepath tagsoup text time
];
testDepends = [
binary blazeHtml blazeMarkup cmdargs cryptohash dataDefault deepseq
filepath fsnotify httpConduit httpTypes HUnit lrucache mtl network
pandoc pandocCiteproc parsec QuickCheck random regexBase regexTdfa
snapCore snapServer systemFilepath tagsoup testFramework
2014-08-27 12:46:42 +02:00
testFrameworkHunit testFrameworkQuickcheck2 text time utillinux
];
meta = {
homepage = "http://jaspervdj.be/hakyll";
description = "A static website compiler library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
2014-08-27 12:46:42 +02:00
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
};
})