weigh 0.0.9 → 0.0.10
raw patch · 3 files changed
+6/−1 lines, 3 files
Files
- CHANGELOG +3/−0
- src/Weigh.hs +2/−0
- weigh.cabal +1/−1
CHANGELOG view
@@ -1,3 +1,6 @@+0.0.10:+ * Export Grouped+ 0.0.9: * Support markdown output
src/Weigh.hs view
@@ -56,6 +56,8 @@ ,weighDispatch ,weighFunc ,weighAction+ ,Grouped+ ,Grouped(..) ) where
weigh.cabal view
@@ -1,5 +1,5 @@ name: weigh-version: 0.0.9+version: 0.0.10 synopsis: Measure allocations of a Haskell functions/values description: Please see README.md homepage: https://github.com/fpco/weigh#readme