Skip to content

Commit

Permalink
ignore unused do bind
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Nov 13, 2012
1 parent 2e0237b commit e77532d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ghci
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
:set -Wall
:set -fno-warn-unused-imports
:set -fno-warn-unused-binds

:set -fno-warn-unused-do-bind
1 change: 1 addition & 0 deletions course.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Library
GHC-Options: -Wall
-fno-warn-unused-imports
-fno-warn-unused-binds
-fno-warn-unused-do-bind

Hs-Source-Dirs: src

Expand Down

0 comments on commit e77532d

Please sign in to comment.