name:                flamingra
version:             0.1.1.1
synopsis:            FlameGraphs of profiling
description:         Hack to turn the profiling output into the format suitable for FlameGraph.
license:             BSD3
license-file:        LICENSE
author:              Antonio Nikishaev
maintainer:          me@lelf.lu
-- copyright:           
category:            Development
build-type:          Simple
extra-doc-files:     pandoc.svg changelog
cabal-version:       >=1.10
tested-with:         GHC==7.8.3, GHC==7.10.1

source-repository head
  type:     git
  location: https://github.com/llelf/flamingra

source-repository head
  type:     darcs
  location: http://hub.darcs.net/lelf/flamingra



executable flamingra
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <5,
                       pipes >=4.1,
                       optparse-applicative >=0.11,
                       either >=4.3
  -- hs-source-dirs:      
  default-language:    Haskell2010

library
  exposed-modules:  Flamingra.Docs
  default-language: Haskell2010
  build-depends:    base <= 42