nixpkgs/pkgs/development/libraries/haskell/hakyll/default.nix
Peter Simons 8e4c563b14 haskell-hakyll: broken by recent updates
Hakyll requires network 2.6.x, which is newer than what we have, and
pandoc-citeproc 0.4.x, which is older than what we have.
2014-09-14 00:06:45 +02:00

40 lines
1.6 KiB
Nix

# 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, networkUri, pandoc, pandocCiteproc
, parsec, QuickCheck, random, regexBase, regexTdfa, snapCore
, snapServer, systemFilepath, tagsoup, testFramework
, testFrameworkHunit, testFrameworkQuickcheck2, text, time
, utillinux
}:
cabal.mkDerivation (self: {
pname = "hakyll";
version = "4.5.5.0";
sha256 = "1igna446dsidlq3f9myclgcdawgvyyjxjk3r3icjra6zgdqd6j4l";
isLibrary = true;
isExecutable = true;
buildDepends = [
binary blazeHtml blazeMarkup cmdargs cryptohash dataDefault deepseq
filepath fsnotify httpConduit httpTypes lrucache mtl network
networkUri 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
networkUri pandoc pandocCiteproc parsec QuickCheck random regexBase
regexTdfa snapCore snapServer systemFilepath tagsoup testFramework
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;
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
broken = true;
};
})