packages feed

network-can-0.2.0.0: CHANGELOG.md

# Version [0.2.0.0](https://github.com/DistRap/network-can/compare/0.1.0.0...0.2.0.0) (2026-04-29)

* Split `slcan` and `socketcan` into public sublibraries
* Migrate to `io-classes` and switch from `MonadCAN` typeclass
  to `CAN` handle (record of functions style):

  ```
  data CAN m = CAN
  { canSend :: CANMessage -> m ()
  , canRecv :: m CANMessage
  }
  ```
* Runners renamed
  * `runSocketCAN` is now `withSocketCAN`
  * `runSLCAN` is now `withSLCAN`
  to reflect the handle change

# Version [0.1.0.0](https://github.com/DistRap/network-can/compare/d50564...0.1.0.0) (2025-05-19)

* Initial release

---

`network-can` uses [PVP Versioning][1].

[1]: https://pvp.haskell.org