servant/servant
Gaël Deest fca59556dd Code reorganization
Move `HasServer (NamedRoutes routes)` instance

The instance has been moved to `Servant.Server.Internal`, as the
instances for other combinators. It is necessary so that the instance
can be re-exported from `Servant.Server` without circular imports.

Otherwise, users have to import `Servant.Server.Generic` manually ;
forgetting to do so will produce confusing error messages about the
missing instance.

Move `HasClient (NamedRoutes routes)` instance

Moved so that the instance is made available when importing
`Servant.Client`, avoiding possibly confusing errors when
`Servant.Client.Generic` isn't imported.
2021-11-18 10:09:58 +01:00
..
src/Servant Code reorganization 2021-11-18 10:09:58 +01:00
test Support GHC-9.0.1 2021-06-23 23:06:07 +02:00
.ghci add servant/.ghci 2016-01-07 23:59:54 +01:00
CHANGELOG.md Prepare 0.18.3 release (#1430) 2021-06-24 00:38:46 +03:00
docs.sh prepare merge 2015-04-20 11:21:21 +02:00
LICENSE Changelog and cabal file edits 2018-11-13 09:58:42 +02:00
servant.cabal Code reorganization 2021-11-18 10:09:58 +01:00
Setup.hs Change build-type: Simple; run doctests on CI via haskell-ci 2020-01-10 01:07:31 +02:00
update-nixpkgs.sh prepare merge 2015-04-20 11:21:21 +02:00