joelwilliamson / bimap

Bidirectional mapping between two key types
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

Test Hackage v0.5.0 #17

Closed joelwilliamson closed 2 years ago

joelwilliamson commented 2 years ago

@ivanperez-keera @intricate @bingis-khan

I just uploaded v0.5 containing both the recent changes to Hackage. Would one of you mind testing to make sure it's usable?

andreasabel commented 2 years ago

You could use https://github.com/haskell-CI/haskell-ci to set up a CI on github actions quite automatically.
Example:

ivanperez-keera commented 2 years ago

@joelwilliamson I have confirmed that the current version 0.5.0 would work well with copilot. All installs correctly, the module that uses bimap is marked as Safe, and the copilot examples also run correctly.