# ble - Bluetooth Low Energy for Haskell *ble* is a Haskell library for writing Bluetooth Low Energy peripherals. It currently only supports Linux, and requires Bluez versions 5.41 and up. To see what version you are running, type: ``` bash bluetoothd --version ``` For usage, see the haddocks. There are also examples in 'examples' directory.