Core: Internal.Truncation: explicit export list

This commit is contained in:
Anton-Latukha 2021-06-09 02:01:30 +03:00
parent d196ba5448
commit 1200a4839f
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
2 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,6 @@ import qualified Data.Text as T
import System.Nix.Internal.Base
import Data.Coerce (coerce)
import System.Nix.Internal.Truncation
(truncateInNixWay)
-- | The universe of supported hash algorithms.
--

View File

@ -2,7 +2,10 @@
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE DataKinds #-}
module System.Nix.Internal.Truncation where
module System.Nix.Internal.Truncation
( truncateInNixWay
)
where
import qualified Data.ByteString as Bytes
import Data.Bits (xor)