Import Data.Array.ST instead of Data.Array.ST.Safe - #970
Conversation
|
There seems to be an incorrect assumption somewhere; CI is failing. |
|
Yes, The next step would be to mark |
|
On Hackage I can see that |
|
Hi @konsumlamm, I'm wondering if we want to finish this.
Alternately we can just mark |
0ac4aab to
a4da2f8
Compare
|
I marked |
|
Thanks! I would be fine with not having the CPP and making it always Trustworthy. Or does GHC complain if that's the case? |
That makes the CI fail due to |
meooow25
left a comment
There was a problem hiding this comment.
Ah that's a bit annoying, let's keep it like this then.
I think you need to mark the PR as non-draft before I can merge it.
Data.Array.STexports the same things asData.Array.ST.Safe, the latter was just added as a migration strategy. The*.Safemodules inarraymight get deprecated in the future, see https://gitlab.haskell.org/ghc/packages/array/-/issues/11.