packages feed

fxpak 0.1.0 → 0.1.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -10,3 +10,7 @@  * Moved module under System.Hardware * Bumped version dependencies++## 0.1.1 -- 2021-04-06++* Tested against ByteString 0.10, relaxed dependency constraint
fxpak.cabal view
@@ -1,5 +1,5 @@ name:                fxpak-version:             0.1.0+version:             0.1.1 synopsis:            Interface to the FXPak/FXPak Pro USB interface description:         Wraps Serial interaction with FXPak/FXPak Pro devices homepage:            https://github.com/wuest/fxpak@@ -24,4 +24,4 @@    build-depends:      base       >= 4.9  && < 4.16                     , serialport >= 0.5  && < 0.6-                    , bytestring >= 0.11 && < 0.12+                    , bytestring >= 0.10 && < 0.12