Created
April 5, 2020 08:54
-
-
Save louwers/ece40ad763b14b0a49bddb627fe6274e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[bart@samadhi ~]$ cabal install hakyll | |
Resolving dependencies... | |
Build profile: -w ghc-8.8.3 -O1 | |
In order, the following will be built (use -v for more details): | |
- enclosed-exceptions-1.0.3 (lib) (requires download & build) | |
- hs-bibutils-6.8.0.0 (lib) (requires download & build) | |
- http2-1.6.5 (lib) (requires download & build) | |
- lrucache-1.2.0.1 (lib:lrucache) (requires download & build) | |
- rfc5051-0.1.0.4 (lib) (requires download & build) | |
- semigroups-0.19.1 (lib) (requires download & build) | |
- type-equality-1 (lib) (requires download & build) | |
- xml-conduit-1.8.0.1 (lib) (requires download & build) | |
- warp-3.2.28 (lib) (requires download & build) | |
- wai-extra-3.0.29.1 (lib) (requires download & build) | |
- constraints-0.12 (lib) (requires download & build) | |
- pandoc-citeproc-0.16.4.1 (lib:pandoc-citeproc) (requires download & build) | |
- wai-app-static-3.1.7.1 (lib) (requires download & build) | |
- lifted-async-0.10.0.6 (lib) (requires download & build) | |
- shelly-1.9.0 (lib) (requires download & build) | |
- fsnotify-0.3.0.1 (lib) (requires download & build) | |
- hakyll-4.13.2.0 (lib) (requires download & build) | |
- hakyll-4.13.2.0 (exe:hakyll-init) (requires download & build) | |
Downloading semigroups-0.19.1 | |
Downloaded semigroups-0.19.1 | |
Downloading hs-bibutils-6.8.0.0 | |
Starting semigroups-0.19.1 (lib) | |
Downloaded hs-bibutils-6.8.0.0 | |
Downloading type-equality-1 | |
Starting hs-bibutils-6.8.0.0 (lib) | |
Downloaded type-equality-1 | |
Downloading rfc5051-0.1.0.4 | |
Starting type-equality-1 (lib) | |
Downloaded rfc5051-0.1.0.4 | |
Downloading enclosed-exceptions-1.0.3 | |
Starting rfc5051-0.1.0.4 (lib) | |
Downloaded enclosed-exceptions-1.0.3 | |
Downloading constraints-0.12 | |
Starting enclosed-exceptions-1.0.3 (lib) | |
Downloaded constraints-0.12 | |
Downloading lifted-async-0.10.0.6 | |
Downloaded lifted-async-0.10.0.6 | |
Downloading http2-1.6.5 | |
Building semigroups-0.19.1 (lib) | |
Building hs-bibutils-6.8.0.0 (lib) | |
Downloaded http2-1.6.5 | |
Downloading shelly-1.9.0 | |
Building type-equality-1 (lib) | |
Downloaded shelly-1.9.0 | |
Downloading fsnotify-0.3.0.1 | |
Downloaded fsnotify-0.3.0.1 | |
Downloading xml-conduit-1.8.0.1 | |
Starting http2-1.6.5 (lib) | |
Installing semigroups-0.19.1 (lib) | |
Downloaded xml-conduit-1.8.0.1 | |
Downloading warp-3.2.28 | |
Building rfc5051-0.1.0.4 (lib) | |
Starting xml-conduit-1.8.0.1 (lib) | |
Building enclosed-exceptions-1.0.3 (lib) | |
Downloaded warp-3.2.28 | |
Downloading wai-extra-3.0.29.1 | |
Installing type-equality-1 (lib) | |
Downloaded wai-extra-3.0.29.1 | |
Downloading wai-app-static-3.1.7.1 | |
Downloaded wai-app-static-3.1.7.1 | |
Downloading lrucache-1.2.0.1 | |
Completed semigroups-0.19.1 (lib) | |
Downloaded lrucache-1.2.0.1 | |
Downloading pandoc-citeproc-0.16.4.1 | |
Starting lrucache-1.2.0.1 (all, legacy fallback) | |
Downloaded pandoc-citeproc-0.16.4.1 | |
Downloading hakyll-4.13.2.0 | |
Completed type-equality-1 (lib) | |
Downloaded hakyll-4.13.2.0 | |
Building http2-1.6.5 (lib) | |
Building xml-conduit-1.8.0.1 (lib) | |
Building lrucache-1.2.0.1 (all, legacy fallback) | |
Installing rfc5051-0.1.0.4 (lib) | |
Completed rfc5051-0.1.0.4 (lib) | |
Installing lrucache-1.2.0.1 (all, legacy fallback) | |
Completed lrucache-1.2.0.1 (all, legacy fallback) | |
Installing hs-bibutils-6.8.0.0 (lib) | |
Completed hs-bibutils-6.8.0.0 (lib) | |
Failed to build enclosed-exceptions-1.0.3. | |
Build log ( | |
/home/bart/.cabal/logs/ghc-8.8.3/enclosed-exceptions-1.0.3-3d6199ed65f385cd4ef472fe3805cb74e379e3294cbe0d488778d494ff33580c.log | |
): | |
Configuring library for enclosed-exceptions-1.0.3.. | |
Preprocessing library for enclosed-exceptions-1.0.3.. | |
Building library for enclosed-exceptions-1.0.3.. | |
[1 of 1] Compiling Control.Exception.Enclosed ( src/Control/Exception/Enclosed.hs, dist/build/Control/Exception/Enclosed.o ) | |
src/Control/Exception/Enclosed.hs:57:1: error: | |
Could not find module ‘Control.Monad.Base’ | |
There are files missing in the ‘transformers-base-0.4.5.2’ package, | |
try running 'ghc-pkg check'. | |
Use -v (or `:set -v` in ghci) to see a list of the files searched for. | |
| | |
57 | import Control.Monad.Base (liftBase) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
src/Control/Exception/Enclosed.hs:58:1: error: | |
Could not find module ‘Control.Monad.Trans.Control’ | |
There are files missing in the ‘monad-control-1.0.2.3’ package, | |
try running 'ghc-pkg check'. | |
Use -v (or `:set -v` in ghci) to see a list of the files searched for. | |
| | |
58 | import Control.Monad.Trans.Control (MonadBaseControl, liftBaseWith, restoreM) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
src/Control/Exception/Enclosed.hs:61:1: error: | |
Could not find module ‘Control.Exception.Lifted’ | |
There are files missing in the ‘lifted-base-0.2.3.12’ package, | |
try running 'ghc-pkg check'. | |
Use -v (or `:set -v` in ghci) to see a list of the files searched for. | |
| | |
61 | import qualified Control.Exception.Lifted | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
Failed to build http2-1.6.5. | |
Build log ( | |
/home/bart/.cabal/logs/ghc-8.8.3/http2-1.6.5-31ad1df69293f7ba0cd04b796fa7953c5a5335117b68849b3911e60fd924a98e.log | |
): | |
Configuring library for http2-1.6.5.. | |
Preprocessing library for http2-1.6.5.. | |
Building library for http2-1.6.5.. | |
[ 1 of 29] Compiling Network.HPACK.Builder ( Network/HPACK/Builder.hs, dist/build/Network/HPACK/Builder.o ) | |
[ 2 of 29] Compiling Network.HPACK.Huffman.Bit ( Network/HPACK/Huffman/Bit.hs, dist/build/Network/HPACK/Huffman/Bit.o ) | |
[ 3 of 29] Compiling Network.HPACK.Huffman.ByteString ( Network/HPACK/Huffman/ByteString.hs, dist/build/Network/HPACK/Huffman/ByteString.o ) | |
[ 4 of 29] Compiling Network.HPACK.Huffman.Params ( Network/HPACK/Huffman/Params.hs, dist/build/Network/HPACK/Huffman/Params.o ) | |
[ 5 of 29] Compiling Network.HPACK.Huffman.Table ( Network/HPACK/Huffman/Table.hs, dist/build/Network/HPACK/Huffman/Table.o ) | |
[ 6 of 29] Compiling Network.HPACK.Huffman.Tree ( Network/HPACK/Huffman/Tree.hs, dist/build/Network/HPACK/Huffman/Tree.o ) | |
[ 7 of 29] Compiling Network.HPACK.Token ( Network/HPACK/Token.hs, dist/build/Network/HPACK/Token.o ) | |
Network/HPACK/Token.hs:83:1: error: | |
Could not find module ‘Data.CaseInsensitive’ | |
There are files missing in the ‘case-insensitive-1.2.1.0’ package, | |
try running 'ghc-pkg check'. | |
Use -v (or `:set -v` in ghci) to see a list of the files searched for. | |
| | |
83 | import Data.CaseInsensitive (original, mk, CI(..)) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
Failed to build xml-conduit-1.8.0.1. | |
Build log ( | |
/home/bart/.cabal/logs/ghc-8.8.3/xml-conduit-1.8.0.1-af3df8df53b6c3203ba791e1f1c7e88058f2cad56260b202f3af72eb27351f58.log | |
): | |
Configuring library for xml-conduit-1.8.0.1.. | |
Preprocessing library for xml-conduit-1.8.0.1.. | |
Building library for xml-conduit-1.8.0.1.. | |
[1 of 7] Compiling Text.XML.Cursor.Generic ( Text/XML/Cursor/Generic.hs, dist/build/Text/XML/Cursor/Generic.o ) | |
[2 of 7] Compiling Text.XML.Stream.Token ( Text/XML/Stream/Token.hs, dist/build/Text/XML/Stream/Token.o ) | |
Text/XML/Stream/Token.hs:11:1: error: | |
Could not find module ‘Data.XML.Types’ | |
There are files missing in the ‘xml-types-0.3.6’ package, | |
try running 'ghc-pkg check'. | |
Use -v (or `:set -v` in ghci) to see a list of the files searched for. | |
| | |
11 | import Data.XML.Types (Instruction (..), Content (..), ExternalID (..)) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
cabal: Failed to build enclosed-exceptions-1.0.3 (which is required by | |
exe:hakyll-init from hakyll-4.13.2.0). See the build log above for details. | |
Failed to build http2-1.6.5 (which is required by exe:hakyll-init from | |
hakyll-4.13.2.0). See the build log above for details. | |
Failed to build xml-conduit-1.8.0.1 (which is required by exe:hakyll-init from | |
hakyll-4.13.2.0). See the build log above for details. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment