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 929fac7 commit a5a2970Copy full SHA for a5a2970
hnix-store-core/src/System/Nix/Internal/Nar/Streamer.hs
@@ -3,7 +3,11 @@
3
{-# LANGUAGE OverloadedStrings #-}
4
{-# LANGUAGE ScopedTypeVariables #-}
5
6
-module System.Nix.Internal.Nar.Streamer where
+module System.Nix.Internal.Nar.Streamer
7
+ ( streamNarIO
8
+ , IsExecutable(..)
9
+ )
10
+where
11
12
import Control.Monad ( forM_
13
, when
0 commit comments