ghc-heap-view 0.6.4 → 0.6.4.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
+ GHC.HeapView: CONTINUATION :: ClosureType
+ GHC.HeapView: [thread_label] :: GenClosure b -> !Maybe b
+ GHC.HeapView: [weakLink] :: GenClosure b -> !Maybe b
- GHC.HeapView: TSOClosure :: !StgInfoTable -> !b -> !b -> !b -> !b -> !b -> !b -> !WhatNext -> !WhyBlocked -> ![TsoFlags] -> !Word64 -> !Word32 -> !Word32 -> !Int64 -> !Word32 -> !Maybe StgTSOProfInfo -> GenClosure b
+ GHC.HeapView: TSOClosure :: !StgInfoTable -> !b -> !b -> !b -> !b -> !b -> !b -> !Maybe b -> !WhatNext -> !WhyBlocked -> ![TsoFlags] -> !Word64 -> !Word32 -> !Word32 -> !Int64 -> !Word32 -> !Maybe StgTSOProfInfo -> GenClosure b
- GHC.HeapView: WeakClosure :: !StgInfoTable -> !b -> !b -> !b -> !b -> !b -> GenClosure b
+ GHC.HeapView: WeakClosure :: !StgInfoTable -> !b -> !b -> !b -> !b -> !Maybe b -> GenClosure b
- GHC.HeapView: data Box
+ GHC.HeapView: data () => Box
- GHC.HeapView: data ClosureType
+ GHC.HeapView: data () => ClosureType
- GHC.HeapView: data GenClosure b
+ GHC.HeapView: data () => GenClosure b
- GHC.HeapView: data StgInfoTable
+ GHC.HeapView: data () => StgInfoTable
Files
- ghc-heap-view.cabal +5/−5
ghc-heap-view.cabal view
@@ -1,5 +1,5 @@ Name: ghc-heap-view-Version: 0.6.4+Version: 0.6.4.1 Synopsis: Extract the heap representation of Haskell values and thunks Description: This library provides functions to introspect the Haskell heap, for example@@ -41,7 +41,7 @@ . The work on this package has been supported by the Deutsche Telekom Stiftung (<http://telekom-stiftung.de>).-tested-with: GHC == 8.6.1, GHC == 8.6.2, GHC == 8.6.3, GHC == 8.6.4, GHC == 8.6.5, GHC == 8.8.1, GHC == 8.10.1, GHC == 9.0.1, GHC == 9.2.1+tested-with: GHC == 8.6.1, GHC == 8.6.2, GHC == 8.6.3, GHC == 8.6.4, GHC == 8.6.5, GHC == 8.8.1, GHC == 8.10.1, GHC == 9.0.1, GHC == 9.2.1, GHC == 9.2.8, GHC == 9.4.8, GHC == 9.6.3, GHC == 9.8.1 License: BSD3 License-file: LICENSE Author: Joachim Breitner, Dennis Felsing@@ -59,9 +59,9 @@ Default: False custom-setup- setup-depends: base >= 4.12 && < 4.18+ setup-depends: base >= 4.12 && < 4.20 setup-depends: filepath- setup-depends: Cabal >= 1.24 && < 3.9+ setup-depends: Cabal >= 1.24 && < 3.11 Library Default-Language: Haskell2010@@ -71,7 +71,7 @@ GHC.Disassembler GHC.HeapView.Debug Build-depends:- base >= 4.12 && < 4.18,+ base >= 4.12 && < 4.20, ghc-heap, containers, transformers,