You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried - secp256k1-haskell:+ecdh >= 0.1.5 but it didn't work. The flag to be set is ecdh. I used this syntax because it was mentioned in https://docs.haskellstack.org/en/latest/GUIDE/#cabal-flag-management that you use minus to remove a flag. So I assumed that enabling a flag would be +.
I tried
- secp256k1-haskell:+ecdh >= 0.1.5
but it didn't work. The flag to be set isecdh
. I used this syntax because it was mentioned in https://docs.haskellstack.org/en/latest/GUIDE/#cabal-flag-management that you use minus to remove a flag. So I assumed that enabling a flag would be+
.The error from hpack is:
The text was updated successfully, but these errors were encountered: