packages feed

ble 0.3.2.0 → 0.3.2.1

raw patch · 3 files changed

+3/−2 lines, 3 files

Files

ble.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           ble-version:        0.3.2.0+version:        0.3.2.1 synopsis:       Bluetooth Low Energy (BLE) peripherals description:    This package provides a Haskell API for writing Bluetooth Low Energy peripherals. stability:      alpha
package.yaml view
@@ -1,5 +1,5 @@ name:                ble-version:             0.3.2.0+version:             0.3.2.1 synopsis:            Bluetooth Low Energy (BLE) peripherals description:         >     This package provides a Haskell API for writing Bluetooth Low Energy
src/Bluetooth.hs view
@@ -82,6 +82,7 @@   -- | Types representing components of a BLE application.   , Connection   , Application+  , ApplicationRegistered   , Service   , UUID(UUID)   , CharacteristicProperty(..)