Re-introduce tar

This commit is contained in:
2024-01-03 00:32:23 +08:00
parent 55030d83da
commit afd7e7dc4f
15 changed files with 94 additions and 15 deletions

View File

@@ -21,7 +21,9 @@ module GHCup.Errors where
import GHCup.Types
#if !defined(TAR)
import Codec.Archive
#endif
import Control.Exception.Safe
import Data.ByteString ( ByteString )
import Data.CaseInsensitive ( CI )