devinus / markdown

A simple Elixir Markdown to HTML conversion library
The Unlicense
87 stars 19 forks source link

Issue while fetching hoedown #5

Closed edgurgel closed 10 years ago

edgurgel commented 10 years ago

This may be a mix error, but I'll report here just to be sure:

If you add devinus/markdown as dependency on a mix.exs file, you endup having the HEAD of the master of hoedown project.

This is the mix.lock after deps.get:

[hoedown": {:git, "git://github.com/hoedown/hoedown.git", "238c4d57cce10d33b05cf52a91fc62a09f31ffbb", []},
  "markdown": {:git, "git://github.com/zambal/markdown.git", "dd72e4d0f5b5485f9e9ada1122fdaaf27b934350", []}]

But this is the mix.lock on devinus/markdown:

 ["hoedown": {:git, "git://github.com/hoedown/hoedown.git", "6938e267bd412ea4b0e39802bed95aefe6918d4f", []} ]

Am I doing something wrong? :/

devinus commented 10 years ago

Should be fixed.