This PR drops semantic-source's dependency on pathtype, selecting languages from FilePaths instead. I'll release the new version once this PR is approved.
Our other packages get semantic-source from cabal, and are constrained to exclude 0.2+, so they shouldn't be disturbed by this change. Updating them to drop the pathtype dependency is postponed to a later PR.
This PR drops
semantic-source
's dependency onpathtype
, selecting languages fromFilePath
s instead. I'll release the new version once this PR is approved.Our other packages get
semantic-source
fromcabal
, and are constrained to exclude 0.2+, so they shouldn't be disturbed by this change. Updating them to drop thepathtype
dependency is postponed to a later PR.