Plot-ho-matic 0.4.0.1 → 0.4.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Plot-ho-matic.cabal +1/−1
- src/GraphWidget.hs +1/−1
Plot-ho-matic.cabal view
@@ -1,5 +1,5 @@ name: Plot-ho-matic-version: 0.4.0.1+version: 0.4.0.2 synopsis: Real-time line plotter for protobuf-like data license: BSD3 license-file: LICENSE
src/GraphWidget.hs view
@@ -294,7 +294,7 @@ -- x axis type xAxisTypeSelector <- Gtk.comboBoxNewText mapM_ (Gtk.comboBoxAppendText xAxisTypeSelector)- ["counter","shifted counter","time","shifted time"]+ ["shifted counter","counter","shifted time","time"] Gtk.comboBoxSetActive xAxisTypeSelector 0 xAxisTypeSelectorBox <- labeledWidget "x axis:" xAxisTypeSelector let updateXAxisTypeSelector = do