packages feed

moffy-samples-gtk4-run 0.2.1.0 → 0.2.1.1

raw patch · 2 files changed

+2/−1 lines, 2 files

Files

moffy-samples-gtk4-run.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           moffy-samples-gtk4-run-version:        0.2.1.0+version:        0.2.1.1 synopsis:       Package to run moffy samples - Gtk4 version description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/moffy-samples-gtk4-run#readme> category:       Control
src/Control/Moffy/Samples/Run/Gtk4.hs view
@@ -190,6 +190,7 @@ 	(realToFrac -> l, realToFrac -> u) 	(realToFrac -> r, realToFrac -> d)) = do 	cairoSetSourceRgb cr clr+	cairoSetLineWidth cr $ realToFrac lw 	cairoMoveTo cr l u 	cairoLineTo cr r d 	cairoStroke cr