diff --git a/stack-7.8.yaml b/stack-7.8.yaml index 364267bf..f1b3e8c8 100644 --- a/stack-7.8.yaml +++ b/stack-7.8.yaml @@ -1,4 +1,11 @@ resolver: lts-2.22 +# docker: +# enable: true +# repo: fpco/stack-full +# image: +# containers: +# - base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile +# name: "fpco/stack-test" extra-deps: - path-0.5.7 - path-io-1.1.0 diff --git a/stack.yaml b/stack.yaml index 5db0c072..0c2de13c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,8 +1,11 @@ resolver: lts-5.14 -image: - containers: - - base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile - name: "fpco/stack-test" +# docker: +# enable: true +# repo: fpco/stack-full +# image: +# containers: +# - base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile +# name: "fpco/stack-test" nix: # --nix on the command-line to enable. enable: false