projects
/
ghc-heap-view.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d2a19
)
This needs bytestring (>= 0.10)
author
Joachim Breitner
<mail@joachim-breitner.de>
Thu, 25 Apr 2013 12:53:03 +0000
(12:53 +0000)
committer
Joachim Breitner
<mail@joachim-breitner.de>
Thu, 25 Apr 2013 12:53:03 +0000
(12:53 +0000)
ghc-heap-view.cabal
patch
|
blob
|
history
diff --git
a/ghc-heap-view.cabal
b/ghc-heap-view.cabal
index
aa2883a
..
f7005e1
100644
(file)
--- a/
ghc-heap-view.cabal
+++ b/
ghc-heap-view.cabal
@@
-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
@@
Library
containers,
transformers,
template-haskell,
- bytestring,
+ bytestring
(>= 0.10)
,
binary,
ghc
C-Sources: cbits/HeapView.c cbits/HeapViewPrim.cmm