diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-06-26 21:06:01 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-06-27 14:58:14 -0400 |
commit | 469126b3cef2936d9831283a77d54330d0ff1ba8 (patch) | |
tree | 42a8881d5d64f869f28baca4014b88cea3a1586b /libraries/containers | |
parent | 43bbf4b22190dd01bf5261b24bd3ef41da6a6407 (diff) | |
download | haskell-469126b3cef2936d9831283a77d54330d0ff1ba8.tar.gz |
Revert "Make reallyUnsafePtrEquality# levity-polymorphic"
This reverts commit d1f59540e8b7be96b55ab4b286539a70bc75416c.
This commit breaks the build of unordered-containers
```
[3 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.o, dist/build/Data/HashMap/Internal/Array.dyn_o )
*** Parser [Data.HashMap.Internal.Array]:
Parser [Data.HashMap.Internal.Array]: alloc=21043544 time=13.621
*** Renamer/typechecker [Data.HashMap.Internal.Array]:
Renamer/typechecker [Data.HashMap.Internal.Array]: alloc=151218672 time=187.083
*** Desugar [Data.HashMap.Internal.Array]:
ghc: panic! (the 'impossible' happened)
GHC version 9.3.20210625:
expectJust splitFunTy
CallStack (from HasCallStack):
error, called at compiler/GHC/Data/Maybe.hs:68:27 in ghc:GHC.Data.Maybe
expectJust, called at compiler/GHC/Core/Type.hs:1247:14 in ghc:GHC.Core.Type
```
Revert containers submodule update
Diffstat (limited to 'libraries/containers')
m--------- | libraries/containers | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libraries/containers b/libraries/containers -Subproject f90e38cb170dcd68de8660dfd9d0e879921acc2 +Subproject 7fb91ca53b1aca7c077b36a0c1f8f785d177da3 |