X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=IRC.icl;fp=IRC.icl;h=004a39b041684889bf852180f852bc6e40e0dffd;hp=48a58008307f5bc304065f77b399b31f336efcf1;hb=d8e24731b0019b32d0289977fc4620e12b0cd585;hpb=efeeb2225062d5c9dcfaa5180e45046466549427 diff --git a/IRC.icl b/IRC.icl index 48a5800..004a39b 100644 --- a/IRC.icl +++ b/IRC.icl @@ -3,7 +3,7 @@ implementation module IRC import StdList, StdTuple, StdOverloaded, StdFunc, StdString, StdChar, StdBool import _SystemArray -import GenPrint +import Text.GenPrint import GenIRC import Control.Applicative