Skip to content

Commit aff3de6

Browse files
committed
explicitly import pure so that we can build with older versions of base
1 parent 9dd38e7 commit aff3de6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Happstack/Server/Internal/Timeout.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.Timeout where
66

7+
import Control.Applicative (pure)
78
import Control.Concurrent (ThreadId, forkIO, killThread, threadDelay, threadWaitWrite)
89
import Control.Exception (SomeException, catch, throw)
910
import Control.Monad (liftM, when)

0 commit comments

Comments
 (0)