From 25e1f5e1c34edea3744e50c1f973d310915c4aa7 Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Sat, 5 Oct 2019 19:24:38 +0100 Subject: [PATCH] [haskell-http-client] Bump deps to LTS 14.7 (#4068) --- .../src/main/resources/haskell-http-client/stack.mustache | 3 +-- samples/client/petstore/haskell-http-client/stack.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/haskell-http-client/stack.mustache b/modules/openapi-generator/src/main/resources/haskell-http-client/stack.mustache index ef3c63b223e..70232859827 100644 --- a/modules/openapi-generator/src/main/resources/haskell-http-client/stack.mustache +++ b/modules/openapi-generator/src/main/resources/haskell-http-client/stack.mustache @@ -1,8 +1,7 @@ -resolver: lts-14.3 +resolver: lts-14.7 build: haddock-arguments: haddock-args: - "--odir=./docs" -extra-deps: [ katip-0.8.3.0 ] packages: - '.' diff --git a/samples/client/petstore/haskell-http-client/stack.yaml b/samples/client/petstore/haskell-http-client/stack.yaml index ef3c63b223e..70232859827 100644 --- a/samples/client/petstore/haskell-http-client/stack.yaml +++ b/samples/client/petstore/haskell-http-client/stack.yaml @@ -1,8 +1,7 @@ -resolver: lts-14.3 +resolver: lts-14.7 build: haddock-arguments: haddock-args: - "--odir=./docs" -extra-deps: [ katip-0.8.3.0 ] packages: - '.'