packages feed

cakyrespa 0.0.23 → 0.0.24

raw patch · 2 files changed

+5/−3 lines, 2 filesdep ~gluturtle

Dependency ranges changed: gluturtle

Files

cakyrespa.cabal view
@@ -2,7 +2,7 @@ cabal-version:	>= 1.6  name:		cakyrespa-version:	0.0.23+version:	0.0.24 stability:	Alpha license:	BSD3 license-file:	LICENSE@@ -26,5 +26,5 @@     main-is:		cakyrespa.hs     other-modules:	Minde, Jimpe, Tcidu, Liste, Klesi     build-depends:	base >3 && <5, lojbanParser >= 0.1.5,-        gluturtle >= 0.0.31, GLUT, yjsvg, yjtools >= 0.9.18+        gluturtle >= 0.0.33, GLUT, yjsvg, yjtools >= 0.9.18     ghc-options:	-Wall
src/cakyrespa.hs view
@@ -7,7 +7,7 @@  import Graphics.UI.GLUT(mainLoop) import Graphics.UI.GLUT.Turtle(-	initialize, openField, prompt, oninputtext,+	initialize, openField, openConsole, setConsole, prompt, oninputtext, 	newTurtle, notundo, shape, shapesize)	 import Data.IORef(newIORef, readIORef) import Data.IORef.Tools(atomicModifyIORef_)@@ -19,6 +19,8 @@ main = do 	_args <- initialize 	f <- openField "cakyrespa" 640 480+	c <- openConsole "console" 640 480+	setConsole f c 	t <- newTurtle f 	env <- newIORef [] 	cmds <- newIORef []