Commit Graph

729 Commits

Author SHA1 Message Date
Alp Mestanogullari
e81ac8fbc5 examples: add GS4 2015-05-09 18:11:03 +02:00
Alp Mestanogullari
f3002b36da examples: tweak GS3 2015-05-09 18:11:03 +02:00
Alp Mestanogullari
3edc067c66 servant-examples: add GS3 2015-05-09 18:11:03 +02:00
Alp Mestanogullari
66456cafa2 refactor a bit + add GS2 2015-05-09 18:11:03 +02:00
Alp Mestanogullari
2b23253a8d first getting-started example 2015-05-09 18:11:03 +02:00
Alp Mestanogullari
8b705f6d0e Merge pull request #62 from haskell-servant/jkarni/bump-0.4
Bump everything to 0.4
2015-05-09 17:09:59 +01:00
Julian K. Arni
b81ea9eee2 Bump everything to 0.4 2015-05-09 17:28:52 +02:00
Alp Mestanogullari
c8aa53f1a4 Merge pull request #63 from haskell-servant/docs-exports
add missing exports (lenses) to servant-docs's Servant.Docs module
2015-05-09 16:09:54 +01:00
Alp Mestanogullari
b6f7efe8e2 put intro titles at the same level as the endpoints 2015-05-09 16:28:19 +02:00
Alp Mestanogullari
c2211e9534 add missing exports (lenses) to servant-docs's Servant.Docs module 2015-05-09 16:06:11 +02:00
Julian Arni
fc517a2f85 Merge pull request #60 from codedmart/fix-baseurl
make BaseUrl an argument to 'client' instead of each function produced by 'client'
2015-05-09 02:28:31 +02:00
Brandon Martin
bc8efb2464 clean up Client and remove Setup binary 2015-05-08 17:51:23 -06:00
Brandon Martin
7c24c2a5a3 remove unsed type and clean up
merge master and fix conflicts
2015-05-08 15:53:09 -06:00
Julian K. Arni
eba7d654c2 Fix remaining test cases 2015-05-08 15:53:09 -06:00
Brandon Martin
f5dd4bfdbd changes to fix tests for baseurl changes
initial changes to fix tests for baseurl changes

more test fixes

moving some test spec stuff around
2015-05-08 15:53:09 -06:00
Alp Mestanogullari
8f100a14e8 make BaseUrl an argument to 'client' instead of each function produced by 'client'
Headers for all

Remove Canonicalize
2015-05-08 15:53:05 -06:00
Julian Arni
c758e4bc10 Merge pull request #59 from codedmart/deleteResponseBody
modify delete to allow for response body
2015-05-07 16:47:55 +02:00
Brandon Martin
95abfc4090 fix ToSample instance and update changelogs 2015-05-07 05:22:01 -06:00
Brandon Martin
10a6020ca2 modify delete to allow for response body 2015-05-06 13:21:35 -06:00
Julian Arni
09d901d87c Merge pull request #58 from haskell-servant/jkarni/remove-serveDocumentation
remove serveDocumentation references/code
2015-05-06 17:42:52 +02:00
Julian K. Arni
1631ae644c remove serveDocumentation references/code 2015-05-06 16:49:49 +02:00
Julian Arni
a058cd4bf4 Merge pull request #57 from haskell-servant/jkarni/pre-0.3
Last tasks for 0.3
2015-05-04 17:53:29 +02:00
Julian K. Arni
59cc7972de Changelog updates 2015-05-04 17:04:11 +02:00
Julian K. Arni
92d65aaf49 -Wall fixes 2015-05-03 13:36:51 +02:00
Julian K. Arni
84211d4a0f Fix ToSample issues 2015-05-03 01:50:30 +02:00
Julian K. Arni
50b05860b7 Remove Canonicalize 2015-05-03 01:45:17 +02:00
Julian K. Arni
bdf6d9aa48 Better docs for servant-server 2015-05-03 01:28:13 +02:00
Julian K. Arni
3b4b958110 Doctests for servant-server 2015-05-03 01:27:48 +02:00
Julian K. Arni
1447221a16 Fixes for ServantErr in servant-client 2015-05-03 01:16:38 +02:00
Julian K. Arni
45f8c2c458 Fix variable shadowing 2015-05-03 00:32:59 +02:00
Julian K. Arni
74f4d2db14 Enter via natural transformations 2015-05-03 00:15:35 +02:00
Julian K. Arni
978c890061 Pattern match fix 2015-05-02 12:39:02 +02:00
Julian K. Arni
12df2cdca5 Export fix 2015-05-02 12:16:32 +02:00
Julian K. Arni
9c20b668e7 Changelog and sources.txt updates 2015-05-02 12:09:00 +02:00
Julian K. Arni
666e670058 Servant-blaze and servant-lucid 2015-05-02 12:04:47 +02:00
Julian K. Arni
a2b8d6ae58 Better servant-server left 2015-05-02 03:38:53 +01:00
Julian K. Arni
5531ada22b Headers for all 2015-05-02 02:21:03 +01:00
Alp Mestanogullari
6253b8af1b Merge pull request #53 from haskell-servant/servant-examples
Add a servant-examples dir with 3 "classical" examples (and more to come?)
2015-04-24 16:59:08 +03:00
Alp Mestanogullari
4c86c7395c add an auth combinator example 2015-04-24 14:00:57 +02:00
Alp Mestanogullari
e371fb886f add an example to show how to apply a WAI middleware 2015-04-24 12:37:33 +02:00
Alp Mestanogullari
ac73b825f0 fix tab warning 2015-04-23 17:10:43 +02:00
Alp Mestanogullari
50a1c86f5f add servant-examples to sources.txt and scripts/shell.nix 2015-04-23 16:31:08 +02:00
Alp Mestanogullari
29632c4ac2 add an example on how to derive client functions for Hackage 2015-04-23 13:07:52 +02:00
Julian Arni
6651df574a Merge pull request #50 from haskell-servant/jkarni/sundry-cleanup
Sundry cleanup
2015-04-22 18:10:06 +02:00
Julian K. Arni
7cb2ca05c4 7.10 CPP
Including some annoying hacks to work around CPP comments.
2015-04-22 14:57:30 +02:00
Julian K. Arni
f82ca76f7d 7.10 changes 2015-04-22 12:27:18 +02:00
Julian K. Arni
f4edddc770 Remove unused dependencies 2015-04-20 19:50:18 +02:00
Julian K. Arni
019d49e782 default.nix and sources files 2015-04-20 19:13:55 +02:00
Julian K. Arni
d875c256bc More utility scripts 2015-04-20 19:13:06 +02:00
Julian K. Arni
669fb6e371 Add link to changelogs in cabal file 2015-04-20 16:00:51 +02:00