Skip to content

Commit 68cfe71

Browse files
committed
Core: Internal.Signature: explicit export list
1 parent e20a44e commit 68cfe71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hnix-store-core/src/System/Nix/Internal/Signature.hs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Description : Nix-relevant interfaces to NaCl signatures.
44
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
55
{-# LANGUAGE CPP #-}
66

7-
module System.Nix.Internal.Signature where
7+
module System.Nix.Internal.Signature
8+
( Signature
9+
, NarSignature(..)
10+
)
11+
where
812

913

1014
import Data.ByteString ( ByteString )

0 commit comments

Comments
 (0)