Oleg Grenrus
|
2c70a2b3f5
|
Merge pull request #1037 from phadej/some-lift
Add aeson and Lift BaseUrl instances
|
2018-09-18 14:35:38 +03:00 |
|
Oleg Grenrus
|
a956abddeb
|
Add aeson and Lift BaseUrl instances
|
2018-09-18 13:47:23 +03:00 |
|
Andrew Cady
|
c07f86bda7
|
introduce type ReqBodyContentType replacing use of Bool
|
2018-09-17 17:22:32 -04:00 |
|
Oleg Grenrus
|
8cb3f2e402
|
Merge pull request #1036 from haskell-servant/alp/contributing
CONTRIBUTING.md: ask contributors to leave the changelogs and package versions untouched
|
2018-09-17 23:05:20 +03:00 |
|
Andrew Cady
|
19378364dc
|
revert version bump added in previous commit
|
2018-09-17 13:37:08 -04:00 |
|
Alp Mestanogullari
|
d494a50e94
|
CONTRIBUTING.md: ask contributors to leave the changelogs and package versions untouched
|
2018-09-17 17:09:52 +02:00 |
|
Andrew Cady
|
62def38a9b
|
Add record to Req type
This is needed for servant-js to know whether to call JSON.stringify()
on the request body or just send it raw.
|
2018-09-16 21:08:07 -04:00 |
|
Alp Mestanogullari
|
af7ba3d6b8
|
Merge pull request #1033 from CurrySoftware/master
curl-mock cookbook example
|
2018-09-15 13:03:21 +02:00 |
|
Jakob Demler
|
8336fc96d5
|
fix some curl-mock typos
|
2018-09-15 01:36:09 +02:00 |
|
Jakob Demler
|
765b62b05b
|
curl-mock cookbook example
|
2018-09-14 19:01:04 +02:00 |
|
Oleg Grenrus
|
e066fbe493
|
Merge pull request #1032 from Taneb/master
Add bifunctors instances for Servant.API.Alt
|
2018-09-07 13:18:39 +03:00 |
|
Nathan van Doorn
|
43a1d586fe
|
Raise lower bound on bifunctors to match Stackage LTS
|
2018-09-07 09:58:09 +01:00 |
|
Nathan van Doorn
|
7133e9dad2
|
Add bifunctors instances for Servant.API.Alt
These mirror the corresponding instances for (,)
|
2018-09-05 13:15:42 +01:00 |
|
Alp Mestanogullari
|
b8f7eb4452
|
Merge pull request #1030 from aRkadeFR/doc-full-example-servant-elm-auth-yeshql-postgresql
Documentation, adding full website project with servant,auth,elm,yeshql,postgresql
|
2018-08-30 00:04:03 +02:00 |
|
aRkadeFR
|
6211c0c70b
|
Full website project with servant,auth,elm,yeshql,postgresql
|
2018-08-29 18:40:57 +02:00 |
|
Oleg Grenrus
|
46973b7ccf
|
Merge pull request #1024 from messis/add-PutCreated-verb
Add put created verb
|
2018-08-16 20:13:09 +03:00 |
|
messis
|
9df6b1f2a5
|
Add PutCreated verb
|
2018-08-13 15:26:34 +02:00 |
|
messis
|
13b521eb90
|
Add PutCreated verb
|
2018-08-13 15:15:45 +02:00 |
|
Alp Mestanogullari
|
f75bbf25be
|
Merge pull request #1020 from maxhbr/maxhbr/fixMinorTypo
Fix minor typo in deprecation warning
|
2018-08-04 22:40:24 +02:00 |
|
Maximilian Huber
|
81f4db6c5c
|
fix minor typo in deprecation warning
|
2018-08-04 17:16:02 +02:00 |
|
Oleg Grenrus
|
f6c07f30d5
|
Merge pull request #1010 from haskell-servant/readme-version-history
Remove version history from README.md
|
2018-07-13 10:59:42 +03:00 |
|
Alp Mestanogullari
|
3ca4b61148
|
Remove version history from README.md
It is out of date and we already have enough to do during releases to be updating this table, I think.
|
2018-07-13 09:52:03 +02:00 |
|
Alp Mestanogullari
|
5aa22866f2
|
fix github code search link
|
2018-07-11 16:51:50 +02:00 |
|
Oleg Grenrus
|
99e535b579
|
Merge pull request #1009 from phadej/cleanup-pre-ghc-8.0
Cleanup pre-GHC-8.0 stuff
|
2018-07-11 10:10:43 +03:00 |
|
Oleg Grenrus
|
cfade67c2f
|
Cleanup pre-GHC-8.0 stuff
|
2018-07-11 01:39:38 +03:00 |
|
Oleg Grenrus
|
44d34dfd9b
|
Merge pull request #1007 from haskell-servant/github-search
Point to github search for "import Servant" in the examples page
|
2018-07-11 01:32:49 +03:00 |
|
Oleg Grenrus
|
720bb40645
|
Merge pull request #1008 from phadej/lower-ghc-8.0
Support only GHC-8.0+
|
2018-07-11 01:12:26 +03:00 |
|
Oleg Grenrus
|
5ba0e439dc
|
Support only GHC-8.0+
Let's bump lower bounds to whatever is in LTS close to release date.
|
2018-07-10 17:17:56 +03:00 |
|
Alp Mestanogullari
|
749eb61aef
|
Point to github search for servant in the examples page
|
2018-07-09 14:04:49 +02:00 |
|
Oleg Grenrus
|
0ccf698800
|
Add simple setup.py for RTD
|
2018-07-06 12:02:00 +03:00 |
|
Oleg Grenrus
|
a7fc453ee1
|
Fix typo
|
2018-07-06 11:59:16 +03:00 |
|
Oleg Grenrus
|
4b247ee801
|
Update doc deps
|
2018-07-06 11:57:30 +03:00 |
|
Oleg Grenrus
|
bd8c5b96c3
|
Merge pull request #1005 from haskell-servant/using-free-client
Add 'using free client' recipe
|
2018-07-06 04:18:19 +03:00 |
|
Alp Mestanogullari
|
4eca451f2c
|
oops
|
2018-07-06 01:50:58 +02:00 |
|
Alp Mestanogullari
|
ab68ff8ae2
|
remove credits to @phadej
|
2018-07-06 01:48:12 +02:00 |
|
Alp Mestanogullari
|
66039fd124
|
tweaks
|
2018-07-06 00:38:22 +02:00 |
|
Alp Mestanogullari
|
fbd9f3ec29
|
tentative improvements
|
2018-07-06 00:36:37 +02:00 |
|
Oleg Grenrus
|
8dc323ef0a
|
Add 'using free client' recipe
|
2018-07-06 00:21:17 +03:00 |
|
Oleg Grenrus
|
f536c90fa5
|
Disable flawed streams in constant memory test
|
2018-07-05 23:39:02 +03:00 |
|
Oleg Grenrus
|
1114925048
|
Allow free-5.1, lens-4.17
|
2018-07-05 23:21:36 +03:00 |
|
Oleg Grenrus
|
2ec3596c56
|
Add generic/Generic.lhs to cookbook/index.rst
|
2018-07-05 23:21:32 +03:00 |
|
Oleg Grenrus
|
88f8d3b0d1
|
Merge servant-generic
|
2018-07-05 23:21:25 +03:00 |
|
Oleg Grenrus
|
374a7b88fb
|
Deprecate S.Utils.StaticFiles in favor of S.Server.StaticFiles
|
2018-07-05 23:20:59 +03:00 |
|
Oleg Grenrus
|
187c3f49d2
|
Merge pull request #938 from LumiGuide/feat-binary-requests
servant-client-ghcjs: Support binary requests
|
2018-07-01 11:03:22 +03:00 |
|
Oleg Grenrus
|
319dcc2fe1
|
stylish-haskell servant-client-core
|
2018-06-30 22:17:08 +03:00 |
|
Oleg Grenrus
|
07716b8f4e
|
Merge pull request #1001 from phadej/stylish-haskell-all
Apply stylish-haskell on all modules
|
2018-06-30 00:40:22 +03:00 |
|
Oleg Grenrus
|
f9bcc15d0b
|
Apply stylish-haskell on all modules
|
2018-06-29 23:36:39 +03:00 |
|
Oleg Grenrus
|
e3c91ec579
|
Merge pull request #998 from phadej/issue-997
Move Servant.Utils.Links -> Servant.Links. Fixes #997.
|
2018-06-25 15:00:28 +03:00 |
|
Oleg Grenrus
|
2c02287b6b
|
Move Servant.Utils.Links -> Servant.Links. Fixes #997.
|
2018-06-25 14:27:17 +03:00 |
|
Oleg Grenrus
|
5854071641
|
Merge pull request #996 from phadej/remove-enter
Remove Servant.Utils.Enter
|
2018-06-25 01:25:10 +03:00 |
|