LIB/GTK: use ByteString instead of String for
This commit is contained in:
@@ -61,6 +61,7 @@ library
|
||||
executable hsfm-gtk
|
||||
main-is: HSFM/GUI/Gtk.hs
|
||||
other-modules:
|
||||
HSFM.GUI.Glib.GlibString
|
||||
HSFM.GUI.Gtk.Callbacks
|
||||
HSFM.GUI.Gtk.Data
|
||||
HSFM.GUI.Gtk.Dialogs
|
||||
@@ -77,6 +78,7 @@ executable hsfm-gtk
|
||||
bytestring,
|
||||
containers,
|
||||
data-default,
|
||||
encoding,
|
||||
filepath >= 1.3.0.0,
|
||||
glib >= 0.13,
|
||||
gtk3 >= 0.14.1,
|
||||
@@ -91,7 +93,8 @@ executable hsfm-gtk
|
||||
time >= 1.4.2,
|
||||
transformers,
|
||||
unix,
|
||||
unix-bytestring
|
||||
unix-bytestring,
|
||||
word8
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
Default-Extensions: RecordWildCards
|
||||
|
||||
Reference in New Issue
Block a user