Skip to content

Commit

Permalink
cycle dep sorted out
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontin committed Feb 16, 2024
1 parent d724c41 commit f0e63a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Cooked/Tweak.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ import Cooked.Tweak.Labels as X
import Cooked.Tweak.OutPermutations as X hiding (distinctPermutations)
import Cooked.Tweak.Signers as X
import Cooked.Tweak.TamperDatum as X
import Cooked.Tweak.ValidityRange as X
2 changes: 1 addition & 1 deletion src/Cooked/Tweak/ValidityRange.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module Cooked.Tweak.ValidityRange where

import Control.Monad (guard, void)
import Cooked (awaitSlot, currentSlot)
import Cooked.MockChain (awaitSlot, currentSlot)
import Cooked.Skeleton (txSkelValidityRangeL)
import Cooked.Tweak.Common (MonadTweak, setTweak, viewTweak)
import Ledger.Slot (Slot (Slot), SlotRange)
Expand Down

0 comments on commit f0e63a8

Please sign in to comment.