|
4f047dbc77
|
TESTS: import unsafePerformIO from System.IO.Unsafe
|
2016-06-05 14:46:45 +02:00 |
|
|
bc348c7dd5
|
TESTS: less side effects plz
|
2016-06-05 14:33:53 +02:00 |
|
|
5d1c5cc2ce
|
Fix linter warning
|
2016-06-05 03:26:05 +02:00 |
|
|
8f6ca81d22
|
Add tests to RecreateSymlinkOverwriteSpec
|
2016-06-05 03:22:35 +02:00 |
|
|
a27d4ed55d
|
Improve documentation
|
2016-06-05 03:22:11 +02:00 |
|
|
64ae6db83a
|
New API: use CopyMode for overwriting and introduce RecursiveMode
This allows to specify the behavior on recursive operations,
such that one can collect failures instead of dying on the first
failure.
|
2016-06-05 03:13:33 +02:00 |
|
|
2a0a88a96d
|
Release 0.7.5
|
2016-06-04 00:39:03 +02:00 |
|
|
69dbf6714d
|
Relicense to BSD3
|
2016-06-04 00:39:03 +02:00 |
|
|
2d96311b33
|
TRAVIS: install missing hscolour
|
2016-06-01 18:53:54 +02:00 |
|
|
21668f12fe
|
TRAVIS: fix update-gh-pages.sh
|
2016-06-01 18:45:49 +02:00 |
|
|
6e37e18bc8
|
TRAVIS: fix cwd
|
2016-06-01 18:35:47 +02:00 |
|
|
ae24f87c74
|
TRAVIS: make update-gh-pages executable
|
2016-06-01 18:26:06 +02:00 |
|
|
9f6734e700
|
TRAVIS: fix update-gh-pages.sh
|
2016-06-01 15:34:30 +02:00 |
|
|
741c510b91
|
TRAVIS: automatic gh-pages pushing
|
2016-06-01 15:30:15 +02:00 |
|
|
bb590a7692
|
Improve documentation
|
2016-05-31 16:21:14 +02:00 |
|
|
641e23c3ef
|
Release 0.7.3
|
2016-05-30 17:16:37 +02:00 |
|
|
82ea75cc88
|
Small documentation fix
|
2016-05-30 17:16:24 +02:00 |
|
|
abf043be14
|
Add examples to README
|
2016-05-30 16:02:08 +02:00 |
|
|
10adc4be27
|
TRAVIS: use CABALVER=1.24 for GHCVER=7.10.2
|
2016-05-30 13:33:22 +02:00 |
|
|
a176e4970b
|
TRAVIS: add CABALVER=1.24 GHCVER=8.0.1
|
2016-05-30 13:32:56 +02:00 |
|
|
08de2ebefb
|
Move RelC class from HPath.Internal to HPath
|
2016-05-30 13:02:34 +02:00 |
|
|
d15d7761c1
|
Don't expose HPath.Internal
|
2016-05-30 13:01:47 +02:00 |
|
|
7e924d3386
|
Remove benchmarks
We don't really need this.
|
2016-05-29 22:45:26 +02:00 |
|
|
21fccc9ca9
|
Fix build with ghc < 7.10
|
2016-05-29 18:57:55 +02:00 |
|
|
79dbcd8b55
|
Add type signature to pattern synonym
|
2016-05-29 17:56:51 +02:00 |
|
|
b603f72407
|
Release 0.7.2
|
2016-05-29 17:47:22 +02:00 |
|
|
98ca6c5d86
|
Sort module list alphabetically
|
2016-05-29 17:44:00 +02:00 |
|
|
8d948366f9
|
Add hspec for createSymlink
|
2016-05-29 17:43:43 +02:00 |
|
|
86e7496917
|
Re-add missing spec modules so they show up in sdist
|
2016-05-29 17:38:27 +02:00 |
|
|
1b9b8cc886
|
Set test formatter to progress
|
2016-05-29 17:32:22 +02:00 |
|
|
395621b27a
|
Fix tests for sdist
We now create the necessary directories and files
for the tests on-the-fly.
|
2016-05-29 17:29:13 +02:00 |
|
|
51da8bf5c2
|
HPath.IO: add createSymlink
|
2016-05-29 17:28:12 +02:00 |
|
|
bebc96fa6d
|
Add posix note to README
|
2016-05-24 15:55:36 +02:00 |
|
|
08fa277b31
|
Release 0.7.1
|
2016-05-24 15:36:34 +02:00 |
|
|
51609781b2
|
Add makeRelative and makeValid
|
2016-05-24 15:31:14 +02:00 |
|
|
3cb3a822d7
|
Add test to equalFilePath
|
2016-05-24 15:30:56 +02:00 |
|
|
7fa4c041a9
|
Remove -Wno-redundant-constraints since it's only in ghc >= 8.0.1
|
2016-05-24 03:31:01 +02:00 |
|
|
e66074af1c
|
Fix stripSuffix' for bytestring < 0.10.8
|
2016-05-24 03:29:40 +02:00 |
|
|
4032629407
|
Add TODO
|
2016-05-24 03:26:07 +02:00 |
|
|
f2fe5a3419
|
Hide wrong -Wredundant-constraints messages
|
2016-05-24 03:26:07 +02:00 |
|
|
5ac7450495
|
Small import fix
|
2016-05-24 03:26:07 +02:00 |
|
|
b55cf6d9f3
|
Fix for bytestring versions less than 0.10.8
|
2016-05-24 03:26:01 +02:00 |
|
|
ae9a806c2e
|
Fix to latest sendfile version to simplify imports
|
2016-05-24 03:13:36 +02:00 |
|
|
9c199c6da2
|
Rearrange, prettify and improve haddock
This also matches the documentation order from the
filepath package more.
|
2016-05-24 02:16:16 +02:00 |
|
|
eb72fce33f
|
Add splitSearchPath, getSearchPath and stripExtension
|
2016-05-24 02:07:04 +02:00 |
|
|
65bb09d133
|
Update README
|
2016-05-23 13:52:34 +02:00 |
|
|
908513da2b
|
Prettify doctests
|
2016-05-23 00:52:27 +02:00 |
|
|
47dd729e8a
|
Small documentation improvements
|
2016-05-22 13:41:39 +02:00 |
|
|
620550dab4
|
Minor documentation fixes
|
2016-05-22 13:28:20 +02:00 |
|
|
ebab5355bc
|
Beautify
|
2016-05-19 01:29:08 +02:00 |
|