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

How to add non-Stackage GitHub dependency #2303

Closed
asrvsn opened this issue Jun 24, 2016 · 1 comment
Closed

How to add non-Stackage GitHub dependency #2303

asrvsn opened this issue Jun 24, 2016 · 1 comment
Milestone

Comments

@asrvsn
Copy link

asrvsn commented Jun 24, 2016

It's unclear to me from the docs how to do so. I've added the following to my stack.yaml:

packages:
- location: .
- location: 
    git: [email protected]:atzeus/HMap
    commit: c6fbde4aaeb7dff42f157f6fdd3f95375852f065
    extra-dep: true

Yet stack install still yields

--  Failure when adding dependencies:    
     hmap: needed (-any), stack configuration has no specified version
     needed for package alphasheets-0.1.0.0
@mgsloan
Copy link
Contributor

mgsloan commented Jun 24, 2016

Package names are case sensitive. You want HMap in build-deps.

It would be great to have typo suggestions in more places - #1748

@mgsloan mgsloan closed this as completed Jun 24, 2016
@mgsloan mgsloan added this to the Support milestone Jun 24, 2016
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