We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd38e7 commit aff3de6Copy full SHA for aff3de6
1 file changed
src/Happstack/Server/Internal/Timeout.hs
@@ -4,6 +4,7 @@
4
-}
5
module Happstack.Server.Internal.Timeout where
6
7
+import Control.Applicative (pure)
8
import Control.Concurrent (ThreadId, forkIO, killThread, threadDelay, threadWaitWrite)
9
import Control.Exception (SomeException, catch, throw)
10
import Control.Monad (liftM, when)
0 commit comments