Janus Troelsen
39898676a8
Enable all packages on GHC 9.2
2022-03-13 19:58:24 -06:00
Janus Troelsen
17e3eb1041
Allow GHC 9.2 for compatible packages
2022-03-08 08:59:35 -06:00
akhesaCaro
6da8488f9b
Revert "removing Generic cookbook in favour of NamedRoutes"
...
This reverts commit 34aed1d289
.
2022-02-18 12:14:28 +01:00
akhesaCaro
f4cd56446b
Revert "introducing NamedRoutes cookbook"
...
This reverts commit 5c80214351
.
2022-02-18 12:13:09 +01:00
akhesaCaro
34aed1d289
removing Generic cookbook in favour of NamedRoutes
2022-02-18 11:08:43 +01:00
akhesaCaro
5c80214351
introducing NamedRoutes cookbook
2022-02-18 11:08:36 +01:00
Sven Tennie
a8f1a7603f
Update docs: #haskell-servant is now on libera.chat ( #1503 )
2022-02-03 12:40:00 +01:00
Matthieu Coudron
73c87bc2bc
bumped cabal-version field ( #1498 )
...
* bumped cabal-version field
Cabal supports two types of licenses, native and SPDX, which can be seen here hackage.haskell.org/package/Cabal-3.6.2.0/docs/Distribution-Types-PackageDescription.html#v:licenseRaw
Several packages use BSD-3-Clause as a license, in conjonction with cabal-version: >=1.10 which cabal parses as Right (UnknownLicense "BSD-3").
If I change teh cabal-version to cabal-version: 2.2 , cabal correctly identifdies the license License (ELicense (ELicenseId BSD_3_Clause)).
* changed license from cabal to spdx format
aka BSD3 -> BSD-3-Clause: next cabal may deprecate the old format
2022-01-04 22:06:23 +01:00
Théophile Choutri
4e4ad495ef
Change the license value to a valid SPDX identifier
2021-10-31 22:37:56 +01:00
Maxim Koltsov
ca6774d797
Update servant-auth cookbook deps
2021-10-30 21:29:17 +02:00
Théophile Choutri
c011f12d24
Use GHC 8.10.7 for CI and in Cabal metadata
...
Sponsored by: Scrive AB
2021-10-02 23:51:25 +02:00
akhesacaro
61d097db44
uncomment uverb coobook and include it from building against GHC >= 9
2021-10-02 18:09:51 +02:00
akhesacaro
e56f0092d7
remove tested-with (GHC < 8.6.5) from cabal
2021-10-02 13:13:33 +02:00
akhesaCaro
6e5dffbb91
unsupporting GHC < 8.6.5, removing unecessary imports
2021-10-02 13:13:24 +02:00
akhesaCaro
97967d87d1
enabling hoist-server-with-context cookbook
2021-04-16 13:39:09 +02:00
akhesaCaro
bbd016df09
enabling https cookbook
2021-04-10 15:23:57 +02:00
Gaël Deest
f30b72cc90
Add DeriveAnyClass to UVerb.lhs (not implied by DerivingVia on 8.6.5)
2021-04-09 16:19:51 +02:00
Gaël Deest
81a73dfcda
Try excluding uverb cookbook from pre 8.6.1 builds
2021-04-09 15:59:02 +02:00
akhesaCaro
d4f7b0397d
adding a compatibility warning in the cookbook
2021-03-23 14:10:14 +01:00
akhesaCaro
ba379287c8
reverting : removing DerivingVia extension (not compatible ghc < 8.6.1)
2021-03-23 14:09:49 +01:00
akhesaCaro
269e546a6a
sqlite-simple cookbook is working with sqlite-simple >= 0.4.5.0
2021-03-18 10:50:17 +01:00
akhesacaro
9357583459
removing DerivingStrategies extension (not compatible ghc < 8.2.1)
2021-03-17 23:22:20 +01:00
akhesacaro
08b5e86536
(<>) needs the import of Data.Semigroup (ghc 8.2.2)
2021-03-17 23:22:20 +01:00
akhesacaro
86eb25018e
removing DerivingVia extension (not compatible ghc < 8.6.1)
2021-03-17 23:22:20 +01:00
Maxim Koltsov
57badc7c74
Add UVerb cookbook to cookbook build ( #1365 )
2020-11-22 18:08:01 +03:00
Arian van Putten
339eec6a90
Fix overlapping instance for WithStatus ( #1361 )
...
We do not need the `ToJSON` instance for `WithStatus`
it would cause an overlap between:
```
ToJSON a => MimeRender JSON a
```
and
```
forall cty a. MimeRendercty a => MimeRender cty (WithStatus a)
```
and Servant just needs the `MimeRender` typeclass for it to work
* Add some more docs to the UVerb module
* cookbook/uverb: Change GHC versions
CI was complaining some version did not exist. Trying to bump
Also added 8.10.1
* doc/cookbook/uverb: Remove 8.4.4 from tested versions
CI was running into a cabal bug for some reason
2020-11-18 17:33:03 +01:00
fisx
c1105899f4
union verbs ( #1314 )
2020-10-31 20:45:46 +01:00
Maxim Koltsov
e93376939c
Reenable cookbook-testing
2020-07-31 13:32:17 +03:00
fisx
c5717a61a3
Merge pull request #1312 from maksbotan/maksbotan/configurable-combinator-errors
...
Configurable combinator errors
2020-07-30 17:15:59 +02:00
Andy
55f5a78b1b
Docs: Hoist Server "Footnote"
2020-07-21 01:02:05 +02:00
Maxim Koltsov
cb0224d063
Add 8.10.1 to tested-with, haskell-ci regenerate
2020-07-17 17:17:45 +03:00
Maxim Koltsov
d94ad9df9b
Add cookbook entry for custom error formatters
2020-07-17 17:11:46 +03:00
Maxim Koltsov
1a09b1d3a4
Update GHC 8.8.x versions to 8.8.3
2020-07-17 17:10:31 +03:00
Jan Hrcek
8e7b538921
More cookbook improvements ( #1305 )
...
* Simplify code in CurlMock cookbook recipe
* Link to latest versions of packages on hackage
* Fix grammar in the OpenIdConnect recipe
* HasForeignType -> HasForeign
2020-06-10 12:36:23 -04:00
Jan Hrcek
b9d8fbcdc1
Fix typos and grammar ( #1304 )
...
* Fix typos and grammar
* Remove redundant words, fix articles
* More language fixes
* More typo fixes and resolve TODO about missing links
2020-06-06 00:43:51 -04:00
Oleg Grenrus
d29b0cc8f1
Use GHC-8.8.2 on Travis
2020-01-21 16:52:20 +02:00
Eric Torreborre
164ae93c31
added a function to create Client.Request in ClientEnv
2019-12-14 22:34:06 +02:00
Oleg Grenrus
f089f8d0b2
Relax bounds for ghc-8.8
2019-09-29 00:43:53 +03:00
Oleg Grenrus
ecbc04bbee
Regenerate .travis.yml; GHC-8.6.5; add GHCJS
2019-09-07 14:03:46 +03:00
Alp Mestanogullari
35cae91fdb
Merge pull request #1194 from rl-king/doc-test-warpserver
...
Testing cookbook recipe: use Warp.testWithApplication to prevent race condition
2019-08-16 20:39:56 +02:00
Jake Quade
7554ed4ae3
Add mysql cookbook example
...
Contributes a basic mysql-backed API with basic CRUD functionalities.
2019-08-05 15:32:57 +10:00
rl-king
da174d9887
Use Warp.testWithApplication to prevent race conditions
2019-07-16 22:16:59 +02:00
Domen Kožar
1826b8a767
Add streaming to the cookbook toc
2019-04-19 14:45:14 +07:00
Yann Esposito (Yogsototh)
53b97dd8b3
Adding OIDC Cookbook
2019-04-15 19:50:28 +03:00
Oleg Grenrus
e52e11a0ad
Use ghc-8.6.4 on travis
2019-03-06 12:39:18 +02:00
Alp Mestanogullari
a386dd2095
point to www.servant.dev (website) and docs.servant.dev (self-explanatory)
2019-03-02 10:08:03 +01:00
Nick Boultbee
0869725b99
Fix typo in docs
2019-02-27 09:23:36 +00:00
Oleg Grenrus
a5655f8d5a
Rename ServantError to ClientError, ServantErr to ServerError
2019-02-18 22:51:09 +02:00
Oleg Grenrus
420ebd0475
Refactor servant-client-core
...
- No more Internal modules
- Remove ClientLike-generic. Let's use Routes-generics
- Let's see if anyone notices, otherwise we can add it back
- Add Makefile for common tasks
- Fix servant-client-ghcjs
2019-02-18 19:08:13 +02:00
Oleg Grenrus
525b74c6f4
Update travis once again
...
- Update GHC-8.6.2 to GHC-8.6.3
- Build cookbook only with GHC-8.4.4 and GHC-8.6.3, thus
making 8.0 and 8.2 jobs a little faster
2019-02-12 01:33:30 +02:00