int-index / union

Extensible type-safe unions for Haskell
BSD 3-Clause "New" or "Revised" License
31 stars 2 forks source link

Build with GHC 8.8 #9

Closed raehik closed 3 years ago

raehik commented 3 years ago

We're using this over in camfort/verifiable-expressions (I say we, I'm new to the project and currently doing maintenance), and need to bump union's dependencies to get our projects building with newer GHCs. Thank you for the library!

raehik commented 3 years ago

I realise we might be able to accomplish this with a Hackage metadata update, but I don't have many insights on how that might work.

int-index commented 3 years ago

Thanks for the PR! Since this is to support a newer compiler version, I wanted to check that on CI, but the existing CI was somewhat outdated so I switched to GitHub Actions in #10. Then I incorporated the proposed version bounds in #11.

I realise we might be able to accomplish this with a Hackage metadata update, but I don't have many insights on how that might work.

Done. Check out union-0.1.2 revision 5. Does it work for you?

raehik commented 3 years ago

It does, thank you! Would you know if the Stackage page will update its version to use revision 5 after a nightly or something?

raehik commented 3 years ago

Ah, nevermind, I found Stack's revision pinning syntax so I'll use that. Thanks again! I'll close this PR.