packages feed

ghc-heap-view 0.5 → 0.5.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ghc-heap-view.cabal view
@@ -1,5 +1,5 @@ Name:                ghc-heap-view-Version:             0.5+Version:             0.5.0.1 Synopsis:            Extract the heap representation of Haskell values and thunks Description:   This library provides functions to introspect the Haskell heap, for example@@ -65,7 +65,7 @@     containers,     transformers,     template-haskell,-    bytestring,+    bytestring (>= 0.10),     binary,     ghc   C-Sources: cbits/HeapView.c cbits/HeapViewPrim.cmm