haskell-yesod-core: update version to fix the test suite

This commit is contained in:
Peter Simons 2018-10-19 10:20:20 +02:00
parent d6d0871c51
commit 876ea22caf
1 changed files with 1 additions and 1 deletions

View File

@ -1151,7 +1151,7 @@ self: super: {
arbtt = doJailbreak super.arbtt;
# https://github.com/yesodweb/yesod/issues/1563
yesod-core = dontCheck super.yesod-core;
yesod-core = self.yesod-core_1_6_8_1;
# https://github.com/danfran/cabal-macosx/issues/13
cabal-macosx = dontCheck super.cabal-macosx;