Skip to content

Commit 3e3ef75

Browse files
committed
import pure in Handler.hs as well.
1 parent c907150 commit 3e3ef75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Happstack/Server/Internal/Handler.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module Happstack.Server.Internal.Handler
88

99
import qualified Paths_happstack_server as Paths
1010
import qualified Data.Version as DV
11+
import Control.Applicative (pure)
1112
import Control.Concurrent (newMVar, newEmptyMVar, tryTakeMVar)
1213
import Control.Exception.Extensible as E
1314
import Control.Monad

0 commit comments

Comments
 (0)