packages feed

haskoin-store-data 1.2.0 → 1.2.2

raw patch · 2 files changed

+3/−11 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

haskoin-store-data.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: b80dd966d53a5ed06b014434cbc7d645ada969d5b1ec3f49d7cb20b2046e5aca+-- hash: b1e2169e1684cc43a1f4959f69901e60cfb4c0d8166f7c06c46aab90bbd676c5  name:           haskoin-store-data-version:        1.2.0+version:        1.2.2 synopsis:       Data for Haskoin Store description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme> category:       Bitcoin, Finance, Network
src/Haskoin/Store/Data.hs view
@@ -501,15 +501,7 @@     script :: !ByteString,     address :: !(Maybe Address)   }-  deriving (Show, Eq, Generic, Hashable, NFData)---- | Follow same order as in database and cache by inverting outpoint sort--- order.-instance Ord Unspent where-  compare a b =-    compare-      (a.block, b.block)-      (b.block, a.block)+  deriving (Show, Eq, Ord, Generic, Hashable, NFData)  instance Serial Unspent where   serialize u = do