Skip to content

Commit 3d60148

Browse files
committed
Remove redundant import throwIO in ManageResource.lhs
1 parent 36a2fe9 commit 3d60148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cookbook/managed-resource/ManagedResource.lhs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ As usual, we start with a little bit of throat clearing.
99
{-# LANGUAGE DataKinds #-}
1010
{-# LANGUAGE TypeOperators #-}
1111
import Control.Concurrent
12-
import Control.Exception (bracket, throwIO)
12+
import Control.Exception (bracket)
1313
import Control.Monad.IO.Class
1414
import Control.Monad.Trans.Resource
1515
import Data.Acquire

0 commit comments

Comments
 (0)