packages feed

codeworld-api 0.2.2.0 → 0.2.2.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

codeworld-api.cabal view
@@ -1,5 +1,5 @@ Name:                codeworld-api-Version:             0.2.2.0+Version:             0.2.2.1 Synopsis:            Graphics library for CodeWorld License:             Apache License-file:        LICENSE
src/CodeWorld/Driver.hs view
@@ -975,7 +975,7 @@         Canvas.fill ()  arcDrawer b e r w ds =-    withDS ds $ drawFigure ds w $ Canvas.arc (0, 0, 25 * abs r, b, e, b > e)+    drawFigure ds w $ Canvas.arc (0, 0, 25 * abs r, b, e, b > e)  textDrawer sty fnt txt ds =     withDS ds $ do