packages feed

cakyrespa 0.0.8 → 0.0.9

raw patch · 2 files changed

+3/−2 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.8+version:	0.0.9 stability:	Alpha license:	BSD3 license-file:	LICENSE@@ -26,5 +26,5 @@     main-is:		cakyrespa.hs     other-modules:	Language.Lojban.Read     build-depends:	base >3 && <5, lojbanParser >= 0.1.5,-        gluturtle >= 0.0.13, GLUT, yjsvg+        gluturtle >= 0.0.15, GLUT, yjsvg     ghc-options:	-Wall
src/cakyrespa.hs view
@@ -15,6 +15,7 @@ 	rawArgs <- getArgs 	_args <- initialize prgName rawArgs 	f <- openField "cakyrespa" 640 480+	prompt f ".i " 	t <- newTurtle f --	pencolor t ((255, 255, 255) :: (Int, Int, Int)) --	fillcolor t ((255, 255, 255) :: (Int, Int, Int))