Advertisement
Guest User

Untitled

a guest
Nov 24th, 2011
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 KB | None | 0 0
  1. Last login: Thu Nov 24 16:42:09 on ttys000
  2. iMac:~ averyrobinson$ cabal update
  3. Downloading the latest package list from hackage.haskell.org
  4. iMac:~ averyrobinson$ cabal install hlint
  5. Resolving dependencies...
  6. No packages to be installed. All the requested packages are already installed.
  7. If you want to reinstall anyway then use the --reinstall flag.
  8. iMac:~ averyrobinson$ cabal install hlint --reinstall
  9. Resolving dependencies...
  10. Configuring hlint-1.8.18...
  11. Preprocessing library hlint-1.8.18...
  12. Preprocessing executables for hlint-1.8.18...
  13. Building hlint-1.8.18...
  14. [ 1 of 33] Compiling HSE.Type ( src/HSE/Type.hs, dist/build/HSE/Type.o )
  15. [ 2 of 33] Compiling HSE.Util ( src/HSE/Util.hs, dist/build/HSE/Util.o )
  16. [ 3 of 33] Compiling HSE.Match ( src/HSE/Match.hs, dist/build/HSE/Match.o )
  17. [ 4 of 33] Compiling HSE.NameMatch ( src/HSE/NameMatch.hs, dist/build/HSE/NameMatch.o )
  18. [ 5 of 33] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.o )
  19. [ 6 of 33] Compiling Util ( src/Util.hs, dist/build/Util.o )
  20. [ 7 of 33] Compiling HSE.Bracket ( src/HSE/Bracket.hs, dist/build/HSE/Bracket.o )
  21. [ 8 of 33] Compiling HSE.Evaluate ( src/HSE/Evaluate.hs, dist/build/HSE/Evaluate.o )
  22. [ 9 of 33] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, dist/build/Paths_hlint.o )
  23. [10 of 33] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.o )
  24. [11 of 33] Compiling HSE.All ( src/HSE/All.hs, dist/build/HSE/All.o )
  25. [12 of 33] Compiling Settings ( src/Settings.hs, dist/build/Settings.o )
  26. [13 of 33] Compiling Idea ( src/Idea.hs, dist/build/Idea.o )
  27. [14 of 33] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/Hint/Type.o )
  28. [15 of 33] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/Hint/Match.o )
  29. [16 of 33] Compiling Hint.List ( src/Hint/List.hs, dist/build/Hint/List.o )
  30. [17 of 33] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/Hint/Monad.o )
  31. [18 of 33] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/Hint/Bracket.o )
  32. [19 of 33] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/Hint/Naming.o )
  33. [20 of 33] Compiling Hint.Structure ( src/Hint/Structure.hs, dist/build/Hint/Structure.o )
  34. [21 of 33] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/Hint/Import.o )
  35. [22 of 33] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/Hint/Pragma.o )
  36. [23 of 33] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/Hint/Extensions.o )
  37. [24 of 33] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/Hint/Duplicate.o )
  38. [25 of 33] Compiling Hint.Util ( src/Hint/Util.hs, dist/build/Hint/Util.o )
  39. [26 of 33] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/Hint/ListRec.o )
  40. [27 of 33] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/Hint/Lambda.o )
  41. [28 of 33] Compiling Hint.All ( src/Hint/All.hs, dist/build/Hint/All.o )
  42. [29 of 33] Compiling Apply ( src/Apply.hs, dist/build/Apply.o )
  43. [30 of 33] Compiling Test ( src/Test.hs, dist/build/Test.o )
  44. [31 of 33] Compiling Report ( src/Report.hs, dist/build/Report.o )
  45. [32 of 33] Compiling HLint ( src/HLint.hs, dist/build/HLint.o )
  46. [33 of 33] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, dist/build/Language/Haskell/HLint.o )
  47. [ 1 of 33] Compiling HSE.Type ( src/HSE/Type.hs, dist/build/HSE/Type.p_o )
  48. [ 2 of 33] Compiling HSE.Util ( src/HSE/Util.hs, dist/build/HSE/Util.p_o )
  49. [ 3 of 33] Compiling HSE.Match ( src/HSE/Match.hs, dist/build/HSE/Match.p_o )
  50. [ 4 of 33] Compiling HSE.NameMatch ( src/HSE/NameMatch.hs, dist/build/HSE/NameMatch.p_o )
  51. [ 5 of 33] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.p_o )
  52. [ 6 of 33] Compiling Util ( src/Util.hs, dist/build/Util.p_o )
  53. [ 7 of 33] Compiling HSE.Bracket ( src/HSE/Bracket.hs, dist/build/HSE/Bracket.p_o )
  54. [ 8 of 33] Compiling HSE.Evaluate ( src/HSE/Evaluate.hs, dist/build/HSE/Evaluate.p_o )
  55. [ 9 of 33] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, dist/build/Paths_hlint.p_o )
  56. [10 of 33] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.p_o )
  57. [11 of 33] Compiling HSE.All ( src/HSE/All.hs, dist/build/HSE/All.p_o )
  58. [12 of 33] Compiling Settings ( src/Settings.hs, dist/build/Settings.p_o )
  59. [13 of 33] Compiling Idea ( src/Idea.hs, dist/build/Idea.p_o )
  60. [14 of 33] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/Hint/Type.p_o )
  61. [15 of 33] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/Hint/Match.p_o )
  62. [16 of 33] Compiling Hint.List ( src/Hint/List.hs, dist/build/Hint/List.p_o )
  63. [17 of 33] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/Hint/Monad.p_o )
  64. [18 of 33] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/Hint/Bracket.p_o )
  65. [19 of 33] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/Hint/Naming.p_o )
  66. [20 of 33] Compiling Hint.Structure ( src/Hint/Structure.hs, dist/build/Hint/Structure.p_o )
  67. [21 of 33] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/Hint/Import.p_o )
  68. [22 of 33] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/Hint/Pragma.p_o )
  69. [23 of 33] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/Hint/Extensions.p_o )
  70. [24 of 33] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/Hint/Duplicate.p_o )
  71. [25 of 33] Compiling Hint.Util ( src/Hint/Util.hs, dist/build/Hint/Util.p_o )
  72. [26 of 33] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/Hint/ListRec.p_o )
  73. [27 of 33] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/Hint/Lambda.p_o )
  74. [28 of 33] Compiling Hint.All ( src/Hint/All.hs, dist/build/Hint/All.p_o )
  75. [29 of 33] Compiling Apply ( src/Apply.hs, dist/build/Apply.p_o )
  76. [30 of 33] Compiling Test ( src/Test.hs, dist/build/Test.p_o )
  77. [31 of 33] Compiling Report ( src/Report.hs, dist/build/Report.p_o )
  78. [32 of 33] Compiling HLint ( src/HLint.hs, dist/build/HLint.p_o )
  79. [33 of 33] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, dist/build/Language/Haskell/HLint.p_o )
  80. Registering hlint-1.8.18...
  81. [ 1 of 34] Compiling HSE.Type ( src/HSE/Type.hs, dist/build/hlint/hlint-tmp/HSE/Type.o )
  82. [ 2 of 34] Compiling HSE.Util ( src/HSE/Util.hs, dist/build/hlint/hlint-tmp/HSE/Util.o )
  83. [ 3 of 34] Compiling HSE.NameMatch ( src/HSE/NameMatch.hs, dist/build/hlint/hlint-tmp/HSE/NameMatch.o )
  84. [ 4 of 34] Compiling HSE.Match ( src/HSE/Match.hs, dist/build/hlint/hlint-tmp/HSE/Match.o )
  85. [ 5 of 34] Compiling Parallel ( src/Parallel.hs, dist/build/hlint/hlint-tmp/Parallel.o )
  86. [ 6 of 34] Compiling Util ( src/Util.hs, dist/build/hlint/hlint-tmp/Util.o )
  87. [ 7 of 34] Compiling HSE.Bracket ( src/HSE/Bracket.hs, dist/build/hlint/hlint-tmp/HSE/Bracket.o )
  88. [ 8 of 34] Compiling HSE.Evaluate ( src/HSE/Evaluate.hs, dist/build/hlint/hlint-tmp/HSE/Evaluate.o )
  89. [ 9 of 34] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, dist/build/hlint/hlint-tmp/Paths_hlint.o )
  90. [10 of 34] Compiling CmdLine ( src/CmdLine.hs, dist/build/hlint/hlint-tmp/CmdLine.o )
  91. [11 of 34] Compiling HSE.All ( src/HSE/All.hs, dist/build/hlint/hlint-tmp/HSE/All.o )
  92. [12 of 34] Compiling Settings ( src/Settings.hs, dist/build/hlint/hlint-tmp/Settings.o )
  93. [13 of 34] Compiling Idea ( src/Idea.hs, dist/build/hlint/hlint-tmp/Idea.o )
  94. [14 of 34] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/hlint/hlint-tmp/Hint/Type.o )
  95. [15 of 34] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/hlint/hlint-tmp/Hint/Bracket.o )
  96. [16 of 34] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/hlint/hlint-tmp/Hint/Duplicate.o )
  97. [17 of 34] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/hlint/hlint-tmp/Hint/Extensions.o )
  98. [18 of 34] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/hlint/hlint-tmp/Hint/Import.o )
  99. [19 of 34] Compiling Hint.List ( src/Hint/List.hs, dist/build/hlint/hlint-tmp/Hint/List.o )
  100. [20 of 34] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/hlint/hlint-tmp/Hint/Match.o )
  101. [21 of 34] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/hlint/hlint-tmp/Hint/Monad.o )
  102. [22 of 34] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/hlint/hlint-tmp/Hint/Naming.o )
  103. [23 of 34] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/hlint/hlint-tmp/Hint/Pragma.o )
  104. [24 of 34] Compiling Hint.Structure ( src/Hint/Structure.hs, dist/build/hlint/hlint-tmp/Hint/Structure.o )
  105. [25 of 34] Compiling Hint.Util ( src/Hint/Util.hs, dist/build/hlint/hlint-tmp/Hint/Util.o )
  106. [26 of 34] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/hlint/hlint-tmp/Hint/Lambda.o )
  107. [27 of 34] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/hlint/hlint-tmp/Hint/ListRec.o )
  108. [28 of 34] Compiling Hint.All ( src/Hint/All.hs, dist/build/hlint/hlint-tmp/Hint/All.o )
  109. [29 of 34] Compiling Apply ( src/Apply.hs, dist/build/hlint/hlint-tmp/Apply.o )
  110. [30 of 34] Compiling Test ( src/Test.hs, dist/build/hlint/hlint-tmp/Test.o )
  111. [31 of 34] Compiling Report ( src/Report.hs, dist/build/hlint/hlint-tmp/Report.o )
  112. [32 of 34] Compiling HLint ( src/HLint.hs, dist/build/hlint/hlint-tmp/HLint.o )
  113. [33 of 34] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, dist/build/hlint/hlint-tmp/Language/Haskell/HLint.o )
  114. [34 of 34] Compiling Main ( src/Main.hs, dist/build/hlint/hlint-tmp/Main.o )
  115. Linking dist/build/hlint/hlint ...
  116. Running Haddock for hlint-1.8.18...
  117. Preprocessing library hlint-1.8.18...
  118. Preprocessing executables for hlint-1.8.18...
  119. Warning: The documentation for the following packages are not installed. No
  120. links will be generated to these packages: ffi-1.0, rts-1.0
  121. Warning: hlint-1.8.18:HSE.Type: Could not find documentation for exported module: Export
  122. haddock coverage for dist/build/tmp39301/src/HSE/Type.hs: 0/7 0%
  123. haddock coverage for dist/build/tmp39301/src/HSE/Util.hs: 0/55 0%
  124. haddock coverage for dist/build/tmp39301/src/HSE/Match.hs: 1/8 12%
  125. haddock coverage for dist/build/tmp39301/src/HSE/NameMatch.hs: 0/8 0%
  126. haddock coverage for dist/build/tmp39301/src/Parallel.hs: 0/2 0%
  127. haddock coverage for dist/build/tmp39301/src/Util.hs: 1/29 3%
  128. haddock coverage for dist/build/tmp39301/src/HSE/Bracket.hs: 3/7 43%
  129. haddock coverage for dist/build/tmp39301/src/HSE/Evaluate.hs: 0/2 0%
  130. haddock coverage for dist/build/tmp39301/dist/build/autogen/Paths_hlint.hs: 0/7 0%
  131. haddock coverage for dist/build/tmp39301/src/CmdLine.hs: 1/5 20%
  132. Warning: hlint-1.8.18:HSE.All: Could not find documentation for exported module: X
  133. haddock coverage for dist/build/tmp39301/src/HSE/All.hs: 1/7 14%
  134. haddock coverage for dist/build/tmp39301/src/Settings.hs: 1/11 9%
  135. haddock coverage for dist/build/tmp39301/src/Idea.hs: 1/5 20%
  136. haddock coverage for dist/build/tmp39301/src/Hint/Type.hs: 2/15 13%
  137. haddock coverage for dist/build/tmp39301/src/Hint/Match.hs: 0/2 0%
  138. haddock coverage for dist/build/tmp39301/src/Hint/List.hs: 0/5 0%
  139. haddock coverage for dist/build/tmp39301/src/Hint/Monad.hs: 0/4 0%
  140. haddock coverage for dist/build/tmp39301/src/Hint/Bracket.hs: 0/6 0%
  141. haddock coverage for dist/build/tmp39301/src/Hint/Naming.hs: 0/2 0%
  142. haddock coverage for dist/build/tmp39301/src/Hint/Structure.hs: 0/6 0%
  143. haddock coverage for dist/build/tmp39301/src/Hint/Import.hs: 0/10 0%
  144. haddock coverage for dist/build/tmp39301/src/Hint/Pragma.hs: 0/6 0%
  145. haddock coverage for dist/build/tmp39301/src/Hint/Extensions.hs: 0/5 0%
  146. haddock coverage for dist/build/tmp39301/src/Hint/Duplicate.hs: 0/2 0%
  147. haddock coverage for dist/build/tmp39301/src/Hint/Util.hs: 2/4 50%
  148. haddock coverage for dist/build/tmp39301/src/Hint/ListRec.hs: 0/2 0%
  149. haddock coverage for dist/build/tmp39301/src/Hint/Lambda.hs: 0/6 0%
  150. haddock coverage for dist/build/tmp39301/src/Hint/All.hs: 0/6 0%
  151. haddock coverage for dist/build/tmp39301/src/Apply.hs: 3/4 75%
  152. haddock coverage for dist/build/tmp39301/src/Test.hs: 0/2 0%
  153. haddock coverage for dist/build/tmp39301/src/Report.hs: 0/2 0%
  154. haddock coverage for dist/build/tmp39301/src/HLint.hs: 5/6 83%
  155. haddock coverage for dist/build/tmp39301/src/Language/Haskell/HLint.hs: 6/6 100%
  156. Documentation created: dist/doc/html/hlint/index.html
  157. Installing library in
  158. /Users/averyrobinson/Library/Haskell/ghc-7.0.3/lib/hlint-1.8.18/lib
  159. Installing executable(s) in
  160. /Users/averyrobinson/Library/Haskell/ghc-7.0.3/lib/hlint-1.8.18/bin
  161. Registering hlint-1.8.18...
  162. Updating documentation index
  163. /Users/averyrobinson/Library/Haskell/doc/index.html
  164. iMac:~ averyrobinson$ hlint test.hs
  165. -bash: hlint: command not found
  166. iMac:~ averyrobinson$
  167.  
  168.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement