summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--stack.yaml5
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 790cebe..5acc083 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/cabal-dev/
.cabal-sandbox
cabal.sandbox.config
+.stack-work
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
index 0000000..03ecf42
--- /dev/null
+++ b/stack.yaml
@@ -0,0 +1,5 @@
+flags: {}
+packages:
+- '.'
+extra-deps: []
+resolver: lts-4.1