Use new primops names for converting numbers to and from the native size
Compare changes
+ 18
− 18
@@ -672,7 +672,7 @@ instance IArray UArray Int8 where
@@ -688,7 +688,7 @@ instance IArray UArray Int16 where
@@ -704,7 +704,7 @@ instance IArray UArray Int32 where
@@ -736,7 +736,7 @@ instance IArray UArray Word8 where
@@ -752,7 +752,7 @@ instance IArray UArray Word16 where
@@ -768,7 +768,7 @@ instance IArray UArray Word32 where
@@ -1212,10 +1212,10 @@ instance MArray (STUArray s) Int8 (ST s) where
@@ -1230,10 +1230,10 @@ instance MArray (STUArray s) Int16 (ST s) where
@@ -1248,10 +1248,10 @@ instance MArray (STUArray s) Int32 (ST s) where
@@ -1284,10 +1284,10 @@ instance MArray (STUArray s) Word8 (ST s) where
@@ -1302,10 +1302,10 @@ instance MArray (STUArray s) Word16 (ST s) where
@@ -1320,10 +1320,10 @@ instance MArray (STUArray s) Word32 (ST s) where