LIB/GTK: use ByteString instead of String for

This commit is contained in:
2016-04-05 00:56:36 +02:00
parent af20dcf866
commit bad817d32d
11 changed files with 194 additions and 73 deletions

View File

@@ -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