haskell-serversession-backend-acid-state can't compile its test suite.

This commit is contained in:
Peter Simons 2015-09-18 10:02:34 +02:00
parent aedd13f793
commit 40b134334b
1 changed files with 4 additions and 0 deletions

View File

@ -907,4 +907,8 @@ self: super: {
# We cannot build this package w/o the C library from <http://www.phash.org/>.
phash = markBroken super.phash;
# https://github.com/yesodweb/serversession/issues/2
# https://github.com/haskell/cabal/issues/2661
serversession-backend-acid-state_1_0_1 = dontCheck super.serversession-backend-acid-state_1_0_1;
}