commercialhaskell / path

Typed filepath
Other
122 stars 45 forks source link

Fix #190 Add splitDrive, takeDrive, dropDrive and isDrive #191

Closed mpilgrem closed 11 months ago

mpilgrem commented 11 months ago

Also adds related tests in test-suite test.

Also adds related tests in test-suite validity-test, but validity-test (generally, before this change) hangs when run on my Windows 11 machine (so I could not test the tests), and I note that validity-test is excluded from the existing CI.

Also adds an entry in the Change Log and bumps the package version.

mpilgrem commented 11 months ago

The CI is failing because it is out of date. I will add a commit to update the CI to this pull request.

NorfairKing commented 11 months ago

@mpilgrem Ok, I'll merge this.