packages feed

gloss-1.0.0.0: Graphics/Gloss/Geometry.hs

module Graphics.Gloss.Geometry
	( module Graphics.Gloss.Geometry.Angle
	, module Graphics.Gloss.Geometry.Vector
	, module Graphics.Gloss.Geometry.Line )
where
import Graphics.Gloss.Geometry.Angle
import Graphics.Gloss.Geometry.Vector
import Graphics.Gloss.Geometry.Line