NoTrace 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- NoTrace.cabal +2/−2
- src/Debug/NoTrace.hs +1/−1
NoTrace.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: NoTrace-version: 0.2.0.0+version: 0.2.0.1 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,@@ -33,4 +33,4 @@ hs-source-dirs: test , src build-depends: base >=4.5 && <4.7- ghc-options: -O2 -prof+ ghc-options: -O2
src/Debug/NoTrace.hs view
@@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : portable ----- This module introduce functions that have identical types with functions in the 'Debug.Trace' module.+-- This module introduce functions that have identical types with functions in the "Debug.Trace" module. -- -- You might write some programs like this: --