xturtle 0.1.25 → 0.2.0.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~yjsvg
Dependency ranges changed: yjsvg
Files
- xturtle.cabal +2/−2
xturtle.cabal view
@@ -2,7 +2,7 @@ cabal-version: >= 1.6 name: xturtle-version: 0.1.25+version: 0.2.0.0 stability: experimental author: Yoshikuni Jujo <PAF01143@nifty.ne.jp> maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>@@ -31,7 +31,7 @@ Hs-source-dirs: src Exposed-modules: Graphics.X11.Turtle Build-depends: base > 3 && < 5, yjtools >= 0.9.16, convertible >= 1.0.8, X11,- X11-xft <= 3.1, x11-xim, setlocale, yjsvg >= 0.1.14, Imlib >= 0.1.2+ X11-xft <= 3.1, x11-xim, setlocale, yjsvg == 0.2.*, Imlib >= 0.1.2 Ghc-options: -Wall Other-modules: Graphics.X11.Turtle.Field, Graphics.X11.Turtle.Input, Graphics.X11.Turtle.Move, Graphics.X11.Turtle.State, Graphics.X11.Turtle.Data,