Advertisement
Guest User

Untitled

a guest
May 25th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. $ cabal install hask
  2. Warning: cannot determine version of /usr/local/bin/jhc :
  3. ""
  4. Resolving dependencies...
  5. Configuring hask-0...
  6. Building hask-0...
  7. Preprocessing library hask-0...
  8. [1 of 9] Compiling Hask.Category ( src/Hask/Category.hs, dist/build/Hask/Category.o )
  9. [2 of 9] Compiling Hask.Iso ( src/Hask/Iso.hs, dist/build/Hask/Iso.o )
  10. [3 of 9] Compiling Hask.Functor.Faithful ( src/Hask/Functor/Faithful.hs, dist/build/Hask/Functor/Faithful.o )
  11. [4 of 9] Compiling Hask.Category.Polynomial ( src/Hask/Category/Polynomial.hs, dist/build/Hask/Category/Polynomial.o )
  12.  
  13. src/Hask/Category/Polynomial.hs:63:34: Warning:
  14. Unticked promoted constructor: ‘Left’.
  15. Use ‘'Left’ instead of ‘Left’.
  16.  
  17. src/Hask/Category/Polynomial.hs:63:43: Warning:
  18. Unticked promoted constructor: ‘Left’.
  19. Use ‘'Left’ instead of ‘Left’.
  20.  
  21. src/Hask/Category/Polynomial.hs:64:34: Warning:
  22. Unticked promoted constructor: ‘Right’.
  23. Use ‘'Right’ instead of ‘Right’.
  24.  
  25. src/Hask/Category/Polynomial.hs:64:44: Warning:
  26. Unticked promoted constructor: ‘Right’.
  27. Use ‘'Right’ instead of ‘Right’.
  28.  
  29. src/Hask/Category/Polynomial.hs:67:53: Warning:
  30. Unticked promoted constructor: ‘Left’.
  31. Use ‘'Left’ instead of ‘Left’.
  32.  
  33. src/Hask/Category/Polynomial.hs:67:94: Warning:
  34. Unticked promoted constructor: ‘Right’.
  35. Use ‘'Right’ instead of ‘Right’.
  36.  
  37. src/Hask/Category/Polynomial.hs:70:85: Warning:
  38. Unticked promoted constructor: ‘Left’.
  39. Use ‘'Left’ instead of ‘Left’.
  40.  
  41. src/Hask/Category/Polynomial.hs:74:85: Warning:
  42. Unticked promoted constructor: ‘Right’.
  43. Use ‘'Right’ instead of ‘Right’.
  44. [5 of 9] Compiling Hask.Prof ( src/Hask/Prof.hs, dist/build/Hask/Prof.o )
  45. [6 of 9] Compiling Hask.Tensor ( src/Hask/Tensor.hs, dist/build/Hask/Tensor.o )
  46. [7 of 9] Compiling Hask.Tensor.Compose ( src/Hask/Tensor/Compose.hs, dist/build/Hask/Tensor/Compose.o )
  47.  
  48. src/Hask/Tensor/Compose.hs:33:50:
  49. Illegal type synonym family application in instance:
  50. Compose c d e f g a
  51. In the instance declaration for
  52. ‘Class (f (g a)) (Compose c d e f g a)’
  53.  
  54. src/Hask/Tensor/Compose.hs:34:50:
  55. Illegal type synonym family application in instance:
  56. Compose c d e f g a
  57. In the instance declaration for ‘f (g a) :=> Compose c d e f g a’
  58.  
  59. src/Hask/Tensor/Compose.hs:36:50:
  60. Illegal type synonym family application in instance: Compose c d e
  61. In the instance declaration for ‘Functor (Compose c d e)’
  62.  
  63. src/Hask/Tensor/Compose.hs:43:83:
  64. Illegal type synonym family application in instance:
  65. Compose c d e f
  66. In the instance declaration for ‘Functor (Compose c d e f)’
  67.  
  68. src/Hask/Tensor/Compose.hs:48:116:
  69. Illegal type synonym family application in instance:
  70. Compose c d e f g
  71. In the instance declaration for ‘Functor (Compose c d e f g)’
  72.  
  73. src/Hask/Tensor/Compose.hs:53:44:
  74. Illegal type synonym family application in instance:
  75. Compose c c' c''
  76. In the instance declaration for
  77. ‘Semitensor (Compose c c' c'' :: (i -> i) -> (i -> i) -> (i -> i))’
  78.  
  79. src/Hask/Tensor/Compose.hs:71:24:
  80. Illegal type synonym family application in instance: Id c a
  81. In the instance declaration for ‘Class a (Id c a)’
  82.  
  83. src/Hask/Tensor/Compose.hs:72:24:
  84. Illegal type synonym family application in instance: Id c a
  85. In the instance declaration for ‘a :=> Id c a’
  86.  
  87. src/Hask/Tensor/Compose.hs:74:26:
  88. Illegal type synonym family application in instance: Id c
  89. In the instance declaration for ‘Functor (Id c)’
  90.  
  91. src/Hask/Tensor/Compose.hs:79:15:
  92. Illegal type synonym family application in instance: Compose c c c
  93. In the type instance declaration for ‘I’
  94.  
  95. src/Hask/Tensor/Compose.hs:81:40:
  96. Illegal type synonym family application in instance: Compose c c c
  97. In the instance declaration for ‘Semigroup (Compose c c c) (Id c)’
  98.  
  99. src/Hask/Tensor/Compose.hs:84:40:
  100. Illegal type synonym family application in instance: Compose c c c
  101. In the instance declaration for ‘Monoid' (Compose c c c) (Id c)’
  102.  
  103. src/Hask/Tensor/Compose.hs:87:40:
  104. Illegal type synonym family application in instance: Compose c c c
  105. In the instance declaration for
  106. ‘Cosemigroup (Compose c c c) (Id c)’
  107.  
  108. src/Hask/Tensor/Compose.hs:90:40:
  109. Illegal type synonym family application in instance: Compose c c c
  110. In the instance declaration for ‘Comonoid' (Compose c c c) (Id c)’
  111.  
  112. src/Hask/Tensor/Compose.hs:93:40:
  113. Illegal type synonym family application in instance: Compose c c c
  114. In the instance declaration for
  115. ‘Tensor' (Compose c c c :: (i -> i) -> (i -> i) -> (i -> i))’
  116. Failed to install hask-0
  117. cabal: Error: some packages failed to install:
  118. hask-0 failed during the building phase. The exception was:
  119. ExitFailure 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement