cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack name: ghc-gc-tune version: 0.3.2 synopsis: Graph performance of Haskell programs with different GC flags description: ghc-gc-tune runs your compiled Haskell program with different GC flags, and generates a graph of time as those GC settings vary. ghc-gc-tune lets your automate the task of finding good GC flags for your program, in order to get the best performance from it. . Graphs are rendered with gnuplot, so make sure that is installed. . Example use: . > cabal install ghc-gc-tune > ghc-gc-tune -t svg binarytrees 12 . Example output: . . For more information on GHC garbage collector settings, see category: Development homepage: https://github.com/ulysses4ever/ghc-gc-tune#readme bug-reports: https://github.com/ulysses4ever/ghc-gc-tune/issues author: Don Stewart maintainer: community license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/ulysses4ever/ghc-gc-tune executable ghc-gc-tune main-is: Main.hs other-modules: Paths_ghc_gc_tune hs-source-dirs: src ghc-options: -Wall -funbox-strict-fields -threaded build-depends: base >=4.7 && <5 , directory , filepath , process default-language: Haskell2010