essence-of-live-coding-gloss 0.2.5 → 0.2.6
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~essence-of-live-codingPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: essence-of-live-coding
API changes (from Hackage documentation)
Files
essence-of-live-coding-gloss.cabal view
@@ -1,5 +1,5 @@ name: essence-of-live-coding-gloss-version: 0.2.5+version: 0.2.6 synopsis: General purpose live coding framework - Gloss backend description: essence-of-live-coding is a general purpose and type safe live coding framework.@@ -32,7 +32,7 @@ source-repository this type: git location: git@github.com:turion/essence-of-live-coding.git- tag: v0.2.5+ tag: v0.2.6 library exposed-modules:@@ -43,7 +43,7 @@ base >= 4.11 && < 5 , syb >= 0.7 , transformers >= 0.5- , essence-of-live-coding >= 0.2.5+ , essence-of-live-coding >= 0.2.6 , foreign-store >= 0.2 , gloss >= 1.13 hs-source-dirs: src
src/LiveCoding/Gloss/Debugger.hs view
@@ -26,7 +26,7 @@ statePicture = translate (-100) 200 . scale 0.2 0.2 . color red . text . stateShow statePlay :: Debugger PictureM-statePlay = Debugger $ liveCell $ every 2 >>> keep blank >>> arrM (lift . lift . tell)+statePlay = Debugger $ liveCell $ every 2 >>> hold blank >>> arrM (lift . lift . tell) every :: Data s => Integer -> Cell (StateT s PictureM) () (Maybe Picture) every maxN = proc () -> do