mgsloan / store

Fast binary serialization in Haskell
MIT License
109 stars 35 forks source link

Update compatability matirx for ghc 7.8.4 #157

Closed yaitskov closed 3 years ago

yaitskov commented 3 years ago

https://matrix.hackage.haskell.org/#/package/store

cell 0.7.8 is red, but it should be dark green, isn't it?

mgsloan commented 3 years ago

Hmm! Thanks for letting me know. Based on the error in the matrix builder there might be a straightforward fix by adding a dependency on the nats package. I've pushed store-0.7.9 with that fix.

Unfortunately, I could not figure out how to build with ghc-7.8 with modern stack, and so deleted the build configuration. So it is currently in a state of working but truly supported anymore. If it breaks in a more complex way I will probably drop support for it.

On Fri, Dec 18, 2020 at 11:51 AM Daneel S. Yaitskov < notifications@github.com> wrote:

https://matrix.hackage.haskell.org/#/package/store

cell 0.7.8 is red, but it should be dark green, isn't it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mgsloan/store/issues/157, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAFQKSQKGH642YOEQHPAU3SVOQEZANCNFSM4VBRUJJQ .

yaitskov commented 3 years ago

Thanks, @mgsloan. cborg CI is green again.