mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-12-14 10:42:10 +03:00
Core: Internal.Truncation: explicit export list
This commit is contained in:
parent
d196ba5448
commit
1200a4839f
@ -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.
|
||||
--
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user