ftdi 0.3.0.0 → 0.3.0.1
raw patch · 3 files changed
+9/−2 lines, 3 filesdep ~generic-randomPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: generic-random
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- README.md +2/−0
- ftdi.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for ftdi +## 0.3.0.1 -- 2021-06-19++* Update README+* Update generic-random bounds+ ## 0.3.0.0 -- 2021-04-10 * Major project update
README.md view
@@ -5,6 +5,8 @@ This library enables you to communicate with FTDI devices. It is implemented as a lightweight wrapper around the [usb](https://hackage.haskell.org/package/usb) library. +See [bindings-libusb](https://hackage.haskell.org/package/bindings-libusb) for instructions to install [libusb](https://libusb.info).+ ## References * [FTDI Website](https://ftdichip.com/) * [Application Note AN_108](https://www.ftdichip.com/Support/Documents/AppNotes/AN_108_Command_Processor_for_MPSSE_and_MCU_Host_Bus_Emulation_Modes.pdf): Command Processor for MPSSE and MCU Host Bus Emulation Modes
ftdi.cabal view
@@ -1,5 +1,5 @@ name: ftdi-version: 0.3.0.0+version: 0.3.0.1 cabal-version: >=1.10 build-type: Simple stability: experimental@@ -54,7 +54,7 @@ , base-unicode-symbols , bytestring , QuickCheck >= 2.11 && < 2.15- , generic-random >= 1.3 && < 1.4+ , generic-random >= 1.3 && < 1.5 , random >= 1.0.0 && < 1.3 , tagged >= 0.8 && < 0.9 , test-framework >= 0.8 && < 0.9