Disable test failing with ghc 8
authorDebian Games Team <pkg-games-devel@lists.alioth.debian.org>
Thu, 12 Jan 2017 16:30:21 +0000 (16:30 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Thu, 12 Jan 2017 16:30:21 +0000 (16:30 +0000)
[16:24:16] <unC0Rr> well, you may simply disable that test
[16:24:34] <unC0Rr> until I come up with something

Gbp-Pq: Name disable-test.patch

gameServer/CMakeLists.txt

index 0616258b9de01fc94191c7a4093548ec2459e6fe..363a535dc48b8c98d34bb86dd25ae61529f8fffa 100644 (file)
@@ -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)