Ensure compat with primitive-0.7.1.0
This commit is contained in:
parent
5c2dd94acf
commit
18269df9bb
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ module Data.Bytes.Builder.Bounded
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Arithmetic.Types (type (<=), type (:=:))
|
import Arithmetic.Types (type (<=), type (:=:))
|
||||||
import Control.Monad.Primitive
|
import Control.Monad.Primitive (primitive_)
|
||||||
import Control.Monad.ST (ST)
|
import Control.Monad.ST (ST)
|
||||||
import Control.Monad.ST.Run (runByteArrayST)
|
import Control.Monad.ST.Run (runByteArrayST)
|
||||||
import Data.Bits
|
import Data.Bits
|
||||||
|
|
Loading…
Reference in a new issue