Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: normalize haskell libraries that have no version component
Some haskell library names (libHS prefix) may only have the suffix denoting the ghc compiler version used (e.g. -ghc8.6.5). This change adds a test to check that this case is normalized correctly, and fixes the normalization function to treat the version number component as optional. Signed-off-by: Ryan Mast <[email protected]>
- Loading branch information