Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github project link from a cabal file seems wrong #37

Closed
lancelet opened this issue Jul 3, 2018 · 1 comment
Closed

Github project link from a cabal file seems wrong #37

lancelet opened this issue Jul 3, 2018 · 1 comment

Comments

@lancelet
Copy link

lancelet commented Jul 3, 2018

When running on a *.cabal file (not an hpack YAML file), the source-repository location may be specified like this:

source-repository head
  type:     git
  location: git://github.com/user/project.git

See the cabal docs for more information.

Currently, tintin seems to process such a URL as:

https://github.com/git://github.com/user/project.git

As though it's processing the github field of the hpack YAML.

@NickSeagull
Copy link
Member

Interesting, let me take a look at this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants