Skip to content

Commit 8c7dc15

Browse files
committed
Core: Internal.Nar.Parser: explicit export list
1 parent 1200a48 commit 8c7dc15

File tree

1 file changed

+7
-1
lines changed
  • hnix-store-core/src/System/Nix/Internal/Nar

1 file changed

+7
-1
lines changed

hnix-store-core/src/System/Nix/Internal/Nar/Parser.hs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
{-# LANGUAGE TupleSections #-}
88
{-# LANGUAGE TypeFamilies #-}
99

10-
module System.Nix.Internal.Nar.Parser where
10+
module System.Nix.Internal.Nar.Parser
11+
( runParser
12+
, parseNar
13+
, testParser
14+
, testParser'
15+
)
16+
where
1117

1218
import qualified Algebra.Graph as Graph
1319
import qualified Algebra.Graph.ToGraph as Graph

0 commit comments

Comments
 (0)