~berdario/+junk/dotfiles

« back to all changes in this revision

Viewing changes to ghci.conf

  • Committer: Dario Bertini
  • Date: 2013-11-18 19:22:46 UTC
  • Revision ID: berdario@gmail.com-20131118192246-5r0iuoko1yps72qp
Tweaks to ghci.conf (classy-prelude...) and added haskell-mode configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
:set +t +m
 
 
b'\\ No newline at end of file'
 
1
:set +t +m
 
2
-- :set prompt "> "
 
3
-- with ghc 7.8 there should be prompt2, that doesn't have problems with multiline input 
 
4
 
 
5
:set -XOverloadedStrings
 
6
 
 
7
import Prelude ()
 
8
import ClassyPrelude
 
 
b'\\ No newline at end of file'