# `req-url-extra`
[](https://travis-ci.org/rcook/req-url-extra)
[](http://hackage.haskell.org/package/req-url-extra)
[](https://raw.githubusercontent.com/rcook/req-url-extra/master/LICENSE)
This package provides helper functions to make working with `Url` from [Req][req] easier.
## Dev guide
This project can be built using the [Stack][stack] build tool.
### Clone repository
```
git clone https://github.com/rcook/req-url-extra.git
```
### Build
```
stack build
```
### Test
```
stack test
```
### Upload package
```
stack upload .
```
### Upload documentation
I use my [`upload-haddocks`][upload-haddocks] tool which requires a functioning installation of Python and pip:
```
pip install --user upload-haddocks
upload-haddocks
```
## Releases
[View change log for more information][change-log]
## Licence
[MIT License][licence]
Copyright © 2018, Richard Cook.
[change-log]: CHANGELOG.md
[licence]: LICENSE
[req]: https://hackage.haskell.org/package/req
[stack]: http://haskellstack.org/
[upload-haddocks]: https://github.com/rcook/upload-haddocks