mgsloan / store

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

Fix build with GHC-8.8 #145

Closed sjakobi closed 4 years ago

sjakobi commented 4 years ago

This applies the following head.hackage patches:

Fixes #144.

sjakobi commented 4 years ago

https://github.com/fpco/th-utilities/pull/8 will have to be released before this can actually be compiled with GHC-8.8.

mgsloan commented 4 years ago

LGTM, thanks! I've released store-streaming-0.2.0.0 store-core-0.4.4.1 store-0.6.0

sjakobi commented 4 years ago

Thanks for the quick release @mgsloan! :)

And thanks to @RyanGlScott for all the patches! :+1:

Bodigrim commented 1 year ago

As a hackage trustee I made appropriate revisions to old releases of store to prohibit unbuildable configurations.