haskell / ghc-events

Library and tool for parsing .eventlog files from GHC
http://www.haskell.org/haskellwiki/ThreadScope
Other
33 stars 34 forks source link

Package bounds need to be restricted for old releases #44

Closed vmchale closed 5 years ago

vmchale commented 5 years ago

As visible on hackage, some package bounds are not strict enough.

Mikolaj commented 5 years ago

You mean, for old releases of GHC? E.g., it should refuse compiling under GHC 7.4.2?

maoe commented 5 years ago

I'll tighten the lower bound for base.

vmchale commented 5 years ago

Unfortunately, the bounds still need to be restricted on Hackage (otherwise the solver will pick incorrectly) - do you know who has the access to do this?

maoe commented 5 years ago

I do and I fixed bounds on Hackage: https://matrix.hackage.haskell.org/#/package/ghc-events

vmchale commented 5 years ago

Thanks!