From 3693e32766ae4f53ca9d8b002fe8a2e1d79451b9 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 31 Dec 2017 12:43:20 -0600 Subject: [PATCH] haskell.org: Get rid of ~/.ghc.hs It... is not the best idea between haskell versions. --- haskell.org | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/haskell.org b/haskell.org index 03e3791..d95495a 100644 --- a/haskell.org +++ b/haskell.org @@ -19,18 +19,3 @@ Ghci setup, mostly just cosmetics. :set prompt "λ " :set +t #+END_SRC - -* ~/.ghc.hs - -What to automatically have loaded into ghci sessions. - -#+BEGIN_SRC haskell :tangle tmp/.ghc.hs -import Control.Applicative -import Control.Monad -import Data.Monoid -import Data.Maybe -import Data.List -import Data.Bool -import qualified Data.Set as S -import qualified Data.Map as M -#+END_SRC