Skip to content

Commit

Permalink
Add a couple options and some comments to .ghci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Trinkle committed May 7, 2017
1 parent b002397 commit 37b94ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ghci
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
-- All the text in reflex-dom is Text, not String
:set -XOverloadedStrings
-- Without this, on Mac, we can't open a WKWebView
:set -fno-ghci-sandbox
-- Sensible default
:m + Reflex.Dom

0 comments on commit 37b94ea

Please sign in to comment.