CABAL: remove unnecessary ghc-options
These also caused problems with 'cabal check'.
This commit is contained in:
parent
812bf2fa73
commit
5f82c63aa7
@ -48,10 +48,7 @@ library
|
|||||||
FlexibleInstances
|
FlexibleInstances
|
||||||
ViewPatterns
|
ViewPatterns
|
||||||
ghc-options:
|
ghc-options:
|
||||||
-O2
|
|
||||||
-threaded
|
|
||||||
-Wall
|
-Wall
|
||||||
"-with-rtsopts=-N"
|
|
||||||
|
|
||||||
executable hsfm-gtk
|
executable hsfm-gtk
|
||||||
main-is: HSFM/GUI/Gtk.hs
|
main-is: HSFM/GUI/Gtk.hs
|
||||||
@ -97,8 +94,5 @@ executable hsfm-gtk
|
|||||||
FlexibleInstances
|
FlexibleInstances
|
||||||
ViewPatterns
|
ViewPatterns
|
||||||
ghc-options:
|
ghc-options:
|
||||||
-O2
|
|
||||||
-threaded
|
|
||||||
-Wall
|
-Wall
|
||||||
"-with-rtsopts=-N"
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user