Skip to content

Commit

Permalink
cabal: remove ghc-options, move -Wall to pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
kfish committed Nov 13, 2011
1 parent 1b0720f commit f19205e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion cairo-appbase.cabal
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ Executable cairo-appbase


Main-Is: cairo-appbase.hs Main-Is: cairo-appbase.hs
Hs-Source-Dirs: src Hs-Source-Dirs: src
ghc-options: -Wall -fglasgow-exts -O2 -funbox-strict-fields
Build-Depends: glib, gtk, glade, cairo Build-Depends: glib, gtk, glade, cairo


------------------------------------------------------------------------ ------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions src/cairo-appbase.hs
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# OPTIONS -Wall #-}
-- --
-- Based on Gtk2Hs/demo/cairo/Drawing2.hs -- Based on Gtk2Hs/demo/cairo/Drawing2.hs
-- Author: Johan Bockgård <bojohan@dd.chalmers.se> -- Author: Johan Bockgård <bojohan@dd.chalmers.se>
Expand Down

0 comments on commit f19205e

Please sign in to comment.