Skip to content

Commit f6c2105

Browse files
authored
[haskell-http-client] regen samples (#709)
* [haskell-http-client] regen samples * ensure the haskell-http-client samples are always up-to-date
1 parent c9085b4 commit f6c2105

28 files changed

Lines changed: 1980 additions & 1969 deletions

bin/utils/ensure-up-to-date

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sleep 5
3030
./bin/typescript-node-petstore-all.sh > /dev/null 2>&1
3131
./bin/typescript-inversify-petstore.sh > /dev/null 2>&1
3232
./bin/rust-server-petstore.sh > /dev/null 2>&1
33-
33+
./bin/openapi3/haskell-http-client-petstore.sh > /dev/null 2>&1
3434

3535
# Check:
3636
if [ -n "$(git status --porcelain)" ]; then
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1-SNAPSHOT
1+
3.2.0-SNAPSHOT

samples/client/petstore/haskell-http-client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ test: ; ($(STACKCMD) test --fast);
77
build-example: build ; (cd ./example-app; $(STACKCMD) build --fast);
88
# a test-only project may exit with ExitFailure, despite building successfully
99
build-integration: build ; (cd ./tests-integration; $(STACKCMD) build --no-run-tests --fast);
10-
test-integration: build-integration ; (cd ./tests-integration; $(STACKCMD) test --fast);
10+
test-integration: build-integration ; (cd ./tests-integration; $(STACKCMD) test --fast);

samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-AnotherFake.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Pet.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Core.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-MimeTypes.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Model.html

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

samples/client/petstore/haskell-http-client/docs/doc-index-All.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

samples/client/petstore/haskell-http-client/docs/doc-index-O.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)