AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Use https URL to refer to bugs.opensuse.org.
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- Update path to version 0.6.1 revision 1. * Add 'addFileExtension' function and its operator form: (<.>). * Derive 'Eq' instance for 'PathException'. * Deprecate PathParseException and rename it to PathException * Allow 'parent' to work on relative paths as well * Deprecate isParentOf and stripDir and rename them to isProperPrefixOf and stripProperPrefix respectively. * Allow "." as a valid relative dir path with the following rules: * "./" </> "./" = "./" * "./" </> "x/" = "x/" * "x/" </> "./" = "x/" * dirname "x" = "./" * dirname "/" = "./" * dirname "./" = "./" * Make dirname return "." instead of "/" (fixes #18). * Remove the 'validity' flag. * Add synonym for setFileExtension in the form of an operator: (-<.>).
- Update to version 0.5.8 revision 0 with cabal2obs.
- update to 0.5.8 * Add Aeson instances.
- update to 0.5.7 * Fix haddock problem. * Reject only .. and . * Use filepath's isValid function for additional sanity checks * Disable parsing of path consisting only of "." * Add NFData instance for Path * Some typo/docs improvements * Add standard headers to modules
- update to 0.5.3 * Added conversion functions.
- initial commit
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 0.5.13 with cabal2obs.
- Update to version 0.5.12 revision 2 with cabal2obs.
- Update to version 0.5.12 revision 1 with cabal2obs.
- Update to version 0.5.12 with cabal2obs.
- Update to version 0.5.11 revision 1 with cabal2obs.
- Update to version 0.5.9 revision 0 with cabal2obs.