diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | stack.yaml | 6 |
2 files changed, 9 insertions, 1 deletions
@@ -5,5 +5,7 @@ cabal.sandbox.config site.hi site.o site -dist +dist/ +dist-stack/ +.stack-work Makefile diff --git a/stack.yaml b/stack.yaml new file mode 100644 index 0000000..546ed14 --- /dev/null +++ b/stack.yaml @@ -0,0 +1,6 @@ +flags: + gueux-org: {} +packages: +- '.' +extra-deps: [] +resolver: lts-2.13 |