Advertisement
Guest User

haskell com package install fail

a guest
Jul 15th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1.  
  2. C:\Program Files (x86)\Haskell Platform>cabal install com
  3. Resolving dependencies...
  4. Configuring com-1.2.3.1...
  5. Building com-1.2.3.1...
  6. Preprocessing library com-1.2.3.1...
  7.  
  8. on the commandline: Warning:
  9. -fglasgow-exts is deprecated: Use individual extensions instead
  10.  
  11. on the commandline: Warning:
  12. The -fvia-C flag does nothing; it will be removed in a future GHC release
  13.  
  14. System\Win32\Com.hs:1:12: Warning:
  15. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  16.  
  17.  
  18. System\Win32\Com.hs:1:12: Warning:
  19. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  20.  
  21.  
  22. System\Win32\Com\Base.hs:1:16: Warning:
  23. -fglasgow-exts is deprecated: Use individual extensions instead
  24.  
  25. System\Win32\Com\Base.hs:1:16: Warning:
  26. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  27.  
  28.  
  29. System\Win32\Com\Automation.hs:1:12: Warning:
  30. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  31.  
  32.  
  33. System\Win32\Com\Automation\Base.hs:1:12: Warning:
  34. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  35.  
  36.  
  37. System\Win32\Com\Automation\SafeArray.hs:1:12: Warning:
  38. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  39.  
  40.  
  41. System\Win32\Com\Automation\SafeArray.hs:2:12: Warning:
  42. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  43.  
  44.  
  45. System\Win32\Com\Exception.hs:1:12: Warning:
  46. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  47.  
  48.  
  49. System\Win32\Com\Dll.hs:1:12: Warning:
  50. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  51.  
  52.  
  53. System\Win32\Com\Dll.hs:1:12: Warning:
  54. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  55.  
  56.  
  57. System\Win32\Com\Dll.hs:1:12: Warning:
  58. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  59.  
  60.  
  61. System\Win32\Com\Server.hs:1:12: Warning:
  62. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  63.  
  64.  
  65. System\Win32\Com\Server.hs:2:12: Warning:
  66. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  67.  
  68.  
  69. System\Win32\Com\Server\ExeServer.hs:1:12: Warning:
  70. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  71.  
  72.  
  73. System\Win32\Com\HDirect\Pointer.hs:1:12: Warning:
  74. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  75.  
  76.  
  77. System\Win32\Com\HDirect\HDirect.hs:1:16: Warning:
  78. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  79.  
  80.  
  81. System\Win32\Com\HDirect\PointerPrim.hs:1:16: Warning:
  82. -fglasgow-exts is deprecated: Use individual extensions instead
  83.  
  84. System\Win32\Com\HDirect\PointerPrim.hs:1:16: Warning:
  85. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  86.  
  87.  
  88. System\Win32\Com\HDirect\WideString.hs:1:16: Warning:
  89. -fglasgow-exts is deprecated: Use individual extensions instead
  90.  
  91. System\Win32\Com\HDirect\WideString.hs:2:12: Warning:
  92. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  93.  
  94.  
  95. System\Win32\Com\HDirect\WideString.hs:3:12: Warning:
  96. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  97.  
  98.  
  99. System\Win32\Com\HDirect\WideString.hs:4:12: Warning:
  100. -#include and INCLUDE pragmas are deprecated: They no longer have any effect
  101.  
  102. [ 1 of 21] Compiling System.Win32.Com.HDirect.PointerPrim ( System\Win32\Com\HDi
  103. rect\PointerPrim.hs, dist\build\System\Win32\Com\HDirect\PointerPrim.o )
  104. [ 2 of 21] Compiling System.Win32.Com.HDirect.Pointer ( System\Win32\Com\HDirect
  105. \Pointer.hs, dist\build\System\Win32\Com\HDirect\Pointer.o )
  106.  
  107. System\Win32\Com\HDirect\Pointer.hs:102:20: Not in scope: `catch'
  108. Failed to install com-1.2.3.1
  109. cabal: Error: some packages failed to install:
  110. com-1.2.3.1 failed during the building phase. The exception was:
  111. ExitFailure 1
  112.  
  113. C:\Program Files (x86)\Haskell Platform>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement