Remove the dependency on Gloss
This commit is contained in:
parent
b3854f6841
commit
ba869466e7
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue