[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
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)