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.
This commit is contained in:
parent
dd3a157b3f
commit
8e4c563b14
@ -34,5 +34,6 @@ cabal.mkDerivation (self: {
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user