Skip to content
Snippets Groups Projects
Commit 36f78a6f authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by David Feuer
Browse files

BitUtil: Fix unused imports (#644)

parent 7567db6e
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,9 @@ module Utils.Containers.Internal.BitUtil
, wordSize
) where
#if !MIN_VERSION_base(4,8,0)
import Data.Bits ((.|.), xor)
#endif
import Data.Bits (popCount, unsafeShiftL, unsafeShiftR
#if MIN_VERSION_base(4,8,0)
, countLeadingZeros
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment