module GraphicsUtils( module Graphics.HGL.Utils , fromInt) where import Graphics.HGL.Utils -- to make ghc happy -- delete for hugs fromInt :: Num a=> Int-> a fromInt n = fromInteger (toInteger n)