Fix .cabal file

This fixes 'cabal check' warnings.
This commit is contained in:
Julian Ospald 2016-05-30 12:39:49 +02:00
parent 219b4a7ebb
commit 723042d9b9
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 6 additions and 8 deletions

View File

@ -30,7 +30,7 @@ library
HSFM.Utils.MyPrelude HSFM.Utils.MyPrelude
build-depends: build-depends:
base >= 4.7, base >= 4.7 && < 5,
bytestring, bytestring,
data-default, data-default,
filepath >= 1.3.0.0, filepath >= 1.3.0.0,
@ -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
@ -70,7 +67,7 @@ executable hsfm-gtk
build-depends: build-depends:
Cabal >= 1.22.0.0, Cabal >= 1.22.0.0,
base >= 4.7, base >= 4.7 && < 5,
bytestring, bytestring,
data-default, data-default,
filepath >= 1.3.0.0, filepath >= 1.3.0.0,
@ -97,8 +94,9 @@ executable hsfm-gtk
FlexibleInstances FlexibleInstances
ViewPatterns ViewPatterns
ghc-options: ghc-options:
-O2
-threaded
-Wall -Wall
"-with-rtsopts=-N"
source-repository head
type: git
location: https://github.com/hasufell/hsfm