aboutsummaryrefslogtreecommitdiff
path: root/iclean.icl
diff options
context:
space:
mode:
authorMart Lubbers2018-03-20 10:29:39 +0100
committerCamil Staps2018-03-20 10:34:35 +0100
commit772f296f18daca19ed3c1f8bb85a2661ace15614 (patch)
treef25cd185916ee10f7fc1242b1a43a65d2edc5799 /iclean.icl
parentMerge branch 'master' of github:camilstaps/iClean (diff)
Update to platform generics
Diffstat (limited to 'iclean.icl')
-rw-r--r--iclean.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/iclean.icl b/iclean.icl
index 31cd2e1..526bacb 100644
--- a/iclean.icl
+++ b/iclean.icl
@@ -38,7 +38,7 @@ import ExtraString
temp_path :== "/tmp/"
temp_module :== "iclean"
readline_history :== "/home/.iclean_history"
-template :== map ((+++) "import ") ["StdEnv", "StdDynamic", "GenPrint"]
+template :== map ((+++) "import ") ["StdEnv", "StdDynamic", "Data.Generics.GenPrint"]
template_file :== "/home/.iclean_template"
// END SETTINGS