Skip to content

Commit

Permalink
for tar>0.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Dec 21, 2023
1 parent cfb4b54 commit c0e101f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/Bench.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Main (main) where

import Codec.Archive
import Codec.Archive.Tar (Entries (..), FormatError)
import Codec.Archive.Tar (Entries, FormatError, GenEntries (..))
import qualified Codec.Archive.Tar as Tar
import Control.Monad (void)
import Control.Monad.IO.Class (liftIO)
Expand Down
2 changes: 1 addition & 1 deletion libarchive.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ benchmark libarchive-bench
libarchive,
criterion,
bytestring,
tar,
tar >=0.6.0.0,
temporary

if impl(ghc >=8.0)
Expand Down

0 comments on commit c0e101f

Please sign in to comment.