mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-12-14 19:47:56 +03:00
Core: Internal.Signature: explicit export list
This commit is contained in:
parent
a2798b034a
commit
099d02dba3
@ -4,7 +4,11 @@ Description : Nix-relevant interfaces to NaCl signatures.
|
|||||||
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
||||||
{-# LANGUAGE CPP #-}
|
{-# LANGUAGE CPP #-}
|
||||||
|
|
||||||
module System.Nix.Internal.Signature where
|
module System.Nix.Internal.Signature
|
||||||
|
( Signature
|
||||||
|
, NarSignature(..)
|
||||||
|
)
|
||||||
|
where
|
||||||
|
|
||||||
|
|
||||||
import Data.ByteString ( ByteString )
|
import Data.ByteString ( ByteString )
|
||||||
|
Loading…
Reference in New Issue
Block a user