DEV Community

Using github repos as Haskell dependency

Ken Aguilar on March 23, 2019

I'm fairly new to haskell especially when it comes to packaging libraries. I was having a hard time finding how to include github repositories in t...
Collapse
 
jvanbruegge profile image
Jan van Brügge

Just as a side note, when you are using stack, you can add git repos in your stack.yaml under extraDeps

Collapse
 
glebec profile image
Gabriel Lebec

Indeed; here is the location for the relevant docs, at least as of the date/time of this post.

Collapse
 
akbiggs profile image
Alexander Biggs

This should now use https://github.com instead of git://github.com. See cabal.readthedocs.io/en/latest/cab....