From a0e7e3bf83d492782e8d87180dfd892115b09899 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Fri, 11 Aug 2017 10:07:43 +0200 Subject: A couple of fixes for GHC 8.2.1 compatibility --- src/server/CGIUtils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server') diff --git a/src/server/CGIUtils.hs b/src/server/CGIUtils.hs index 2e652b4e6..04bb8f22c 100644 --- a/src/server/CGIUtils.hs +++ b/src/server/CGIUtils.hs @@ -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 -- cgit v1.2.3