diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-09-02 21:58:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-09-02 21:58:53 +0300 |
commit | 5a22b14112ee423538dcdb4e7f394369ecf8c973 (patch) | |
tree | c04b3bc1ec4e45f745948bdf53b4e58d803b0578 /%HOME% | |
parent | .bashrc: don't export SHELLOPTS, BASHOPTS (diff) | |
download | linux-home-5a22b14112ee423538dcdb4e7f394369ecf8c973.tar.gz linux-home-5a22b14112ee423538dcdb4e7f394369ecf8c973.zip |
add .ghci and .stack/config.yaml
I no longer do Haskell on Windows only, yay!
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.ghci | 9 | ||||
-rw-r--r-- | %HOME%/.stack/config.yaml | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/%HOME%/.ghci b/%HOME%/.ghci new file mode 100644 index 0000000..0cb900e --- /dev/null +++ b/%HOME%/.ghci @@ -0,0 +1,9 @@ +:set prompt "> " +:set prompt2 "" + +:seti -w + +:def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\"" + +:set -XOverloadedStrings +:set -XTupleSections diff --git a/%HOME%/.stack/config.yaml b/%HOME%/.stack/config.yaml new file mode 100644 index 0000000..6738cd9 --- /dev/null +++ b/%HOME%/.stack/config.yaml @@ -0,0 +1,9 @@ +# This file contains default non-project-specific settings for 'stack', used +# in all projects. For more information about stack's configuration, see +# http://docs.haskellstack.org/en/stable/yaml_configuration/ +templates: + params: + author-name: Egor Tensin + author-email: Egor.Tensin@gmail.com + copyright: '(c) 2017 Egor Tensin <Egor.Tensin@gmail.com>' + github-username: egor-tensin |