-
Notifications
You must be signed in to change notification settings - Fork 9
/
ghc-datasize.cabal
32 lines (29 loc) · 1.11 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
29
30
31
32
name: ghc-datasize
version: 0.2.7
license: BSD3
license-file: LICENSE
category: GHC, Debug, Development
cabal-version: >= 1.10
build-type: Simple
author: Dennis Felsing <[email protected]>
maintainer: Dennis Felsing <[email protected]>
homepage: https://dennis.felsing.org/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 && < 5.0,
deepseq >= 1.3,
ghc-heap >= 8.0,
ghc-prim >= 0.5
Hs-source-dirs: src/
Ghc-options: -Wall
source-repository head
type: git
location: https://github.com/def-/ghc-datasize.git