packages feed

Plot-ho-matic 0.12.0.0 → 0.12.1.0

raw patch · 3 files changed

+6/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+0.12.1.0+---+* "refresh" clears upstream version so you can see if you get a response+ 0.12.0.0 --- * optional configuration data (SetHo)
Plot-ho-matic.cabal view
@@ -1,5 +1,5 @@ name:                Plot-ho-matic-version:             0.12.0.0+version:             0.12.1.0 synopsis:            Real-time line plotter for generic data license:             BSD3 license-file:        LICENSE
src/SetHo.hs view
@@ -186,6 +186,7 @@   _ <- on buttonRefresh Gtk.buttonActivated $ do     counter <- readIORef counterRef     putStrLn $ "sending settings request " ++ show counter+    writeIORef upstreamCounterRef Nothing     sendRequest counter    _ <- on buttonTakeUpstream Gtk.buttonActivated takeLatestUpstream