packages feed

lifx-lan 0.1.0.1 → 0.1.0.2

raw patch · 3 files changed

+3/−3 lines, 3 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Lifx.Lan: data LifxT m a
+ Lifx.Lan: LifxT :: StateT Word8 (ReaderT (Socket, Word32) m) a -> LifxT m a
+ Lifx.Lan: [unLifxT] :: LifxT m a -> StateT Word8 (ReaderT (Socket, Word32) m) a
+ Lifx.Lan: newtype LifxT m a

Files

CHANGELOG.md view
@@ -1,5 +1,5 @@ # Revision history for lifx-lan -## 0.1.0.1 -- YYYY-mm-dd+## 0.1.0.2 -- YYYY-mm-dd  * Basic. Only supports setting power and colour.
lifx-lan.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               lifx-lan-version:            0.1.0.1+version:            0.1.0.2 license:            BSD-3-Clause license-file:       LICENSE author:             George Thomas
src/Lifx/Lan.hs view
@@ -5,7 +5,7 @@     Duration (..),     Lifx,     runLifx,-    LifxT,+    LifxT (..),     runLifxT,     MonadLifx (..),