We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899177d commit a0d973aCopy full SHA for a0d973a
casa-client/src/Casa/Client.hs
@@ -20,7 +20,7 @@ module Casa.Client
20
import Casa.Types
21
( BlobKey (..), blobKeyBinaryParser, blobKeyToBuilder )
22
import Control.Monad ( (>=>), unless )
23
-import Control.Monad.Catch ( Exception, MonadThrow, throwM )
+import Control.Monad.Catch ( Exception, MonadThrow (..) )
24
import Control.Monad.IO.Class ( MonadIO )
25
import Control.Monad.IO.Unlift
26
( MonadUnliftIO, UnliftIO (..), askUnliftIO )
0 commit comments