debug-tracy-0.1.0.3: debug-tracy.cabal
-- Initial debug-tracy.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: debug-tracy
version: 0.1.0.3
synopsis: More useful trace functions for investigating bugs
description: A collection of things for debugging, (to prevent me from writing them again)
license: BSD3
license-file: LICENSE
author: Isaac Shapira
maintainer: fresheyeball@gmail.com
-- copyright:
category: Development
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
tested-with: GHC == 8.6.1, GHC == 8.4.1, GHC == 8.2.2, GHC == 8.0.2
source-repository head
type: git
location: https://gitlab.com/fresheyeball/debug-tracy.git
library
exposed-modules: Debug.Tracy
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.13
, lens
, random
, transformers
hs-source-dirs: src
default-language: Haskell2010
executable test
main-is: Main.hs
default-language: Haskell2010
hs-source-dirs: test
build-depends: base >= 4.9 && < 4.13
, debug-tracy