From 4729d22c3669da9aa0fed87edfb721fc5ee6ff19 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Mon, 3 May 2021 10:24:26 +0200 Subject: Make stack.yaml an actual symlink to stack-ghc8.6.5.yaml. Add some commented flags in stack files. --- stack.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) mode change 100644 => 120000 stack.yaml (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml deleted file mode 100644 index f5d21085c..000000000 --- a/stack.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# This default stack file is a copy of stack-ghc8.6.5.yaml -# But committing a symlink is probably a bad idea, so it's a real copy - -resolver: lts-14.27 # ghc 8.6.5 - -extra-deps: -- network-2.6.3.6 -- httpd-shed-0.4.0.3 -- cgi-3001.5.0.0 \ No newline at end of file diff --git a/stack.yaml b/stack.yaml new file mode 120000 index 000000000..84f47e45a --- /dev/null +++ b/stack.yaml @@ -0,0 +1 @@ +stack-ghc8.6.5.yaml \ No newline at end of file -- cgit v1.2.3