-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information
Showing
20 changed files
with
335 additions
and
813 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
modules/swagger-codegen/src/main/resources/haskell-servant/stack.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
resolver: lts-5.11 | ||
extra-deps: | ||
- servant-0.6 | ||
- servant-client-0.6 | ||
- servant-server-0.6 | ||
- http-api-data-0.2.2 | ||
- servant-0.8.1 | ||
- servant-client-0.8.1 | ||
- servant-server-0.8.1 | ||
- http-api-data-0.2.4 | ||
packages: | ||
- '.' |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.