diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2022-10-29 13:40:34 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2022-10-29 13:40:34 +0200 |
commit | 03e031a190a89799c39f24d1380a3486565e0b26 (patch) | |
tree | aac4afbacdfb1df995ccb148c1432b6461251505 | |
parent | 018b7b00a4090c78e8ae418e06ce51ead3c4b0cf (diff) | |
download | molodivo-master.tar.gz |
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | stack.yaml | 8 |
2 files changed, 0 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index dbaee1d..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.stack-work -/dist -/dist-newstyle -cabal.*.local diff --git a/stack.yaml b/stack.yaml deleted file mode 100644 index 2b0a8d6..0000000 --- a/stack.yaml +++ /dev/null @@ -1,8 +0,0 @@ -resolver: lts-8.17 -packages: -- '.' - -extra-deps: [] -flags: {} -extra-package-dbs: [] - |