Fix .cabal file
This fixes 'cabal check' warnings.
This commit is contained in:
parent
219b4a7ebb
commit
723042d9b9
14
hsfm.cabal
14
hsfm.cabal
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user