diff options
| author | krasimir <krasimir@chalmers.se> | 2009-06-04 14:56:50 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-06-04 14:56:50 +0000 |
| commit | 6a263f05aa8d963f7141aca8b7ee0cae0c063515 (patch) | |
| tree | 522cdbf3144720998046708f4af2c987fcc03909 /src/server/FastCGIUtils.hs | |
| parent | a71aed81fd2abe142aa71ba75f59bb21a3afbd1e (diff) | |
Update FastCGIUtils.hs to work with GHC 6.10
Diffstat (limited to 'src/server/FastCGIUtils.hs')
| -rw-r--r-- | src/server/FastCGIUtils.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/FastCGIUtils.hs b/src/server/FastCGIUtils.hs index 417b98518..4c720e216 100644 --- a/src/server/FastCGIUtils.hs +++ b/src/server/FastCGIUtils.hs @@ -6,7 +6,7 @@ module FastCGIUtils (initFastCGI, loopFastCGI, splitBy) where import Control.Concurrent -import Control.Exception +import Control.OldException import Control.Monad import Data.Dynamic import Data.IORef |
