- WIP: pending http-api-data release
- TODO: remove MIN_VERSION_http_types
- There have been 3 major releases of http-types:
- 0.10 change name of variable
- 0.11 lowercase escaped URIs
- 0.12 uppercase escaped URIs
- It's easier for us to support only latest, migration from 0.9/0.10 to 0.12
is trivial for the downstream. 0.11 may cause semantic (non-type-error) breakage somewhere.
Also allow lens-4.16, remove MIN_VERSION_http_types conditionals, and
update `stack.yaml`
The changelog for `servant` contains changes across core packages,
as we release them as a suite.
Also added links to the GitHub master as we might update entries
for old versions, as changelogs are written by humans.
As tutorial depends on servant-js, which isn't in this repository
cabal fails fatally to `new-build --dep all`.
Instead we are building deps for servant-server and servant-client only,
which already includes e.g. http-client and warp, i.e. pretty much
everything we need. It's not bad that some dependencies might be build
during `script` phase
The `build` in the `.travis.yml` file is redundant. `stack test` is just
an alias for `stack build --test`.
Also in the old way of doing things, `-Werror` is actually not set when
running tests. So it is ignored for test files..
Now also test files need to have no warnings.
- Integrated doctests into cabal
- Doctest more of the documentation
- Remove the (:>) constructor
- Give kind signatures to Symbols
- Make all constructors typeable
- Use stylish-haskell for consistency of styling
- Cleanup documentation
- Remove old TODO.md
* Add support for parameters.
* Clean up type level magic, invalid links no longer have a type.
* Proxies are now used to be consistent with the rest of the servant ecosystem.