debug-tracy-0.1.0.1: 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.1
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
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.11
, random
, transformers
hs-source-dirs: src
default-language: Haskell2010