forsyde / forsyde-shallow-examples

BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Cabal local repository #3

Closed joseedil closed 7 years ago

joseedil commented 7 years ago

@ugeorge, this is the command I used to link the local ForSyDe-Shallow repository to my cabal sandbox:

cabal sandbox add-source /my/patched/library # Add a new add-source dependency

It might be a good idea to put that on the README file.