forked from def-/ghc-datasize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ghc-datasize.cabal
28 lines (26 loc) · 1.04 KB
/
ghc-datasize.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: ghc-datasize
version: 0.3.0
license: BSD3
license-file: LICENSE
category: GHC, Debug, Development
cabal-version: >= 1.10
build-type: Custom
author: Dennis Felsing <dennis@felsin9.de>
maintainer: Dennis Felsing <dennis@felsin9.de>
homepage: http://felsin9.de/nnis/ghc-datasize
copyright: Dennis Felsing 2012
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.4
library
exposed-modules: GHC.DataSize
default-language: Haskell2010
build-depends: base == 4.*, deepseq, ghc-prim, ghc-heap == 8.6.4
hs-source-dirs: src/
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/def-/ghc-datasize.git