Commit Graph

270 Commits

Author SHA1 Message Date
b7cd5ba857
Add takeAllParents 2020-01-26 20:40:37 +01:00
7d0ca1c230
Use streamly-bytestring 2020-01-26 14:27:38 +01:00
a6036a7aea
Fix documentation 2020-01-24 13:01:28 +01:00
0ff3808544
Bump versions 2020-01-20 20:19:45 +01:00
9d8b7d5bfc
Fix HPath.IO after API changes 2020-01-20 19:51:01 +01:00
d0beba227a
Add another doctest to splitDirectories 2020-01-20 19:51:01 +01:00
607e67378c
Improve documentation 2020-01-20 19:51:01 +01:00
7b66379d49
Add rootPath, isRootPath, and getAllComponents{,AfterRoot} 2020-01-20 19:51:01 +01:00
db23ad6b38
Move isParentOf to its own section 2020-01-20 19:51:01 +01:00
f2986e60db
Don't preserve trailing path separators 2020-01-20 19:51:01 +01:00
1eeef0806d
Unexpose HPath.Internal 2020-01-20 19:51:00 +01:00
375d8ae0a3
Redo parseAny 2020-01-20 19:51:00 +01:00
3abc68cdd6
Remove RelC and Fn wrt #29
'Path Fn </> Path Fn' leads to incorrect semantics.
The only fix is introducing complicated type family
machinery, which isn't justified.
2020-01-20 19:51:00 +01:00
117641c419
Bump versions 2020-01-18 18:59:21 +01:00
824aff1751
Add various new functions to HPath.IO 2020-01-18 18:53:04 +01:00
94077aa6a6
Add parseAny friends 2020-01-18 18:44:28 +01:00
22ddeeadcc
Add isSpecialDirectoryEntry 2020-01-18 18:43:55 +01:00
1f4e289903
Fix run-doctests working dir 2020-01-16 02:05:34 +01:00
bb24a57e36
Fix build on ghc <7.11 2020-01-14 00:07:38 +01:00
9e831749c0
Release hpath-filepath-0.10.1 2020-01-13 23:50:24 +01:00
dc2493427c
Release hpath-0.10.1 2020-01-13 23:50:24 +01:00
d898af171d
Release hpath-io-0.10.1 2020-01-13 23:50:24 +01:00
80d60845dc
Add TODO 2020-01-13 23:50:24 +01:00
5b9958ba23
Switch to safe-exceptions 2020-01-13 23:50:23 +01:00
9b20ce2e72
Redo file reading API 2020-01-13 23:50:23 +01:00
6a1f80bc17
Move file check functions to HPath.IO 2020-01-13 23:50:23 +01:00
931851c8c1
Add quasi quoters for hpath 2020-01-13 17:06:27 +01:00
3b6eb46dc9
More README updates. 2020-01-04 21:48:27 +01:00
0ae398df39
Update CHANGELOGs 2020-01-04 20:14:25 +01:00
fe92de9abd
Improve README 2020-01-04 19:58:20 +01:00
c49d36d1c3
Add build status badge to main README 2020-01-04 18:39:42 +01:00
a6f902a9df
Merge branch 'split-packages' 2020-01-04 18:36:24 +01:00
d0c3a2c9a7
Fix build with older GHCs 2020-01-04 18:14:52 +01:00
c3d2c0433e
Pin dependencies 2020-01-04 18:06:06 +01:00
dc131c3e6b
Bump versions to 0.10.0 due to API break 2020-01-04 17:56:40 +01:00
ca59169f02
Set proper optimisation for streamly
https://github.com/composewell/streamly/blob/master/docs/Build.md
2020-01-04 17:55:58 +01:00
09eea518b8
Split packages into hpath{,-io,-filepath} 2020-01-04 17:55:14 +01:00
4e07fcf5b2
Fix update-gh-pages 2019-12-31 01:41:34 +01:00
a343d43b5c
Update gh token 2019-12-31 01:27:35 +01:00
fda03eb27a
Update GH_TOKEN 2019-12-31 01:04:34 +01:00
a487f02894
Try to fix update-gh-pages 2019-12-31 00:44:06 +01:00
8412ea96fb
Merge remote-tracking branch 'origin/fix-doctests' 2019-12-30 23:00:24 +01:00
28e0d1d635
Add tested-with 2019-12-30 22:42:54 +01:00
c9013e5a2a
Various travis fixes 2019-12-30 22:42:54 +01:00
1d03ec78b3
Clean up ghc matrix 2019-12-30 22:42:54 +01:00
f5c541b9cc
Move doctests to shell script
This fixes various problems with doctest:

* https://github.com/sol/doctest/issues/245
* https://github.com/composewell/streamly/issues/83

Also clean up travis.yml for cabal-3.
2019-12-30 22:42:54 +01:00
3529ec2a15
Revert "Fix support for older GHCs"
This reverts commit 21dd1718c0.
2019-12-30 16:35:42 +01:00
7db7a9402f
Merge remote-tracking branch 'origin/streamly' 2019-12-30 16:01:49 +01:00
21dd1718c0
Fix support for older GHCs 2019-12-30 15:16:59 +01:00
2e0fe6b698
Fix travis
Streamly requires at least cabal 2.2.
2019-12-30 15:01:03 +01:00