diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2018-07-26 18:18:07 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2018-07-26 18:18:07 +0300 |
commit | 6e094bd98f8e9cf7663fdb2ab06020430854c7a9 (patch) | |
tree | 444d387ca44bd29d2d67d5791e000f6c0e0ee842 | |
parent | d70dc69a025091ee67a39b24326547b10c1f9c55 (diff) | |
download | zerobin-master.tar.gz |
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | stack.yaml | 16 |
2 files changed, 0 insertions, 20 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 18dcaf2..0000000 --- a/stack.yaml +++ /dev/null @@ -1,16 +0,0 @@ -resolver: lts-9.6 - -install-ghc: false -skip-ghc-check: true -system-ghc: true - -packages: - -- '.' - -extra-deps: [] - -flags: {} - -extra-package-dbs: [] - |