Commit graph

  • 25d0aa219f Fix typo in changelog Oleg Grenrus 2017-11-08 12:49:47 +0200
  • 7e9910b27e
    Merge pull request #855 from phadej/more-changelog-0.12 v0.12 Oleg Grenrus 2017-11-08 10:19:26 +0200
  • 0813957b43 Open up significant changes in 0.12 [ci skip] Oleg Grenrus 2017-11-08 10:17:59 +0200
  • 4d851178a0
    Merge pull request #853 from haskell-servant/release-notes Oleg Grenrus 2017-11-07 21:04:21 +0200
  • e431de453f Add release process outline [ci skip] Oleg Grenrus 2017-11-07 16:10:46 +0200
  • c5d34607ac
    Merge pull request #854 from phadej/pull-851 Oleg Grenrus 2017-11-07 19:31:39 +0200
  • 2779f523ca Add doctests (and changelog) Oleg Grenrus 2017-11-07 18:49:30 +0200
  • 7410b4faa8 Links: add allLinks function and MkLink instance for (:<|>) Robert Hensing 2017-11-06 14:42:41 +0100
  • 78eadbf36f Merge ce0fb4d303 into a4b69d432b Robert 2017-11-07 16:15:47 +0000
  • a4b69d432b Add HoistSpec to other-modules of spec Oleg Grenrus 2017-11-07 14:12:19 +0200
  • e63798527b docs for streaming Gershom 2017-11-06 16:46:05 -0500
  • db13077ccb wall clean and compat Gershom 2017-11-06 11:55:27 -0500
  • 90292e1f62 move statuscheck earlier on streaming response to give good error Gershom 2017-11-06 11:37:00 -0500
  • ce0fb4d303 Links: add allLinks function and MkLink instance for (:<|>) Robert Hensing 2017-11-06 14:42:41 +0100
  • e1c46c2069
    Merge pull request #850 from phadej/pull-783 Oleg Grenrus 2017-11-06 14:29:20 +0200
  • bd7f6edb8b Try to add test for root client request Oleg Grenrus 2017-11-06 14:11:05 +0200
  • 0927d2a894 Adding instances for non-JSON content types to servant-foreign Oleg Grenrus 2017-11-06 13:36:51 +0200
  • 3bbc350994 Merge 2d7e25ff2c into c9ddd9b183 Cies Breijs 2017-11-06 11:34:17 +0000
  • c9ddd9b183
    Merge pull request #847 from phadej/pull-742 Oleg Grenrus 2017-11-06 13:34:07 +0200
  • f8fb618efe Fix formatting in doc/examples.md Oleg Grenrus 2017-11-06 13:08:29 +0200
  • bd71022979 Update examples.md Cies Breijs 2017-05-12 02:20:46 +0200
  • d04bd290c5
    Merge pull request #846 from phadej/pull-809-foreign-data Oleg Grenrus 2017-11-06 13:04:15 +0200
  • bba98a3755 Update changelogs Oleg Grenrus 2017-11-06 12:35:43 +0200
  • 80c6ba5347 Derive Typeable for internal servant-foreign types Oleg Grenrus 2017-11-06 12:29:43 +0200
  • bfe6f5b0a4 servant-foreign: Explicitly import Data Oliver Charles 2017-09-20 16:53:52 +0100
  • 197d776e08 servant-foreign: Move -XDeriveDataTypeable to servant-foreign.cabal Ollie Charles 2017-09-20 13:44:42 +0100
  • 335e30be74 servant-foreign: Derive Data for all types Ollie Charles 2017-09-20 13:34:08 +0100
  • 2b8ced59c3 Merge ea3cd5c5ed into b7b6ce7f40 Oliver Charles 2017-11-06 10:20:22 +0000
  • b7b6ce7f40
    Merge pull request #845 from phadej/changelog-0.12 Oleg Grenrus 2017-11-06 12:19:50 +0200
  • 018f0e082e Bump versions and update changelogs. Oleg Grenrus 2017-11-06 10:40:39 +0200
  • b704d3c067 fixup cabal from bad merge Gershom 2017-11-04 00:20:50 -0400
  • 85cf8d1c60 Merge branch 'master' into gb-streaming Gershom 2017-11-04 00:15:35 -0400
  • 38e87397e7 add tests, fix to make tests work Gershom 2017-11-04 00:10:29 -0400
  • 615dd7daf7 Merge 1ac3ebe75f into da98c94e2f Tristan Bull 2017-10-31 08:47:49 +0000
  • da98c94e2f refactor servant.server.internal to consolidate functions (#837) gbaz 2017-10-28 11:17:24 -0700
  • 43e3cd5a45 remove redundant import Gershom 2017-10-27 21:19:33 -0700
  • 1fd9bca1e6 Merge branch 'master' of https://github.com/haskell-servant/servant into use-splitheaders Gershom 2017-10-27 21:15:47 -0700
  • ec8c99372d
    Merge pull request #839 from phadej/travis-new-build Oleg Grenrus 2017-10-27 23:57:31 +0300
  • 9fa886b145 Improve .cabal files Oleg Grenrus 2017-10-22 14:13:18 +0300
  • fcaef360cb Don't build --dep for all Oleg Grenrus 2017-10-22 13:09:07 +0300
  • b45e94de19 cabal new-build based .travis.yml Oleg Grenrus 2017-10-22 12:59:10 +0300
  • de965b208e Merge pull request #842 from phadej/http-types-0.10b Oleg Grenrus 2017-10-25 13:08:15 +0300
  • 76616de601 Allow http-types-0.10 Oleg Grenrus 2017-10-22 12:29:29 +0300
  • 0c77a2b4b0 make client endpoint give polymorphic result Gershom 2017-10-24 17:26:18 -0700
  • e75a3cc37b streaming client actually streams Gershom 2017-10-24 17:12:21 -0700
  • e3a11dbcdb servant-client-ghcjs: Fixed up README Falco Peijnenburg 2017-10-24 21:02:13 +0200
  • 1ac3ebe75f Updating changelog and added bounds on dependency. tmbull 2017-10-23 12:37:56 -0500
  • 09485871f5 Adopt http-types-0.10 Oleg Grenrus 2017-10-23 08:04:28 +0300
  • 2d6bf5055b Improve .cabal files Oleg Grenrus 2017-10-22 14:13:18 +0300
  • 781ea66a62 Use http-types-0.10 in stack.yaml Oleg Grenrus 2017-10-23 08:57:56 +0300
  • 8973cf56f1 Merge pull request #840 from haskell-servant/release-0.11-travis-new-build v0.11.0.1 release-0.11 Oleg Grenrus 2017-10-23 08:51:14 +0300
  • 6ff70e2cdf Adopt http-types-0.10 Oleg Grenrus 2017-10-23 08:04:28 +0300
  • 85929abcc8 Improve .cabal files Oleg Grenrus 2017-10-22 14:13:18 +0300
  • c3e4abd892 Don't build --dep for all Oleg Grenrus 2017-10-22 13:09:07 +0300
  • b120c17137 cabal new-build based .travis.yml Oleg Grenrus 2017-10-22 12:59:10 +0300
  • bd52864718 servant-client-ghcjs: README Falco Peijnenburg 2017-10-21 23:02:03 +0200
  • 3f905ea41c servant-client-ghcjs: Default runClientM doesn't accept ClientEnv, runClientMOrigin does. Falco Peijnenburg 2017-10-21 21:27:57 +0200
  • 911be50df2 servant-client-ghcjs: Fixed not throwing FailureResponse Falco Peijnenburg 2017-10-08 19:47:44 +0200
  • 74bde0a73d servant-client-ghcjs: Fixed Accept and Content-Type headers not being set Falco Peijnenburg 2017-10-04 23:54:46 +0200
  • 7b38e77b00 servant-client-ghcjs: Version bounds for ghcjs-base and ghcjs-prim Falco Peijnenburg 2017-09-26 22:32:19 +0200
  • 8d1229f2d4 servant-client-ghcjs: Renamed GhcjsClientM to ClientM Falco Peijnenburg 2017-09-26 21:38:44 +0200
  • 67f2285e30 WIP! Untested! Initial servant-client-ghcjs package Falco Peijnenburg 2017-09-24 16:05:38 +0200
  • 03122c51a9 Update stack-ghc-8.2.1.yaml Oleg Grenrus 2017-10-22 13:02:43 +0300
  • 26ffbd0033 Allow http-types-0.10 Oleg Grenrus 2017-10-22 12:29:29 +0300
  • 9a2ac6f4dd HasClient instance for Stream Gershom 2017-10-20 15:09:11 -0400
  • a6e6d89f4e refactor servant.server.internal to consolidate functions Gershom 2017-10-20 11:15:22 -0400
  • 9132a5bb84 fix indentation Gershom 2017-10-19 17:43:01 -0400
  • d4168aa3ae first round of changes Gershom 2017-10-19 17:41:49 -0400
  • c5e04514f9 initial checkin Gershom 2017-10-18 18:43:43 -0400
  • ff5502f4f7 Replace User with Account in Generalized Authentication section (#757) Ryan James Spencer 2017-10-17 23:31:29 +1100
  • 6ba4db086f Merge branch 'master' into justanotherdot/readme-fix-gen-auth-example Ryan James Spencer 2017-10-17 14:32:38 +1100
  • f7295cb6d3 Hopefully resolve conflicts Ryan James Spencer 2017-10-17 14:20:23 +1100
  • 0dd045caa7 Exporting new content type lenses. tmbull 2017-10-14 17:26:36 -0500
  • 7472c50569 Adding request body content types to servant-foreign request type. tmbull 2017-10-12 17:44:57 -0500
  • 602806296e Merge pull request #834 from ivan-m/group-notes-together Alp Mestanogullari 2017-10-11 11:54:52 +0200
  • 0d97deada9 Note change Ivan Lazar Miljenovic 2017-10-11 12:19:00 +1100
  • 6df200326f Add an option to wrap notes in a separate header Ivan Lazar Miljenovic 2017-10-11 12:12:48 +1100
  • 9d10fe13dd Use 3rd-level headings Ivan Lazar Miljenovic 2017-10-11 10:48:22 +1100
  • 3bb8d2fcba Merge in master to fix travis build glitch Ryan James Spencer 2017-10-10 16:04:47 +1100
  • e0f539f108 Fixing tests. tmbull 2017-10-09 13:16:39 -0500
  • e3c855f133 Relaxed constraint on http-media. tmbull 2017-10-09 13:04:22 -0500
  • e9622401f9 First hack at fixing #509. tmbull 2017-10-09 11:52:41 -0500
  • f960d97256 Merge pull request #829 from ivan-m/multiple-content-types Alp Mestanogullari 2017-10-09 08:13:29 +0200
  • b3e35fbc79 Make sure tutorial can build Ivan Lazar Miljenovic 2017-10-09 13:22:54 +1100
  • 2251212fc2 Add circleci config Alexandre Esteves 2017-10-06 04:14:40 +0100
  • dc40badb7c Add motivating example for markdownWith to tutorial Ivan Lazar Miljenovic 2017-10-06 13:38:37 +1100
  • 02821e326a Update sample servant-docs output in tutorial Ivan Lazar Miljenovic 2017-10-06 13:21:20 +1100
  • ed3ace3066 Handle request/response bodies with empty titles Ivan Lazar Miljenovic 2017-10-06 13:19:04 +1100
  • a21beadf86 Continuing fix to build on 7.8.4 Ivan Lazar Miljenovic 2017-10-06 13:03:27 +1100
  • 0160f9c6d9 Update ChangeLog Ivan Lazar Miljenovic 2017-10-06 11:14:03 +1100
  • ddcb3560e0 Better haddocks for new documentation Ivan Lazar Miljenovic 2017-10-06 11:11:59 +1100
  • a693648044 A better name for ApiOptions Ivan Lazar Miljenovic 2017-10-06 10:59:00 +1100
  • e3c1c2b464 Fix building on GHC 7.8.4 Ivan Lazar Miljenovic 2017-10-06 10:55:50 +1100
  • 354bee8d32 Remove unused uncurry3 function Ivan Lazar Miljenovic 2017-10-06 10:54:55 +1100
  • 09896b5f39 Group mime-types together, and control how many get displayed Ivan Lazar Miljenovic 2017-10-05 16:26:39 +1100
  • 41d75b4de8 Combine rendering of code samples for request/response bodies Ivan Lazar Miljenovic 2017-10-05 14:48:20 +1100
  • 4f8df0ebe2 Make sure code blocks are indented in markdown documentation Ivan Lazar Miljenovic 2017-10-05 14:41:40 +1100
  • 061bf7a5b1 Add markdown type for text/xml Ivan Lazar Miljenovic 2017-10-05 14:32:06 +1100
  • e8bd3773ef Ensure only \n is used, not \r\n Ivan Lazar Miljenovic 2017-10-05 16:29:01 +1100
  • 63d8f6c0f3 Merge pull request #822 from limaner2002/issue-821 Julian Arni 2017-10-02 09:30:11 -0700