Skip to content

Commit

Permalink
Fix Stack.hs in stackcheck mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Dec 2, 2024
1 parent 17531ab commit 91b6405
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions unison-runtime/src/Unison/Runtime/Stack.hs
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ import Prelude hiding (words)

{- ORMOLU_DISABLE -}
#ifdef STACK_CHECK
import Data.Text.IO (hPutStrLn)
import UnliftIO (stderr, throwIO)
import GHC.Stack (CallStack, callStack)

type DebugCallStack = (HasCallStack :: Constraint)

unboxedSentinel :: Int
Expand Down

0 comments on commit 91b6405

Please sign in to comment.