I found some code that I want to run and that imports GraphicsUtils ...


On Thu, Oct 30, 2008 at 12:25 AM, Don Stewart <dons@galois.com> wrote:
vigalchin:
>    Hello,
>
>         What is the suggested migration path from the Hugs GraphicsUtils to
>    contemporary Haskell??
>
>    Thanks, Vasili


I don't believe anyone has ever asked that question.

If you're doing graphics, in modern Haskell, I'd suggest gtk2hs + ghc.

   http://haskell.org/gtk2hs

-- Don