haskell-hakyll: update to 4.5.4.0
This commit is contained in:
parent
422073018c
commit
44922143fa
1 changed files with 5 additions and 7 deletions
|
@ -5,13 +5,13 @@
|
|||
, HUnit, lrucache, mtl, network, pandoc, pandocCiteproc, parsec
|
||||
, QuickCheck, random, regexBase, regexTdfa, snapCore, snapServer
|
||||
, systemFilepath, tagsoup, testFramework, testFrameworkHunit
|
||||
, testFrameworkQuickcheck2, text, time
|
||||
, testFrameworkQuickcheck2, text, time, utillinux
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hakyll";
|
||||
version = "4.5.3.0";
|
||||
sha256 = "11ibpjff1zkihpxydlzvvzbgd1vxswi4c7g3lr0hhaaw89bikypy";
|
||||
version = "4.5.4.0";
|
||||
sha256 = "16srkm2fxjw1xg7zaikn49zz4xsz9awddnjm6ibv522k3xf3l24c";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -25,15 +25,13 @@ cabal.mkDerivation (self: {
|
|||
filepath fsnotify httpConduit httpTypes HUnit lrucache mtl network
|
||||
pandoc pandocCiteproc parsec QuickCheck random regexBase regexTdfa
|
||||
snapCore snapServer systemFilepath tagsoup testFramework
|
||||
testFrameworkHunit testFrameworkQuickcheck2 text time
|
||||
testFrameworkHunit testFrameworkQuickcheck2 text time utillinux
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
description = "A static website compiler library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue