Skip to content

Commit ef8a2c0

Browse files
committed
Core: Internal.Base32: explicit export list
1 parent d0b58e9 commit ef8a2c0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
module System.Nix.Internal.Base32 where
1+
module System.Nix.Internal.Base32
2+
( encode
3+
, decode
4+
, digits32
5+
)
6+
where
27

38

49
import Data.Bool ( bool )

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import System.Nix.Internal.Hash ( HashAlgorithm(SHA256)
1919

2020

2121
import qualified System.Nix.Internal.Base32 as Nix.Base32
22-
( digits32 )
2322

2423
import Data.ByteString ( ByteString )
2524
import qualified Data.ByteString.Char8 as Bytes.Char8

0 commit comments

Comments
 (0)