summaryrefslogtreecommitdiff
path: root/src/server/CGIUtils.hs
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2017-08-11 10:07:43 +0200
committerThomas Hallgren <th-github@altocumulus.org>2017-08-11 10:07:43 +0200
commita0e7e3bf83d492782e8d87180dfd892115b09899 (patch)
tree8402a0673d6a3112a654e867452c698bf25638e6 /src/server/CGIUtils.hs
parent0806b8b80e5af84b4bd16df89a188d1e51ed6d20 (diff)
A couple of fixes for GHC 8.2.1 compatibility
Diffstat (limited to 'src/server/CGIUtils.hs')
-rw-r--r--src/server/CGIUtils.hs2
1 files changed, 1 insertions, 1 deletions
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