Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Add default extensions to .ghci
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Aug 13, 2017
1 parent a56298f commit b4977a3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .ghci
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
:set -Wall -fno-warn-name-shadowing -isrc -i../libraries/Cabal/Cabal -XRecordWildCards
:set -Wall -fno-warn-name-shadowing -isrc -i../libraries/Cabal/Cabal
:set -XDeriveFunctor
:set -XDeriveGeneric
:set -XFlexibleInstances
:set -XGeneralizedNewtypeDeriving
:set -XLambdaCase
:set -XRecordWildCards
:set -XScopedTypeVariables
:set -XTupleSections

:load Main

0 comments on commit b4977a3

Please sign in to comment.