From 0cc2967d27d9831a9e62933a3db2b829d3cd0249 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 15 Sep 2019 07:57:07 -0400 Subject: output the new stack.yaml format Putting extra-deps in packages: is no longer supported. Per http://docs.haskellstack.org/en/stable/yaml_configuration/#packages : NOTE Beginning with Stack 1.11, Stack has moved over to Pantry for managing extra-deps, and has removed some legacy syntax for specifying dependencies in packages. --- yamlremote | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/yamlremote b/yamlremote index c102003..7c7c38c 100755 --- a/yamlremote +++ b/yamlremote @@ -1,5 +1,4 @@ #!/bin/sh -extra_dep=y keep_orig_line=y main() @@ -51,14 +50,11 @@ output() cat_ <