diff options
Diffstat (limited to 'src/server')
| -rw-r--r-- | src/server/CGIUtils.hs | 2 |
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 |
