From: Debian Games Team Date: Thu, 12 Jan 2017 16:30:21 +0000 (+0000) Subject: Disable test failing with ghc 8 X-Git-Tag: archive/raspbian/1.0.0-8+rpi1~1^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f6770abe4e9051adb6c797a94692af0d494ae212;p=hedgewars.git Disable test failing with ghc 8 [16:24:16] well, you may simply disable that test [16:24:34] until I come up with something Gbp-Pq: Name disable-test.patch --- diff --git a/gameServer/CMakeLists.txt b/gameServer/CMakeLists.txt index 0616258..363a535 100644 --- a/gameServer/CMakeLists.txt +++ b/gameServer/CMakeLists.txt @@ -5,7 +5,7 @@ find_package_or_disable(GHC NOSERVER) include(${CMAKE_MODULE_PATH}/CheckHaskellModuleExists.cmake) -check_haskell_module_exists("Control.Exception" mask 1 base) +#check_haskell_module_exists("Control.Exception" mask 1 base) check_haskell_module_exists("Data.Map" size 1 containers) check_haskell_module_exists("Data.Vector" length 1 vector) check_haskell_module_exists("Data.ByteString" pack 1 bytestring)