Fabrizio Ferrai
48314905da
[Haskell-Servant] Upgrade to Servant 0.16 ( #2849 )
2019-05-11 11:08:53 +08:00
Fabrizio Ferrai
0ef579363d
[haskell-servant] Fix parsing of special characters ( #2676 )
2019-05-09 15:08:51 +08:00
Fabrizio Ferrai
250e5284cd
[haskell-servant] Add some missing types to the generated modules ( #2675 )
...
* Add some missing types to the generated modules
* Run bin/openapi3 script
2019-05-04 17:05:15 -05:00
Stefan Dresselhaus
ae376c151b
Something in the dependencies changed. This switch is no longer needed. ( #1850 )
2019-02-20 15:25:11 +08:00
Fabrizio Ferrai
6976a8c775
Upgrade haskell-servant generator to latest LTS ( #1469 )
...
* [Haskell Servant] Upgrade to lts-12
- Upgrade Servant to the latest version
- Add Maybe for optional values
- Add UUID, UTCTime and Day types
- Fix the URL configuration so that it has one param with all data
- Add Data and ToSchema instances to models
- Switch to TLS http manager so it can connect to https urls
- Add nicer API to call the endpoints
- Add Nix support
* [Haskell Servant] Upgrade Petstore
* [Haskell Servant] Delete old swagger-petstore samples
* [Haskell Servant] Use generics for ToForm and FromForm instances
* [Haskell Servant] Generate ToSchema instance only if it's safe to do
2018-12-04 19:03:08 +08:00
Jérémie Bresson
059a3efe46
Regenerate samples ( #367 )
2018-05-08 16:44:51 +08:00
Shimin Guo
37f48239b0
Map ByteArray to Text for haskell codegen ( #6402 )
...
* Support ByteArray in haskell codegen
* update petstore example
2017-08-31 10:19:42 +08:00
wing328
1010ecc8d5
Merge remote-tracking branch 'origin' into 2.3.0
2017-03-18 15:39:10 +08:00
Sebastian Mandrean
5ed94a002c
[Haskell] Fix broken client/server compilation errors ( #5097 )
...
* Remove dead legacy code
* Update cosmetics according to Haskell standard practices
* Fix failing pattern matching for lookupEither
* Bump to latest dependencies without any breaking changes
* Remove duplicate instance declarations already existing in Servant.API.Verbs
* Fix double Java/Haskell escapement bug
* Re-generate Petstore sample client/server
2017-03-17 16:55:11 +08:00
Sebastian Mandrean
55508d9c24
[Haskell] Bump dependencies ( #5061 )
...
* Bump haskell-servant dependencies
* Update haskell-servant petstore sample
2017-03-15 17:42:08 +08:00
wing328
670f103859
better enum naming for symbol (java)
2016-08-04 16:37:48 +08:00
wing328
3cd37bf5e9
fix casting issue with ModelImpl in Haskell
2016-07-27 18:07:35 +08:00
wing328
743a533c65
minor fix to template location for haskell
2016-02-02 22:37:01 +08:00
Masahiro Yamauchi
2ad3171674
Rename
2016-02-01 08:56:15 +09:00