packages feed

MBot 0.2.2.0 → 0.2.3.0

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ MBot: data Device :: *

Files

MBot.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.2.2.0+version:             0.2.3.0  -- A short (one-line) description of the package. synopsis:            Haskell interface for controlling the mBot educational robot
src/MBot.hs view
@@ -63,6 +63,7 @@              setMotor,              setRGB,              playTone,+             Device,              Line(LEFTB, RIGHTB, BOTHB, BOTHW),              Command() ) where