fix old build
This commit is contained in:
parent
e74448aeb4
commit
ed4da5734b
@ -15,7 +15,9 @@ module Crypto.Internal.Compat
|
|||||||
) where
|
) where
|
||||||
|
|
||||||
import System.IO.Unsafe
|
import System.IO.Unsafe
|
||||||
|
#if MIN_VERSION_base(4,5,0)
|
||||||
import Data.Bits (popCount)
|
import Data.Bits (popCount)
|
||||||
|
#endif
|
||||||
|
|
||||||
-- | perform io for hashes that do allocation and ffi.
|
-- | perform io for hashes that do allocation and ffi.
|
||||||
-- unsafeDupablePerformIO is used when possible as the
|
-- unsafeDupablePerformIO is used when possible as the
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user