CABAL: remove unnecessary ghc-options

These also caused problems with 'cabal check'.
This commit is contained in:
Julian Ospald 2016-05-30 14:50:44 +02:00
parent 812bf2fa73
commit 5f82c63aa7
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 0 additions and 6 deletions

View File

@ -48,10 +48,7 @@ library
FlexibleInstances
ViewPatterns
ghc-options:
-O2
-threaded
-Wall
"-with-rtsopts=-N"
executable hsfm-gtk
main-is: HSFM/GUI/Gtk.hs
@ -97,8 +94,5 @@ executable hsfm-gtk
FlexibleInstances
ViewPatterns
ghc-options:
-O2
-threaded
-Wall
"-with-rtsopts=-N"