Skip to content

Commit

Permalink
Don't load pretty-show/hscolour by default. (github#16)
Browse files Browse the repository at this point in the history
As @mpickering pointed out, this breaks `new-repl` if you have
multiple versions of `pretty-show` in your package store.
  • Loading branch information
patrickt authored and gingerhot committed Sep 17, 2019
1 parent af5e9bf commit 9b6be8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ghci
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
-- Load the pretty-show & hscolour packages for use with :pretty.
:set -package pretty-show -package hscolour

-- See docs/💡ProTip!.md
:def! pretty \ _ -> return ":set -interactive-print Semantic.Util.Pretty.prettyShow"
:def! no-pretty \_ -> return ":set -interactive-print System.IO.print"
Expand Down

0 comments on commit 9b6be8b

Please sign in to comment.