Skip to content

Commit 3195ef7

Browse files
committed
Import onNothing
1 parent bea35b5 commit 3195ef7

File tree

1 file changed

+1
-1
lines changed
  • cardano-cli/src/Cardano/CLI/Shelley/Run

1 file changed

+1
-1
lines changed

cardano-cli/src/Cardano/CLI/Shelley/Run/Query.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import Cardano.Api.Shelley
3636

3737
import Control.Monad.Trans.Except (except)
3838
import Control.Monad.Trans.Except.Extra (firstExceptT, handleIOExceptT, hoistEither,
39-
hoistMaybe, left, newExceptT, onLeft)
39+
hoistMaybe, left, onLeft, onNothing)
4040
import Data.Aeson as Aeson
4141
import Data.Aeson.Encode.Pretty (encodePretty)
4242
import Data.Aeson.Types as Aeson

0 commit comments

Comments
 (0)