Advertisement
Guest User

Untitled

a guest
Jun 7th, 2022
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.63 KB | None | 0 0
  1. ❯ cabal update && cabal install ghcid
  2. Downloading the latest package list from hackage.haskell.org
  3. Package list of hackage.haskell.org is up to date at index-state 2022-06-07T03:04:40Z
  4. Resolving dependencies...
  5. Build profile: -w ghc-9.0.2 -O1
  6. In order, the following will be built (use -v for more details):
  7.  - ghcid-0.8.7 (lib) (requires download & build)
  8.  - ghcid-0.8.7 (exe:ghcid) (requires download & build)
  9. Downloading  ghcid-0.8.7
  10. Downloaded   ghcid-0.8.7
  11. Starting     ghcid-0.8.7 (lib)
  12. Starting     ghcid-0.8.7 (exe:ghcid)
  13. Building     ghcid-0.8.7 (lib)
  14. Building     ghcid-0.8.7 (exe:ghcid)
  15.  
  16. Failed to build ghcid-0.8.7.
  17. Build log (
  18. /home/rush/.cabal/logs/ghc-9.0.2/ghcid-0.8.7-4a416ee21de427ae619a0358626326974b65b72e224415e8be48aab9df3fe9c2.log
  19. ):
  20. Warning: ghcid.cabal:1:28: Packages with 'cabal-version: 1.12' or later should
  21. specify a specific version of the Cabal spec of the form 'cabal-version: x.y'.
  22. Use 'cabal-version: 1.18'.
  23. Configuring library for ghcid-0.8.7..
  24. Preprocessing library for ghcid-0.8.7..
  25. Building library for ghcid-0.8.7..
  26. [1 of 6] Compiling Language.Haskell.Ghcid.Escape ( src/Language/Haskell/Ghcid/Escape.hs, dist/build/Language/Haskell/Ghcid/Escape.o, dist/build/Language/Haskell/Ghcid/Escape.dyn_o )
  27.  
  28. src/Language/Haskell/Ghcid/Escape.hs:11:1: error:
  29.     Could not find module ‘Data.Char’
  30.     There are files missing in the ‘base-4.15.1.0’ package,
  31.     try running 'ghc-pkg check'.
  32.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  33.    |
  34. 11 | import Data.Char
  35.    | ^^^^^^^^^^^^^^^^
  36.  
  37. src/Language/Haskell/Ghcid/Escape.hs:12:1: error:
  38.     Could not find module ‘Data.Either.Extra’
  39.     There are files missing in the ‘extra-1.7.10’ package,
  40.     try running 'ghc-pkg check'.
  41.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  42.    |
  43. 12 | import Data.Either.Extra
  44.    | ^^^^^^^^^^^^^^^^^^^^^^^^
  45.  
  46. src/Language/Haskell/Ghcid/Escape.hs:13:1: error:
  47.     Could not find module ‘Data.List.Extra’
  48.     There are files missing in the ‘extra-1.7.10’ package,
  49.     try running 'ghc-pkg check'.
  50.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  51.    |
  52. 13 | import Data.List.Extra
  53.    | ^^^^^^^^^^^^^^^^^^^^^^
  54.  
  55. src/Language/Haskell/Ghcid/Escape.hs:14:1: error:
  56.     Could not find module ‘Data.Maybe’
  57.     There are files missing in the ‘base-4.15.1.0’ package,
  58.     try running 'ghc-pkg check'.
  59.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  60.    |
  61. 14 | import Data.Maybe
  62.    | ^^^^^^^^^^^^^^^^^
  63.  
  64. src/Language/Haskell/Ghcid/Escape.hs:15:1: error:
  65.     Could not find module ‘Data.Tuple.Extra’
  66.     There are files missing in the ‘extra-1.7.10’ package,
  67.     try running 'ghc-pkg check'.
  68.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  69.    |
  70. 15 | import Data.Tuple.Extra
  71.    | ^^^^^^^^^^^^^^^^^^^^^^^
  72.  
  73. src/Language/Haskell/Ghcid/Escape.hs:16:1: error:
  74.     Could not find module ‘Control.Applicative’
  75.     There are files missing in the ‘base-4.15.1.0’ package,
  76.     try running 'ghc-pkg check'.
  77.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  78.    |
  79. 16 | import Control.Applicative
  80.    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  81.  
  82. src/Language/Haskell/Ghcid/Escape.hs:17:1: error:
  83.     Could not find module ‘Prelude’
  84.     There are files missing in the ‘base-4.15.1.0’ package,
  85.     try running 'ghc-pkg check'.
  86.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  87.    |
  88. 17 | import Prelude
  89.    | ^^^^^^^^^^^^^^
  90.  
  91. Failed to build exe:ghcid from ghcid-0.8.7.
  92. Build log (
  93. /home/rush/.cabal/logs/ghc-9.0.2/ghcid-0.8.7-e-ghcid-5031875464358456bd8a9abf6bfee1a2aa0bf3ec6321a47b77b82bfc914404f8.log
  94. ):
  95. Warning: ghcid.cabal:1:28: Packages with 'cabal-version: 1.12' or later should
  96. specify a specific version of the Cabal spec of the form 'cabal-version: x.y'.
  97. Use 'cabal-version: 1.18'.
  98. Configuring executable 'ghcid' for ghcid-0.8.7..
  99. Preprocessing executable 'ghcid' for ghcid-0.8.7..
  100. Building executable 'ghcid' for ghcid-0.8.7..
  101. [ 1 of 10] Compiling Language.Haskell.Ghcid.Escape ( src/Language/Haskell/Ghcid/Escape.hs, dist/build/ghcid/ghcid-tmp/Language/Haskell/Ghcid/Escape.o )
  102.  
  103. src/Language/Haskell/Ghcid/Escape.hs:11:1: error:
  104.     Could not find module ‘Data.Char’
  105.     There are files missing in the ‘base-4.15.1.0’ package,
  106.     try running 'ghc-pkg check'.
  107.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  108.    |
  109. 11 | import Data.Char
  110.    | ^^^^^^^^^^^^^^^^
  111.  
  112. src/Language/Haskell/Ghcid/Escape.hs:12:1: error:
  113.     Could not find module ‘Data.Either.Extra’
  114.     There are files missing in the ‘extra-1.7.10’ package,
  115.     try running 'ghc-pkg check'.
  116.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  117.    |
  118. 12 | import Data.Either.Extra
  119.    | ^^^^^^^^^^^^^^^^^^^^^^^^
  120.  
  121. src/Language/Haskell/Ghcid/Escape.hs:13:1: error:
  122.     Could not find module ‘Data.List.Extra’
  123.     There are files missing in the ‘extra-1.7.10’ package,
  124.     try running 'ghc-pkg check'.
  125.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  126.    |
  127. 13 | import Data.List.Extra
  128.    | ^^^^^^^^^^^^^^^^^^^^^^
  129.  
  130. src/Language/Haskell/Ghcid/Escape.hs:14:1: error:
  131.     Could not find module ‘Data.Maybe’
  132.     There are files missing in the ‘base-4.15.1.0’ package,
  133.     try running 'ghc-pkg check'.
  134.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  135.    |
  136. 14 | import Data.Maybe
  137.    | ^^^^^^^^^^^^^^^^^
  138.  
  139. src/Language/Haskell/Ghcid/Escape.hs:15:1: error:
  140.     Could not find module ‘Data.Tuple.Extra’
  141.     There are files missing in the ‘extra-1.7.10’ package,
  142.     try running 'ghc-pkg check'.
  143.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  144.    |
  145. 15 | import Data.Tuple.Extra
  146.    | ^^^^^^^^^^^^^^^^^^^^^^^
  147.  
  148. src/Language/Haskell/Ghcid/Escape.hs:16:1: error:
  149.     Could not find module ‘Control.Applicative’
  150.     There are files missing in the ‘base-4.15.1.0’ package,
  151.     try running 'ghc-pkg check'.
  152.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  153.    |
  154. 16 | import Control.Applicative
  155.    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  156.  
  157. src/Language/Haskell/Ghcid/Escape.hs:17:1: error:
  158.     Could not find module ‘Prelude’
  159.     There are files missing in the ‘base-4.15.1.0’ package,
  160.     try running 'ghc-pkg check'.
  161.     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  162.    |
  163. 17 | import Prelude
  164.    | ^^^^^^^^^^^^^^
  165. cabal: Failed to build ghcid-0.8.7. See the build log above for details.
  166. Failed to build exe:ghcid from ghcid-0.8.7. See the build log above for
  167. details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement