MBot 0.2.3.0 → 0.2.4.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- MBot: openMBot :: IO Device
+ MBot: openMBot :: (IO Device)
Files
- MBot.cabal +2/−2
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.3.0+version: 0.2.4.0 -- A short (one-line) description of the package. synopsis: Haskell interface for controlling the mBot educational robot@@ -60,7 +60,7 @@ -- other-extensions: -- Other library packages from which modules are imported.- build-depends: base >=4.8 && <=4.10.0.0,+ build-depends: base >=4.8 && <=4.10.1.0, mtl >=2.2 && <2.3, bytestring >=0.10 && <0.11, hidapi >=0.1 && <0.2