heapsize 0.3.0 → 0.3.0.1
raw patch · 2 files changed
+5/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−0
- heapsize.cabal +4/−4
LICENSE view
@@ -1,4 +1,5 @@ Copyright (c) 2012 Dennis Felsing+Copyright (c) 2020-2021 Pepe Iborra All rights reserved.
heapsize.cabal view
@@ -1,13 +1,13 @@-cabal-version: 3.0+cabal-version: 2.0 name: heapsize-version: 0.3.0-license: BSD-3-Clause+version: 0.3.0.1+license: BSD3 license-file: LICENSE category: GHC, Debug, Development build-type: Simple author: Michail Pardalos <mpardalos@gmail.com> maintainer: Pepe Iborra <pepeiborra@gmail.com>-copyright: Michail Pardalos 2020, Pepe Iborra 2020-2021+copyright: Dennis Felsing 2012-2019, Michail Pardalos 2020, Pepe Iborra 2020-2021 synopsis: Determine the size of runtime data structures description: heapsize is a tool to determine the size data structures. Determining the size of recursive data structures is