mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
A couple of fixes for GHC 8.2.1 compatibility
This commit is contained in:
@@ -7,7 +7,7 @@ module CGIUtils (throwCGIError, handleCGIErrors,
|
||||
outputHTML,outputPlain,outputText) where
|
||||
|
||||
import Control.Exception(Exception(..),SomeException(..),throw)
|
||||
import Data.Dynamic(Typeable,cast)
|
||||
import Data.Typeable(Typeable,cast)
|
||||
import Prelude hiding (catch)
|
||||
import System.IO(hPutStrLn,stderr)
|
||||
#ifndef mingw32_HOST_OS
|
||||
|
||||
Reference in New Issue
Block a user