3
0
Fork 0
forked from mirrors/nixpkgs

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:
Peter Simons 2014-09-13 21:26:24 +02:00
parent dd3a157b3f
commit 8e4c563b14

View file

@ -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;
};
})