-- Initial NoTrace.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: NoTrace version: 0.3.0.2 synopsis: Remove all the functions come from Debug.Trace after debugging description: This module introduce functions with identical types with functions in the Debug.Trace. When completing the debug process, use this module to overwrite and silently remove all the tracing functions. homepage: https://github.com/CindyLinz/Haskell-NoTrace license: MIT license-file: LICENSE author: Cindy Wang (CindyLinz) maintainer: cindylinz@gmail.com -- copyright: category: Development build-type: Simple cabal-version: >=1.8 source-repository head type: git location: git@github.com:CindyLinz/Haskell-NoTrace.git library exposed-modules: Debug.NoTrace -- other-modules: hs-source-dirs: src build-depends: base >=4.7 && <4.11 Test-Suite main type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test , src build-depends: base >=4.5 && <4.11 ghc-options: -O2