Fix fail to detect base package when built with ghc 8
authorunc0rr
Thu, 04 May 2017 13:23:37 +0300
changeset 12402 cc2163c7750f
parent 12398 5d805b345343
child 12403 af0bcb032ed9
Fix fail to detect base package when built with ghc 8
cmake_modules/checkModule.hs
--- a/cmake_modules/checkModule.hs	Thu May 04 11:59:15 2017 +0200
+++ b/cmake_modules/checkModule.hs	Thu May 04 13:23:37 2017 +0300
@@ -1,3 +1,4 @@
+{-# LANGUAGE ImpredicativeTypes #-}
 module Main where
 
 import qualified MODULE as M