I was unable to compile hedgewars with activated server part, it failed with Haskell library 'base' required After installing devel/hs-base-compat manually, compilation finished happily. So this should probably be a dependency.
This does not work. It fails with -- Looking for mask in Control.Exception -- Looking for mask in Control.Exception - not found CMake Error at cmake_modules/CheckHaskellModuleExists.cmake:49 (message): Haskell library 'base' required while hs-base-compat does not contain Control.Exception.
Fixed the other way
A commit references this bug: Author: amdmi3 Date: Wed Nov 29 17:40:16 UTC 2017 New revision: 455136 URL: https://svnweb.freebsd.org/changeset/ports/455136 Log: - Fix server build PR: 222408 Reported by: gerrit@weinberg2.de Changes: head/games/hedgewars/Makefile head/games/hedgewars/files/patch-cmake__modules_checkModule.hs