Closed lpil closed 9 years ago
Hi. Could you try adding :triq
in the deps
section of mix.exs if it's not defined? I'll update the README if this is the case.
defp deps do
[
{:excheck, "~> 0.2"},
{:triq, github: "krestenkrab/triq"}
]
end
Thanks for the quick reply. It seems to work with that modification.
Would it be possible to get triq on hex.pm so mix can handle the dependency?
Thanks for the update. I don't have permission for the triq library. One option might be requesting at https://github.com/krestenkrab/triq :smile:
Thank you for requesting it. Please let me close this item at the moment, and let me track the above issue item in triq (as fix is possible in either hex or triq).
Hello! All I've done is add this library as a dep to my mix.exs and added
use ExCheck
, and I'm getting compile errors.Is there more than needs to be done? If so, can we add this to the README?