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 System.Random
import Control.Monad (replicateM) import Control.Monad (replicateM)
import Graphics.Gloss hiding (Point) --import Graphics.Gloss hiding (Point)
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View file

@ -28,7 +28,7 @@ executable orbit-exe
, orbit , orbit
, linear , linear
, random , random
, gloss --, gloss
default-language: Haskell2010 default-language: Haskell2010
test-suite orbit-test test-suite orbit-test