ndmitchell / neil

General tools for Neil
Other
38 stars 16 forks source link

Get GitHub project name more robustly #38

Closed tomjaguarpaw closed 6 years ago

tomjaguarpaw commented 6 years ago

No longer assume the name of the GitHub project is the same as the name of the Haskell package

tomjaguarpaw commented 6 years ago

Some of my packages have names that are not the same as the name of the GitHub project (for example opaleye is in https://github.com/tomjaguarpaw/haskell-opaleye). This patch extracts the name of the GitHub project directly so that source-repository links are checked correctly.

ndmitchell commented 6 years ago

Thanks, looks very sensible.