Skip to content

Commit c907150

Browse files
committed
This time add the import to the right file.
1 parent aff3de6 commit c907150

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Happstack/Server/Internal/Timeout.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
-}
55
module Happstack.Server.Internal.Timeout where
66

7-
import Control.Applicative (pure)
87
import Control.Concurrent (ThreadId, forkIO, killThread, threadDelay, threadWaitWrite)
98
import Control.Exception (SomeException, catch, throw)
109
import Control.Monad (liftM, when)

src/Happstack/Server/Internal/TimeoutSocket.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-}
55
module Happstack.Server.Internal.TimeoutSocket where
66

7+
import Control.Applicative (pure)
78
import Control.Concurrent (threadWaitWrite)
89
import Control.Exception as E (catch, throw)
910
import Control.Monad (liftM, when)

0 commit comments

Comments
 (0)