haskell-vcache-trie has broken dependencies.

This commit is contained in:
Peter Simons 2015-03-08 11:16:33 +01:00
parent 11cce22637
commit 17b7ade707

View File

@ -522,6 +522,7 @@ self: super: {
# Depends on broken lmdb package.
vcache = markBroken super.vcache;
vcache-trie = markBroken super.vcache-trie;
# https://github.com/afcowie/http-streams/issues/80
http-streams = dontCheck super.http-streams;