Ensure compat with primitive-0.7.1.0

This commit is contained in:
Andrew Martin 2020-06-12 15:44:13 -04:00
parent 5c2dd94acf
commit 18269df9bb

View file

@ -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