Let it configure/build with ghc-8.

This commit is contained in:
kili 2017-11-05 20:51:15 +00:00
parent 37a831172b
commit bce60d9f2b

View 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