diff --git a/app/Main.hs b/app/Main.hs index b2ae30a..202eab1 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -8,7 +8,7 @@ import Linear.V3 import System.Random import Control.Monad (replicateM) -import Graphics.Gloss hiding (Point) +--import Graphics.Gloss hiding (Point) -------------------------------------------------------------------------------- diff --git a/orbit.cabal b/orbit.cabal index 07d3961..cc5165d 100644 --- a/orbit.cabal +++ b/orbit.cabal @@ -28,7 +28,7 @@ executable orbit-exe , orbit , linear , random - , gloss + --, gloss default-language: Haskell2010 test-suite orbit-test