frasertweedale / hs-jose

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

jose doesn't build with new js backend #130

Open tysonzero opened 2 weeks ago

tysonzero commented 2 weeks ago

Originally brought up this issue in servant-auth which depends on jose: https://github.com/haskell-servant/servant/issues/1764

The actual build failure is in basement which jose transitively depends on via crypton/memory. It's unclear to me whether trying to get basement building directly will be easier or harder than removing the dependency on it, but I can definitely file an issue there too.

@ysangkok pointed out that I should bring it up here, in case it's practical to get jose building with the new backend.