packages feed

net-spider-rpl 0.2.0.0 → 0.2.1.0

raw patch · 3 files changed

+12/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ NetSpider.RPL.DIO: type TrickleInterval = Word

Files

ChangeLog.md view
@@ -1,5 +1,13 @@ # Revision history for net-spider-rpl +## 0.2.1.0  -- 2019-07-19++### DIO module++* Export `TrickleInterval` type synonym. It should have been exported+  in the first place.++ ## 0.2.0.0  -- 2019-07-15  * [BREAKING CHANGE] Type class instances from net-spider-pangraph are
net-spider-rpl.cabal view
@@ -1,5 +1,5 @@ name:                   net-spider-rpl-version:                0.2.0.0+version:                0.2.1.0 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3
src/NetSpider/RPL/DIO.hs view
@@ -14,6 +14,7 @@     dioLinkState,     MergedDIOLink(..),     Rank,+    TrickleInterval,     NeighborType(..),     neighborTypeToText,     neighborTypeFromText,@@ -55,6 +56,8 @@  -- | The interval of Trickle timer as decribed as number of doublings -- of the minimum interval, i.e. log2(I / Imin).+--+-- @since 0.2.1.0 type TrickleInterval = Word  -- | Node attributes about DIO.