frasertweedale / hs-jose

Haskell JOSE and JWT library
http://hackage.haskell.org/package/jose
Apache License 2.0
122 stars 46 forks source link

windows build failure due to example's unix dependency (version 0.8.0.0) #83

Closed robx closed 4 years ago

robx commented 5 years ago

I see postgrest build failures on windows since the update to 0.8.0.0:

Error: While constructing the build plan, the following exceptions were
encountered:
In the dependencies for jose-0.8.0.0:
    unix needed, but the stack configuration has no specified version  (latest
         matching version is 2.7.2.2)
needed due to postgrest-6.0.0 -> jose-0.8.0.0

I see that that has been fixed in master by adding a flag -- would you consider making an 0.8.0.1-release on hackage that includes this?

frasertweedale commented 4 years ago

Ta-da! https://hackage.haskell.org/package/jose-0.8.1.0

Thanks for your patience. Let me know if there are further issues.

steve-chavez commented 4 years ago

@frasertweedale Sorry, could you add a git tag for 8.1.0? We'd like to pin jose by tag instead of commit for a static build of postgrest using Nix.

frasertweedale commented 4 years ago

@steve-chavez done.