Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jul 8, 2024
1 parent 0b043c2 commit 64afdc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench/Bench.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

module Main (main) where

import Prelude hiding (Foldable(..))
#ifdef MIN_VERSION_digits
import qualified Data.Digits as D (digitsRev)
#endif
import Data.FastDigits (digits, undigits)
import Data.List (foldl')
import Data.Foldable
import Test.Tasty.Bench (Benchmark, Benchmarkable, defaultMain, bench, bgroup, nf)
#ifdef MIN_VERSION_digits
import Test.Tasty.Bench (bcompare)
Expand Down

0 comments on commit 64afdc2

Please sign in to comment.