[commit: packages/haskeline] master: Add a `stack.yaml` file, for convenience. (30c2f57)

git at git.haskell.org git at git.haskell.org
Sun Feb 18 17:06:37 UTC 2018


Repository : ssh://git@git.haskell.org/haskeline

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/30c2f5769ef9bb13e0f0f5bac987f62755dd8ea2

>---------------------------------------------------------------

commit 30c2f5769ef9bb13e0f0f5bac987f62755dd8ea2
Author: Judah Jacobson <judah at users.noreply.github.com>
Date:   Sat Dec 2 04:22:11 2017 -0800

    Add a `stack.yaml` file, for convenience.


>---------------------------------------------------------------

30c2f5769ef9bb13e0f0f5bac987f62755dd8ea2
 .gitignore | 1 +
 stack.yaml | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index b19cb2b..a41c477 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ GNUmakefile
 dist/
 dist-install
 ghc.mk
+.stack-work
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
index 0000000..bb59f14
--- /dev/null
+++ b/stack.yaml
@@ -0,0 +1,4 @@
+resolver: lts-9.14
+
+packages:
+- .



More information about the ghc-commits mailing list