Skip to content

Commit

Permalink
FIXUp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Jan 28, 2024
1 parent 53aff09 commit 2dc8392
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bluefin-internal/src/Bluefin/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ module Bluefin.Internal where
import Control.Exception (throwIO, tryJust)
import Control.Exception qualified
import Data.IORef (IORef, newIORef, readIORef, writeIORef)
import Data.Kind (Constraint, Type)
import Data.Unique qualified
import Data.Void (Void, absurd)
import GHC.Exts (Proxy#, ZeroBitType, proxy#)
import GHC.Exts (Proxy#, proxy#)
import System.IO.Unsafe (unsafePerformIO)
import Unsafe.Coerce (unsafeCoerce)
import Prelude hiding (drop, read, return)
Expand Down

0 comments on commit 2dc8392

Please sign in to comment.