k0001 / hs-libsodium

Haskell bindings to the libsodium C library
https://hackage.haskell.org/package/libsodium
ISC License
1 stars 3 forks source link

Missing build-tool-depends on c2hs #2

Closed kirelagin closed 4 years ago

kirelagin commented 4 years ago

The library fails to build because it requires c2hs and the dependency is not declared.

k0001 commented 4 years ago

As mentioned in 0bc96db:

Notice with this change, cabal can't see the c2hs provided by Nix as specified through libsodium/pkg.nix's libraryToolDepends and testToolDepends. This still needs solving.

I'll mark this particular issue as solved, though.

dminuoso commented 3 years ago

@k0001 Hiya. Could you release fix this to hackage?

kirelagin commented 3 years ago

Hi @k0001, it would be great if you could upload this version to Hackage.