From f6770abe4e9051adb6c797a94692af0d494ae212 Mon Sep 17 00:00:00 2001 From: Debian Games Team Date: Thu, 12 Jan 2017 16:30:21 +0000 Subject: [PATCH] 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 --- gameServer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2