Skip to content

Commit a0d973a

Browse files
committed
Fix import of throwM
1 parent 899177d commit a0d973a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

casa-client/src/Casa/Client.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Casa.Client
2020
import Casa.Types
2121
( BlobKey (..), blobKeyBinaryParser, blobKeyToBuilder )
2222
import Control.Monad ( (>=>), unless )
23-
import Control.Monad.Catch ( Exception, MonadThrow, throwM )
23+
import Control.Monad.Catch ( Exception, MonadThrow (..) )
2424
import Control.Monad.IO.Class ( MonadIO )
2525
import Control.Monad.IO.Unlift
2626
( MonadUnliftIO, UnliftIO (..), askUnliftIO )

0 commit comments

Comments
 (0)