Skip to content

Commit

Permalink
Fix redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tdammers committed Nov 29, 2022
1 parent da20188 commit 96b5834
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -20,7 +20,7 @@ module Cardano.Crypto.Libsodium.MLockedBytes.Internal (
import Control.DeepSeq (NFData (..))
import Data.Proxy (Proxy (..))
import Foreign.C.Types (CSize (..))
import Foreign.ForeignPtr (castForeignPtr, withForeignPtr)
import Foreign.ForeignPtr (castForeignPtr)
import Foreign.Ptr (Ptr, castPtr)
import GHC.TypeLits (KnownNat, natVal)
import NoThunks.Class (NoThunks, OnlyCheckWhnfNamed (..))
Expand Down
Expand Up @@ -45,7 +45,6 @@ import GHC.TypeLits (KnownNat, natVal)
import GHC.IO.Exception (ioException)
import NoThunks.Class (NoThunks, OnlyCheckWhnfNamed (..))
import System.IO.Unsafe (unsafePerformIO)
import System.IO (hPutStrLn, stderr)

import Cardano.Foreign
import Cardano.Crypto.Libsodium.C
Expand Down

0 comments on commit 96b5834

Please sign in to comment.