homplexity 0.2 → 0.2.0.0
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
Language/Haskell/Homplexity/Comments.hs view
@@ -9,7 +9,7 @@ CommentLink (..) , CommentType (..) , classifyComments- , findCommentType -- ^ exposed for testing only+ , findCommentType -- exposed for testing only ) where import Data.Char
homplexity.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: homplexity-version: 0.2+version: 0.2.0.0 synopsis: Haskell code quality tool description: Homplexity aims to measure code complexity, warning about fragments that might have higher defect probability