Skip to content

Commit

Permalink
turn off warnings for type defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Nov 29, 2012
1 parent be0379e commit 022599f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ghci
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
:set -fno-warn-unused-imports
:set -fno-warn-unused-binds
:set -fno-warn-unused-do-bind
:set -fno-warn-type-defaults
1 change: 1 addition & 0 deletions course.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Library
-fno-warn-unused-imports
-fno-warn-unused-binds
-fno-warn-unused-do-bind
-fno-warn-type-defaults

Hs-Source-Dirs: src

Expand Down
2 changes: 2 additions & 0 deletions test/course-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Executable course-test
-fhpc
-fno-warn-unused-imports
-fno-warn-unused-binds
-fno-warn-unused-do-bind
-fno-warn-type-defaults

Hs-Source-Dirs: ../src src

Expand Down

0 comments on commit 022599f

Please sign in to comment.