From 137956df424e71fbc58072e3f893a0f6f8d6b7a2 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 24 Dec 2015 06:32:49 +0100 Subject: [PATCH] DOCS: update HACKING.md --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 9771d3e..85789d0 100644 --- a/HACKING.md +++ b/HACKING.md @@ -19,7 +19,7 @@ Hacking Guide The main data structure is in [DirTree.hs](src/Data/DirTree.hs), which should be seen as a library. This is then mapped into the Gtk+ GUI at -[Gui.hs](src/GUI/Gtk/Gui.hs) and [Utils.hs](src/GUI/Gtk/Utils.hs). +[Gtk.hs](src/GUI/Gtk.hs) and [Utils.hs](src/GUI/Gtk/Utils.hs). File operations (like copy, delete etc) are defined at [File.hs](src/IO/File.hs).