From 9793c4dfe4ee8a2619c38c65b09d39d15389b7af Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 31 Oct 2013 10:06:09 -0500 Subject: [PATCH] Adding ghci.conf --- ghci.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ghci.conf diff --git a/ghci.conf b/ghci.conf new file mode 100644 index 0000000..c3d6324 --- /dev/null +++ b/ghci.conf @@ -0,0 +1,16 @@ +import Control.Applicative +import Control.Monad +import Control.Concurrent +import Control.Concurrent.Async +import Control.Parallel + +import Data.String +import Data.Char +import Data.List +import Data.Monoid +import Control.Monad.IO.Class + +:set prompt "λ: " +:set -fno-warn-unused-imports + +:def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\""