Skip to content

Commit

Permalink
Remove -XSafe for Issue #20
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Nov 25, 2013
1 parent a037384 commit 4ed9efc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .ghci
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
:set -XNoImplicitPrelude
:set -XScopedTypeVariables
:set -XOverloadedStrings
:set -XSafe
3 changes: 1 addition & 2 deletions course.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ library
-fno-warn-unused-imports
-fno-warn-type-defaults

default-extensions: Safe
NoImplicitPrelude
default-extensions: NoImplicitPrelude
ScopedTypeVariables

hs-source-dirs: src
Expand Down

0 comments on commit 4ed9efc

Please sign in to comment.