From ba869466e744c637eabde7752e774a5fd6043a70 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Wed, 26 Jul 2017 10:05:21 +0200 Subject: [PATCH] Remove the dependency on Gloss --- app/Main.hs | 2 +- orbit.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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