Commit Graph

250 Commits

Author SHA1 Message Date
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
200fc9b581 Use streamly for copyFile 2019-12-30 14:47:06 +01:00
4ac3ee3e42 Update .gitignore 2019-12-30 14:34:57 +01:00
035c364b35 Fix doctests-posix 2019-12-30 14:34:54 +01:00
6bc5381108 Add hackage-deps badge 2018-06-02 22:38:50 +02:00
ef51863180 Document use of 'getcwd' 2018-04-12 14:28:37 +02:00
09062351f5 Release 0.9.2 0.9.2 2018-04-12 02:23:56 +02:00
ab4137572e Fix travis typo 2018-04-12 02:20:51 +02:00
c03a7ec18f Merge branch 'tighten-base-bound' of https://github.com/gwils/hpath 2018-04-12 02:19:17 +02:00
George Wilson
df298f187e Tighten base bound to prevent building before GHC 7.6 2018-04-12 10:15:08 +10:00
466c72924a Fix travis build for ghc-7.6.3
Cabal sandboxes were introduced in cabal-install 1.18.
2018-04-12 02:12:34 +02:00
9dfb803ba8 Update travis matrix 2018-04-12 02:01:17 +02:00
de46a0c568 Raise required bytestring version
We use Builders, which were introduced in 0.10.0.0.
2018-04-12 01:42:18 +02:00
d9ba67b6f0 Fix build with ghc-7.6 2018-04-12 01:41:32 +02:00
9342abeb7a Release 0.9.1 0.9.1 2018-04-11 23:03:35 +02:00
e8cbc632c9 Fix build with ghc-7.8 2018-04-11 22:36:40 +02:00
c556a3d3e4 Fix build with ghc-7.10 2018-04-11 22:22:03 +02:00
3aee719130 Make "unbuildable on windows" explicit 2018-04-11 12:31:11 +02:00
10662ee803 Bump to 0.9.0 0.9.0 2018-04-11 01:12:12 +02:00
672875f48f Small .cabal cleanup 2018-04-11 01:11:40 +02:00
3e6d93182a Abstract over Path more properly
We don't expect "Path Abs" everywhere anymore. The functions
have been made to be more generic. A user can still pass
absolute paths, so we don't lose any safety. However, some
function implementations may be more tricky.
2018-04-11 01:11:00 +02:00