jaspervdj / psqueues

Priority Search Queues in three different flavors for Haskell
https://hackage.haskell.org/package/psqueues
Other
64 stars 24 forks source link

Lower the build depends version for hashable to >= 1.1.2.3 #22

Closed cdepillabout closed 6 years ago

cdepillabout commented 6 years ago

This PR lowers the build-depends version for hashable from 1.2.1 to 1.1.2.3. I've tested locally that psqueues is still able to build with hashable-1.1.2.3.

We have an old version of GHC and hashable in our environment. We would like to use psqueues without having to vendor it.

jaspervdj commented 6 years ago

Thanks!

cdepillabout commented 6 years ago

@jaspervdj Thanks a lot! It is a big help for us. :+1:

Would it be possible to make a release to hackage with this lowered dependency?

jaspervdj commented 6 years ago

Released as 0.2.4.0, hope this helps

cdepillabout commented 6 years ago

@jaspervdj Thanks!