Skip to content

Commit

Permalink
Import required instances
Browse files Browse the repository at this point in the history
GHC sometimes thinks these are in scope, and sometimes not. If we use
this explicit import then it is stable.
  • Loading branch information
dcoutts committed Nov 24, 2020
1 parent c64c805 commit 41c87b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cardano-cli/src/Cardano/CLI/Shelley/Run/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ import qualified Shelley.Spec.Ledger.Keys as Ledger
import Shelley.Spec.Ledger.LedgerState (NewEpochState)
import qualified Shelley.Spec.Ledger.LedgerState as Ledger
import Shelley.Spec.Ledger.PParams (PParams)
import Shelley.Spec.Ledger.Scripts ()
import qualified Shelley.Spec.Ledger.TxBody as Ledger (TxId (..), TxIn (..), TxOut (..))
import qualified Shelley.Spec.Ledger.UTxO as Ledger (UTxO (..))

Expand Down

0 comments on commit 41c87b0

Please sign in to comment.