Core: Internal.Base: m import clean-up

This commit is contained in:
Anton-Latukha 2021-06-08 19:16:28 +03:00
parent 8ddca09609
commit 978aeb09ba
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41

View File

@ -1,10 +1,6 @@
{-# LANGUAGE CPP #-}
module System.Nix.Internal.Base
( module System.Nix.Internal.Base
, Base32.encode
, Base32.decode
)
where
import qualified Data.Text as T