ghc should not depend on stm package
Currently we have build-depends: stm in ghc.cabal. However this is an unnecessary dependency. The stm library is just a shim over base, we would be better to depend on base directly.
Edited by Douglas Wilson
Currently we have build-depends: stm in ghc.cabal. However this is an unnecessary dependency. The stm library is just a shim over base, we would be better to depend on base directly.