Skip to content

Commit bc13d5c

Browse files
alpmestanphadej
authored andcommitted
warning free
1 parent 92786fe commit bc13d5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

servant-server/src/Servant/Server/Internal/RoutingApplication.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
module Servant.Server.Internal.RoutingApplication where
1111

1212
import Control.Exception (finally)
13-
import Control.Monad (ap, liftM, (>=>))
13+
import Control.Monad (ap, liftM)
1414
import Control.Monad.Trans (MonadIO(..))
15-
import Control.Monad.Trans.Except (runExceptT)
16-
import Data.IORef (newIORef, readIORef, writeIORef, IORef, atomicModifyIORef)
15+
import Data.IORef (newIORef, readIORef, IORef, atomicModifyIORef)
1716
import Network.Wai (Application, Request,
1817
Response, ResponseReceived)
1918
import Prelude ()

0 commit comments

Comments
 (0)