We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20a44e commit 68cfe71Copy full SHA for 68cfe71
hnix-store-core/src/System/Nix/Internal/Signature.hs
@@ -4,7 +4,11 @@ Description : Nix-relevant interfaces to NaCl signatures.
4
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
5
{-# LANGUAGE CPP #-}
6
7
-module System.Nix.Internal.Signature where
+module System.Nix.Internal.Signature
8
+ ( Signature
9
+ , NarSignature(..)
10
+ )
11
+where
12
13
14
import Data.ByteString ( ByteString )
0 commit comments