Skip to content

Commit

Permalink
Try adding imports
Browse files Browse the repository at this point in the history
  • Loading branch information
la-wu committed Feb 22, 2021
1 parent 675b0e4 commit e68f42f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Data/ByteString/Builder/RealFloat/TableGenerator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ module Data.ByteString.Builder.RealFloat.TableGenerator

import Data.Array.Base
import Data.Bits ((.&.), shiftR, unsafeShiftL, unsafeShiftR)
import GHC.Base (int2Word#, minusWord#, not#, plusWord#, plusWord2#
, quotRemWord2#, subWordC#, timesWord#, timesWord2#)
import GHC.Exts
import GHC.ST (ST(..), runST)
import GHC.Word (Word64(..))
Expand Down

0 comments on commit e68f42f

Please sign in to comment.