aleksey-makarov / melf

A Haskell library to parse/serialize Executable and Linkable Format (ELF)
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Widen dependencies for GHC 9.4 #3

Closed nmeum closed 1 year ago

nmeum commented 1 year ago

Hello,

Thanks for writing this library, it is very useful to me! While updating my GHC compiler toolchain to GHC 9.4.4 I noticed that melf does not seem to support GHC 9.4.4 yet. This caused my little Haskell project to stop building without --allow-newer. However, it seems that melf works entirely fine as is after updating the version constraints of template-haskell and lens (which I did in this PR).

Would you consider merging this and creating a new release?

aleksey-makarov commented 1 year ago

Thank you for your submission. Please give me some time to test this.

aleksey-makarov commented 1 year ago

I fixed this in another branch, merged to master and released the package on hackage.haskell.org.