diff options
author | Mart Lubbers | 2018-03-20 10:29:39 +0100 |
---|---|---|
committer | Camil Staps | 2018-03-20 10:34:35 +0100 |
commit | 772f296f18daca19ed3c1f8bb85a2661ace15614 (patch) | |
tree | f25cd185916ee10f7fc1242b1a43a65d2edc5799 /iclean.icl | |
parent | Merge branch 'master' of github:camilstaps/iClean (diff) |
Update to platform generics
Diffstat (limited to 'iclean.icl')
-rw-r--r-- | iclean.icl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |