From f414bdd599a6877fc0f97872cb36a7c8b0c89a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 20 Oct 2018 17:19:06 +0200 Subject: Add haskell stack config --- dotfiles/programming/haskell/stack/global-project/README.txt | 2 ++ dotfiles/programming/haskell/stack/global-project/stack.yaml | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 dotfiles/programming/haskell/stack/global-project/README.txt create mode 100644 dotfiles/programming/haskell/stack/global-project/stack.yaml (limited to 'dotfiles/programming/haskell/stack/global-project') diff --git a/dotfiles/programming/haskell/stack/global-project/README.txt b/dotfiles/programming/haskell/stack/global-project/README.txt new file mode 100644 index 0000000..646fa5f --- /dev/null +++ b/dotfiles/programming/haskell/stack/global-project/README.txt @@ -0,0 +1,2 @@ +This is the implicit global project, which is used only when 'stack' is run +outside of a real project. diff --git a/dotfiles/programming/haskell/stack/global-project/stack.yaml b/dotfiles/programming/haskell/stack/global-project/stack.yaml new file mode 100644 index 0000000..643adf2 --- /dev/null +++ b/dotfiles/programming/haskell/stack/global-project/stack.yaml @@ -0,0 +1,10 @@ +# This is the implicit global project's config file, which is only used when +# 'stack' is run outside of a real project. Settings here do _not_ act as +# defaults for all projects. To change stack's default settings, edit +# '/home/ismael/.local/share/stack/config.yaml' instead. +# +# For more information about stack's configuration, see +# http://docs.haskellstack.org/en/stable/yaml_configuration/ +# +packages: [] +resolver: lts-12.11 -- cgit v1.2.3