Skip to content

Commit

Permalink
Fix import errors, bump chap index
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jul 7, 2023
1 parent b8ebef8 commit 367dc9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2023-07-03T00:00:00Z
, cardano-haskell-packages 2023-07-06T13:00:00Z
, cardano-haskell-packages 2023-07-07T12:00:00Z

packages:
cardano-api
Expand Down
3 changes: 3 additions & 0 deletions cardano-api/internal/Cardano/Api/Query/Expr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ import Cardano.Api.ProtocolParameters
import Cardano.Api.Query
import Cardano.Api.Value

import Cardano.Ledger.Api
import Cardano.Ledger.SafeHash
import Cardano.Slotting.Slot
import Ouroboros.Consensus.HardFork.Combinator.AcrossEras as Consensus

import Control.Monad.Trans.Except (ExceptT (..), runExceptT)
import Data.ByteString
import Data.Map (Map)
import Data.Set (Set)

Expand Down
4 changes: 2 additions & 2 deletions cardano-api/internal/Cardano/Api/SerialiseLedgerCddl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ import Cardano.Api.Utils
import Cardano.Ledger.Binary (DecoderError)
import qualified Cardano.Ledger.Binary as CBOR

import Control.Monad.Trans.Except.Extra (firstExceptT, hoistEither, newExceptT,
runExceptT)
import Control.Monad.Trans.Except.Extra (firstExceptT, handleIOExceptT, hoistEither,
newExceptT, runExceptT)
import Data.Aeson
import qualified Data.Aeson as Aeson
import Data.Aeson.Encode.Pretty (Config (..), defConfig, encodePretty', keyOrder)
Expand Down

0 comments on commit 367dc9c

Please sign in to comment.