Remove the dependency on Gloss

This commit is contained in:
Dimitri Lozeve 2017-07-26 10:05:21 +02:00
parent b3854f6841
commit ba869466e7
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ import Linear.V3
import System.Random
import Control.Monad (replicateM)
import Graphics.Gloss hiding (Point)
--import Graphics.Gloss hiding (Point)
--------------------------------------------------------------------------------