aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appdata/ghc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-09-19 23:52:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-09-19 23:52:21 +0300
commit1f49ec438444cce91fd453ee0ed3d5ca23481296 (patch)
tree567a8df858a1c7485dee7e0609ea8ee5fdad24f9 /.appdata/ghc
parentREADME update (diff)
downloadlinux-home-1f49ec438444cce91fd453ee0ed3d5ca23481296.tar.gz
linux-home-1f49ec438444cce91fd453ee0ed3d5ca23481296.zip
export .appdata/ to another project
Diffstat (limited to '.appdata/ghc')
-rw-r--r--.appdata/ghc/ghci.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/.appdata/ghc/ghci.conf b/.appdata/ghc/ghci.conf
deleted file mode 100644
index 0cb900e..0000000
--- a/.appdata/ghc/ghci.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-:set prompt "> "
-:set prompt2 ""
-
-:seti -w
-
-:def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\""
-
-:set -XOverloadedStrings
-:set -XTupleSections