wz1000 / HieDb

Generates a references DB from .hie files
BSD 3-Clause "New" or "Revised" License
64 stars 24 forks source link

Improve ambiguous UnitId error #18

Closed jhrcek closed 3 years ago

jhrcek commented 3 years ago

Addresses https://github.com/wz1000/HieDb/issues/16

After this PR, the output looks like this:

$ hiedb -D /home/jhrcek/.stack/hie/all.hiedb name-def '.~'
UnitId could be any of:
 - lens-4.18.1-3OARtXsBjjo1TqgI8pcyp8
 - relude-0.7.0.0-8JaQfOxwnDuGOQ2uEgoBBX
Use --unit-id to disambiguate
jhrcek commented 3 years ago

Hi @wz1000 When you find some time could you please check this and other PRs I opened for this repo? I plan to continue on expanding test coverage over the weekend. Also would you welcome if I added haddocks for most of the exposed functions?

wz1000 commented 3 years ago

Also would you welcome if I added haddocks for most of the exposed functions?

Please do!