Let it configure/build with ghc-8.
This commit is contained in:
parent
37a831172b
commit
bce60d9f2b
12
games/hedgewars/patches/patch-cmake_modules_checkModule_hs
Normal file
12
games/hedgewars/patches/patch-cmake_modules_checkModule_hs
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-cmake_modules_checkModule_hs,v 1.1 2017/11/05 20:51:15 kili Exp $
|
||||
|
||||
Fix module detection with ghc 8.
|
||||
|
||||
Index: cmake_modules/checkModule.hs
|
||||
--- cmake_modules/checkModule.hs.orig
|
||||
+++ cmake_modules/checkModule.hs
|
||||
@@ -1,3 +1,4 @@
|
||||
+{-# LANGUAGE ImpredicativeTypes #-}
|
||||
module Main where
|
||||
|
||||
import qualified MODULE as M
|
Loading…
x
Reference in New Issue
Block a user