diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ Interactive Clean This module allows you to execute Clean commands interactively, similar to GHCi or the Python shell. Functionality is very limited. In particular there is **no memory**, so you're restricted to one-liners. +Copyright © 2015 Camil Staps. This project is licensed under the MIT license. For more details, see the LICENSE file. + ## Example session $ ./iclean |