LIB/GTK: change DirTree again

we now have:
* AnchoredFile -- for representing a file with context
* File         -- for representing a file only

Both representations mean "file" in the broader sense, including
directories.
This commit is contained in:
2015-12-21 00:41:02 +01:00
parent 5bfea0db10
commit fe6145d5be
8 changed files with 157 additions and 136 deletions

View File

@@ -22,6 +22,7 @@ library
IO.Utils
IO.File
IO.Error
MyPrelude
build-depends: base >= 4.7,
data-default,
@@ -50,6 +51,7 @@ executable hsfm-gtk
GUI.Gtk.Gui
GUI.Gtk.Icons
GUI.Gtk.Utils
MyPrelude
build-depends: hsfm,
base >= 4.7,
containers,