Bring mirror up-to-date and bump base upper bound
Compare changes
Files
21+ 25
− 1
@@ -19,6 +22,7 @@ module Data.Array.IO.Internals (
@@ -29,7 +33,9 @@ import Control.Monad.ST ( RealWorld, stToIO )
@@ -47,6 +53,8 @@ import GHC.IOArray (IOArray(..))
@@ -366,7 +374,11 @@ castIOUArray (IOUArray marr) = stToIO $ do
@@ -375,7 +387,11 @@ unsafeThawIOUArray arr = stToIO $ do
@@ -385,14 +401,22 @@ thawIOUArray arr = stToIO $ do