haskell-infra / hackage-trustees

Issue tracker for Hackage maintainance and trustee operations
https://hackage.haskell.org/packages/trustees/
42 stars 7 forks source link

OpenGL bounds relaxation #335

Closed ulysses4ever closed 2 years ago

ulysses4ever commented 2 years ago

It's been >half of year since the ticket to bump a couple of upper bounds in OpenGL was opened: https://github.com/haskell-opengl/OpenGL/issues/89

I pinged the maintainers a week ago, but had no reply. Would it be possible to at least bump bytestring bound from <.011 to <0.12? This'd allow building with GHC 9.2 all right.

andreasabel commented 2 years ago

Shouldn't it's dependency OpenGLRaw get the same bump? https://hackage.haskell.org/package/OpenGLRaw Otherwise, you will still --allow-newer. Actually, it's fine for 9.2, but needs a bump of text for 9.4.

ulysses4ever commented 2 years ago

Yeah, I didn’t check 9.4 as I didn’t have it readily available. I’d be happy if you can fix it for 9.4 too.

andreasabel commented 2 years ago

Fixed, see https://github.com/haskell-opengl/OpenGL/issues/89#issuecomment-1142253949 The GHC 9.4 bump needed for OpenGLRaw should be done separately, after alerting the maintainer. (See https://github.com/haskell-opengl/OpenGLRaw/issues/45).