packages feed

ghc-datasize-0.2.2: ghc-datasize.cabal

name:               ghc-datasize
version:            0.2.2
license:            BSD3
license-file:       LICENSE
category:           GHC, Debug, Development
cabal-version:      >= 1.10
build-type:         Simple
author:             Dennis Felsing <dennis@felsin9.de>
maintainer:         Dennis Felsing <dennis@felsin9.de>
homepage:           http://felsin9.de/nnis/ghc-datasize
copyright:          Dennis Felsing 2012-2019
synopsis:           Determine the size of data structures in GHC's memory
description:        ghc-datasize is a tool to determine the size of data
                    structures in GHC's memory. Determining the size of
                    recursive data structures is supported. All sizes are in
                    Bytes.

tested-with: GHC == 8.6.5

Library
  Exposed-modules: GHC.DataSize
  Default-Language: Haskell2010
  Build-depends: base >= 4.12 && < 4.13,
                 deepseq >= 1.3 && < 1.5,
                 ghc-heap == 8.6.*,
                 ghc-prim == 0.5.3
  Hs-source-dirs: src/
  Ghc-options: -Wall

source-repository head
    type:     git
    location: https://github.com/def-/ghc-datasize.git