From 442d732696ad431b84f6e5c72b6ee785be4fd968 Mon Sep 17 00:00:00 2001 From: adelon <22380201+adelon@users.noreply.github.com> Date: Sat, 10 Feb 2024 02:22:14 +0100 Subject: Initial commit --- stack.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 stack.yaml (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml new file mode 100644 index 0000000..31dc150 --- /dev/null +++ b/stack.yaml @@ -0,0 +1,7 @@ +resolver: lts-21.25 + +# Put documentation into an easily accessible directory. +build: + haddock-arguments: + haddock-args: + - "--odir=./haddocks" -- cgit v1.2.3