Skip to content

Instantly share code, notes, and snippets.

@MaxGabriel
Last active January 3, 2016 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaxGabriel/8477623 to your computer and use it in GitHub Desktop.
Save MaxGabriel/8477623 to your computer and use it in GitHub Desktop.
Full output of trying to install Yesod
maximilians-mbp:Haskell Max$ cabal install yesod
Resolving dependencies...
In order, the following would be installed:
attoparsec-conduit-1.0.1.2 (reinstall)
blaze-builder-conduit-1.0.0 (reinstall)
http-client-conduit-0.2.0.1 (reinstall) changes: resourcet-0.4.10 -> 0.4.9
http-conduit-2.0.0.3 (reinstall) changes: http-client-0.2.1 -> 0.2.0.3,
http-client-conduit-0.2.0.1 added, http-client-tls-0.2.0.2 added,
http-types-0.8.3 added
monad-logger-0.3.4.0 (reinstall)
persistent-1.3.0.2 (new package)
persistent-template-1.3.1 (new package)
wai-2.0.0 (reinstall)
wai-logger-2.1.1 (reinstall)
warp-2.0.2 (reinstall) changes: blaze-builder-conduit-1.0.0 added,
case-insensitive-1.0.0.1 -> 1.1.0.2, http-attoparsec-0.1.1 -> 0.1.0,
http-types-0.8.3 added, wai-2.0.0 added
xml-conduit-1.1.0.9 (reinstall) changes: blaze-html-0.6.1.2 -> 0.6.1.3,
blaze-markup-0.5.1.6 -> 0.5.2.1, resourcet-0.4.10 -> 0.4.9
authenticate-1.3.2.6 (reinstall) changes: case-insensitive-1.0.0.1 -> 1.1.0.2,
http-types-0.8.3 added, xml-conduit-1.1.0.9 added
zlib-conduit-1.0.0 (reinstall)
wai-extra-2.0.2 (reinstall) changes: blaze-builder-conduit-1.0.0 added,
case-insensitive-1.0.0.1 -> 1.1.0.2, http-types-0.8.3 added, wai-2.0.0 added,
wai-logger-2.1.1 added, zlib-conduit-1.0.0 added
yesod-core-1.2.6.5 (new package)
yesod-persistent-1.2.2.1 (new package)
yesod-form-1.3.4.2 (new package)
yesod-auth-1.2.5.2 (new package)
yesod-1.2.4 (new package)
cabal: The following packages are likely to be broken by the reinstalls:
html-conduit-1.1.0.1
tagstream-conduit-0.5.4.1
Use --force-reinstalls if you want to install anyway.
maximilians-mbp:Haskell Max$ cabal install yesod --force-reinstalls
Resolving dependencies...
Warning: The following packages are likely to be broken by the reinstalls:
html-conduit-1.1.0.1
tagstream-conduit-0.5.4.1
Continuing even though the plan contains dangerous reinstalls.
Configuring attoparsec-conduit-1.0.1.2...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/94865.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building attoparsec-conduit-1.0.1.2...
Preprocessing library attoparsec-conduit-1.0.1.2...
[1 of 1] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.o )
[1 of 1] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering attoparsec-conduit-1.0.1.2...
Running Haddock for attoparsec-conduit-1.0.1.2...
Preprocessing library attoparsec-conduit-1.0.1.2...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
83% ( 10 / 12) in 'Data.Conduit.Attoparsec'
Documentation created: dist/doc/html/attoparsec-conduit/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/attoparsec-conduit-1.0.1.2/lib
Registering attoparsec-conduit-1.0.1.2...
Installed attoparsec-conduit-1.0.1.2
Configuring blaze-builder-conduit-1.0.0...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/94865.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building blaze-builder-conduit-1.0.0...
Preprocessing library blaze-builder-conduit-1.0.0...
[1 of 1] Compiling Data.Conduit.Blaze ( Data/Conduit/Blaze.hs, dist/build/Data/Conduit/Blaze.o )
[1 of 1] Compiling Data.Conduit.Blaze ( Data/Conduit/Blaze.hs, dist/build/Data/Conduit/Blaze.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering blaze-builder-conduit-1.0.0...
Running Haddock for blaze-builder-conduit-1.0.0...
Preprocessing library blaze-builder-conduit-1.0.0...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
100% ( 25 / 25) in 'Data.Conduit.Blaze'
Documentation created: dist/doc/html/blaze-builder-conduit/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/blaze-builder-conduit-1.0.0/lib
Registering blaze-builder-conduit-1.0.0...
Installed blaze-builder-conduit-1.0.0
Configuring http-client-conduit-0.2.0.1...
Warning: This package indirectly depends on multiple versions of the same
package. This is highly likely to cause a compile failure.
package conduit-1.0.9.3 requires resourcet-0.4.10
package http-client-conduit-0.2.0.1 requires resourcet-0.4.9
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/94865.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building http-client-conduit-0.2.0.1...
Preprocessing library http-client-conduit-0.2.0.1...
[1 of 1] Compiling Network.HTTP.Client.Conduit ( Network/HTTP/Client/Conduit.hs, dist/build/Network/HTTP/Client/Conduit.o )
Network/HTTP/Client/Conduit.hs:37:9:
Ambiguous occurrence `MonadResource'
It could refer to either `Data.Conduit.MonadResource',
imported from `Data.Conduit' at Network/HTTP/Client/Conduit.hs:13:1-19
(and originally defined in `resourcet-0.4.10:Control.Monad.Trans.Resource.Internal')
or `Control.Monad.Trans.Resource.MonadResource',
imported from `Control.Monad.Trans.Resource' at Network/HTTP/Client/Conduit.hs:15:1-35
(and originally defined in `Control.Monad.Trans.Resource.Internal')
Network/HTTP/Client/Conduit.hs:48:39:
Ambiguous occurrence `ResourceT'
It could refer to either `Data.Conduit.ResourceT',
imported from `Data.Conduit' at Network/HTTP/Client/Conduit.hs:13:1-19
(and originally defined in `resourcet-0.4.10:Control.Monad.Trans.Resource.Internal')
or `Control.Monad.Trans.Resource.ResourceT',
imported from `Control.Monad.Trans.Resource' at Network/HTTP/Client/Conduit.hs:15:1-35
(and originally defined in `Control.Monad.Trans.Resource.Internal')
Network/HTTP/Client/Conduit.hs:51:37:
Ambiguous occurrence `ResourceT'
It could refer to either `Data.Conduit.ResourceT',
imported from `Data.Conduit' at Network/HTTP/Client/Conduit.hs:13:1-19
(and originally defined in `resourcet-0.4.10:Control.Monad.Trans.Resource.Internal')
or `Control.Monad.Trans.Resource.ResourceT',
imported from `Control.Monad.Trans.Resource' at Network/HTTP/Client/Conduit.hs:15:1-35
(and originally defined in `Control.Monad.Trans.Resource.Internal')
Network/HTTP/Client/Conduit.hs:54:24:
Ambiguous occurrence `ResourceT'
It could refer to either `Data.Conduit.ResourceT',
imported from `Data.Conduit' at Network/HTTP/Client/Conduit.hs:13:1-19
(and originally defined in `resourcet-0.4.10:Control.Monad.Trans.Resource.Internal')
or `Control.Monad.Trans.Resource.ResourceT',
imported from `Control.Monad.Trans.Resource' at Network/HTTP/Client/Conduit.hs:15:1-35
(and originally defined in `Control.Monad.Trans.Resource.Internal')
Network/HTTP/Client/Conduit.hs:55:21:
Ambiguous occurrence `runResourceT'
It could refer to either `Data.Conduit.runResourceT',
imported from `Data.Conduit' at Network/HTTP/Client/Conduit.hs:13:1-19
(and originally defined in `resourcet-0.4.10:Control.Monad.Trans.Resource')
or `Control.Monad.Trans.Resource.runResourceT',
imported from `Control.Monad.Trans.Resource' at Network/HTTP/Client/Conduit.hs:15:1-35
Failed to install http-client-conduit-0.2.0.1
Configuring monad-logger-0.3.4.0...
Warning: This package indirectly depends on multiple versions of the same
package. This is highly likely to cause a compile failure.
package conduit-1.0.9.3 requires resourcet-0.4.10
package monad-logger-0.3.4.0 requires resourcet-0.4.9
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/94865.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building monad-logger-0.3.4.0...
Preprocessing library monad-logger-0.3.4.0...
[1 of 1] Compiling Control.Monad.Logger ( Control/Monad/Logger.hs, dist/build/Control/Monad/Logger.o )
[1 of 1] Compiling Control.Monad.Logger ( Control/Monad/Logger.hs, dist/build/Control/Monad/Logger.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering monad-logger-0.3.4.0...
Running Haddock for monad-logger-0.3.4.0...
Preprocessing library monad-logger-0.3.4.0...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
Warning: Control.Monad.Logger: We do not support associated types in instances yet. These instances are affected:
Control.Monad.Trans.Control.MonadTransControl Control.Monad.Logger.NoLoggingT, Control.Monad.Trans.Control.MonadBaseControl b m =>
Control.Monad.Trans.Control.MonadBaseControl b (Control.Monad.Logger.NoLoggingT m), Control.Monad.Trans.Control.MonadTransControl Control.Monad.Logger.LoggingT, Control.Monad.Trans.Control.MonadBaseControl b m =>
Control.Monad.Trans.Control.MonadBaseControl b (Control.Monad.Logger.LoggingT m)
62% ( 25 / 40) in 'Control.Monad.Logger'
Documentation created: dist/doc/html/monad-logger/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/monad-logger-0.3.4.0/lib
Registering monad-logger-0.3.4.0...
Installed monad-logger-0.3.4.0
Configuring wai-2.0.0...
Warning: This package indirectly depends on multiple versions of the same
package. This is highly likely to cause a compile failure.
package vault-0.3.0.3 requires unordered-containers-0.2.3.0
package semigroups-0.12.1 requires unordered-containers-0.2.3.3
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/94865.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building wai-2.0.0...
Preprocessing library wai-2.0.0...
[1 of 2] Compiling Network.Wai.Internal ( Network/Wai/Internal.hs, dist/build/Network/Wai/Internal.o )
[2 of 2] Compiling Network.Wai ( Network/Wai.hs, dist/build/Network/Wai.o )
[1 of 2] Compiling Network.Wai.Internal ( Network/Wai/Internal.hs, dist/build/Network/Wai/Internal.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[2 of 2] Compiling Network.Wai ( Network/Wai.hs, dist/build/Network/Wai.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering wai-2.0.0...
Running Haddock for wai-2.0.0...
Preprocessing library wai-2.0.0...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
100% ( 6 / 6) in 'Network.Wai.Internal'
100% ( 38 / 38) in 'Network.Wai'
Documentation created: dist/doc/html/wai/index.html
Installing library in /Users/Max/Library/Haskell/ghc-7.6.3/lib/wai-2.0.0/lib
Registering wai-2.0.0...
Installed wai-2.0.0
Configuring zlib-conduit-1.0.0...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/94865.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building zlib-conduit-1.0.0...
Preprocessing library zlib-conduit-1.0.0...
[1 of 1] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.o )
[1 of 1] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering zlib-conduit-1.0.0...
Running Haddock for zlib-conduit-1.0.0...
Preprocessing library zlib-conduit-1.0.0...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
100% ( 12 / 12) in 'Data.Conduit.Zlib'
Documentation created: dist/doc/html/zlib-conduit/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/zlib-conduit-1.0.0/lib
Registering zlib-conduit-1.0.0...
Installed zlib-conduit-1.0.0
Configuring xml-conduit-1.1.0.9...
Warning: This package indirectly depends on multiple versions of the same
package. This is highly likely to cause a compile failure.
package conduit-1.0.9.3 requires resourcet-0.4.10
package xml-conduit-1.1.0.9 requires resourcet-0.4.9
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/94865.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building xml-conduit-1.1.0.9...
Preprocessing library xml-conduit-1.1.0.9...
[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 )
[3 of 7] Compiling Text.XML.Stream.Render ( Text/XML/Stream/Render.hs, dist/build/Text/XML/Stream/Render.o )
[4 of 7] Compiling Text.XML.Stream.Parse ( Text/XML/Stream/Parse.hs, dist/build/Text/XML/Stream/Parse.o )
[5 of 7] Compiling Text.XML.Unresolved ( Text/XML/Unresolved.hs, dist/build/Text/XML/Unresolved.o )
[6 of 7] Compiling Text.XML ( Text/XML.hs, dist/build/Text/XML.o )
Text/XML.hs:247:19:
Ambiguous occurrence `runExceptionT'
It could refer to either `Data.Conduit.runExceptionT',
imported from `Data.Conduit' at Text/XML.hs:105:1-19
(and originally defined in `resourcet-0.4.10:Control.Monad.Trans.Resource.Internal')
or `Control.Monad.Trans.Resource.runExceptionT',
imported from `Control.Monad.Trans.Resource' at Text/XML.hs:110:38-50
(and originally defined in `Control.Monad.Trans.Resource.Internal')
Text/XML.hs:261:19:
Ambiguous occurrence `runExceptionT'
It could refer to either `Data.Conduit.runExceptionT',
imported from `Data.Conduit' at Text/XML.hs:105:1-19
(and originally defined in `resourcet-0.4.10:Control.Monad.Trans.Resource.Internal')
or `Control.Monad.Trans.Resource.runExceptionT',
imported from `Control.Monad.Trans.Resource' at Text/XML.hs:110:38-50
(and originally defined in `Control.Monad.Trans.Resource.Internal')
Failed to install xml-conduit-1.1.0.9
Configuring persistent-1.3.0.2...
Warning: This package indirectly depends on multiple versions of the same
package. This is highly likely to cause a compile failure.
package conduit-1.0.9.3 requires resourcet-0.4.10
package pool-conduit-0.1.2 requires resourcet-0.4.9
package persistent-1.3.0.2 requires resourcet-0.4.9
package monad-logger-0.3.4.0 requires resourcet-0.4.9
package persistent-1.3.0.2 requires unordered-containers-0.2.3.0
package aeson-0.6.2.1 requires unordered-containers-0.2.3.0
package semigroups-0.12.1 requires unordered-containers-0.2.3.3
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/94865.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building persistent-1.3.0.2...
Preprocessing library persistent-1.3.0.2...
[ 1 of 22] Compiling Database.Persist.Class.PersistConfig ( Database/Persist/Class/PersistConfig.hs, dist/build/Database/Persist/Class/PersistConfig.o )
[ 2 of 22] Compiling Database.Persist.Types.Base ( Database/Persist/Types/Base.hs, dist/build/Database/Persist/Types/Base.o )
[ 3 of 22] Compiling Database.Persist.Class.PersistField ( Database/Persist/Class/PersistField.hs, dist/build/Database/Persist/Class/PersistField.o )
[ 4 of 22] Compiling Database.Persist.Class.PersistEntity ( Database/Persist/Class/PersistEntity.hs, dist/build/Database/Persist/Class/PersistEntity.o )
[ 5 of 22] Compiling Database.Persist.Types ( Database/Persist/Types.hs, dist/build/Database/Persist/Types.o )
[ 6 of 22] Compiling Database.Persist.Quasi ( Database/Persist/Quasi.hs, dist/build/Database/Persist/Quasi.o )
[ 7 of 22] Compiling Database.Persist.Class.PersistStore ( Database/Persist/Class/PersistStore.hs, dist/build/Database/Persist/Class/PersistStore.o )
[ 8 of 22] Compiling Database.Persist.Class.PersistQuery ( Database/Persist/Class/PersistQuery.hs, dist/build/Database/Persist/Class/PersistQuery.o )
[ 9 of 22] Compiling Database.Persist.Class.DeleteCascade ( Database/Persist/Class/DeleteCascade.hs, dist/build/Database/Persist/Class/DeleteCascade.o )
[10 of 22] Compiling Database.Persist.Class.PersistUnique ( Database/Persist/Class/PersistUnique.hs, dist/build/Database/Persist/Class/PersistUnique.o )
[11 of 22] Compiling Database.Persist.Sql.Types ( Database/Persist/Sql/Types.hs, dist/build/Database/Persist/Sql/Types.o )
[12 of 22] Compiling Database.Persist.Sql.Internal ( Database/Persist/Sql/Internal.hs, dist/build/Database/Persist/Sql/Internal.o )
[13 of 22] Compiling Database.Persist.Class ( Database/Persist/Class.hs, dist/build/Database/Persist/Class.o )
[14 of 22] Compiling Database.Persist ( Database/Persist.hs, dist/build/Database/Persist.o )
[15 of 22] Compiling Database.Persist.Sql.Class ( Database/Persist/Sql/Class.hs, dist/build/Database/Persist/Sql/Class.o )
[16 of 22] Compiling Database.Persist.Sql.Raw ( Database/Persist/Sql/Raw.hs, dist/build/Database/Persist/Sql/Raw.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.4.0.1 ... linking ... done.
Loading package deepseq-1.3.0.1 ... linking ... done.
Loading package filepath-1.3.0.1 ... linking ... done.
Loading package old-locale-1.0.0.5 ... linking ... done.
Loading package time-1.4.0.1 ... linking ... done.
Loading package bytestring-0.10.0.2 ... linking ... done.
Loading package unix-2.6.0.1 ... linking ... done.
Loading package directory-1.2.0.1 ... linking ... done.
Loading package silently-1.2.4.1 ... linking ... done.
Loading package text-0.11.3.1 ... linking ... done.
Loading package hashable-1.1.2.5 ... linking ... done.
Loading package scientific-0.2.0.1 ... linking ... done.
Loading package base-unicode-symbols-0.2.2.4 ... linking ... done.
Loading package transformers-0.3.0.0 ... linking ... done.
Loading package transformers-base-0.4.1 ... linking ... done.
Loading package monad-control-0.3.2.2 ... linking ... done.
Loading package stm-2.4.2 ... linking ... done.
Loading package primitive-0.5.0.1 ... linking ... done.
Loading package vector-0.10.0.1 ... linking ... done.
Loading package resource-pool-0.2.1.1 ... linking ... done.
Loading package containers-0.5.0.0 ... linking ... done.
Loading package lifted-base-0.2.1.1 ... linking ... done.
Loading package mmorph-1.0.0 ... linking ... done.
Loading package mtl-2.1.2 ... linking ... done.
Loading package resourcet-0.4.9 ... linking ... done.
Loading package pool-conduit-0.1.2 ... linking ... done.
Loading package path-pieces-0.1.3.1 ... linking ... done.
Loading package blaze-builder-0.3.3.2 ... linking ... done.
Loading package resourcet-0.4.10 ... linking ... done.
Loading package nats-0.1.2 ... linking ... done.
Loading package unordered-containers-0.2.3.3 ... linking ... done.
Loading package semigroups-0.12.1 ... linking ... done.
Loading package void-0.6.1 ... linking ... done.
Loading package conduit-1.0.9.3 ... linking ... done.
Loading package fast-logger-2.1.4 ... linking ... done.
Loading package monad-loops-0.4.2 ... linking ... done.
Loading package stm-chans-3.0.0 ... linking ... done.
Loading package pretty-1.1.1.0 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package monad-logger-0.3.4.0 ... linking ... done.
Loading package blaze-markup-0.5.2.1 ... linking ... done.
Loading package blaze-html-0.6.1.3 ... linking ... done.
Loading package base64-bytestring-1.0.0.1 ... linking ... done.
Loading package attoparsec-0.10.4.0 ... linking ... done.
Loading package dlist-0.6.0.1 ... linking ... done.
Loading package syb-0.4.0 ... linking ... done.
Loading package unordered-containers-0.2.3.0 ... linking ... done.
Loading package aeson-0.6.2.1 ... linking ... done.
Failed to install persistent-1.3.0.2
Configuring wai-logger-2.1.1...
Warning: This package indirectly depends on multiple versions of the same
package. This is highly likely to cause a compile failure.
package vault-0.3.0.3 requires unordered-containers-0.2.3.0
package semigroups-0.12.1 requires unordered-containers-0.2.3.3
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/94865.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building wai-logger-2.1.1...
Preprocessing library wai-logger-2.1.1...
[1 of 4] Compiling Network.Wai.Logger.IP ( Network/Wai/Logger/IP.hs, dist/build/Network/Wai/Logger/IP.o )
[2 of 4] Compiling Network.Wai.Logger.Date ( Network/Wai/Logger/Date.hs, dist/build/Network/Wai/Logger/Date.o )
[3 of 4] Compiling Network.Wai.Logger.Apache ( Network/Wai/Logger/Apache.hs, dist/build/Network/Wai/Logger/Apache.o )
[4 of 4] Compiling Network.Wai.Logger ( Network/Wai/Logger.hs, dist/build/Network/Wai/Logger.o )
[1 of 4] Compiling Network.Wai.Logger.IP ( Network/Wai/Logger/IP.hs, dist/build/Network/Wai/Logger/IP.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[2 of 4] Compiling Network.Wai.Logger.Date ( Network/Wai/Logger/Date.hs, dist/build/Network/Wai/Logger/Date.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[3 of 4] Compiling Network.Wai.Logger.Apache ( Network/Wai/Logger/Apache.hs, dist/build/Network/Wai/Logger/Apache.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[4 of 4] Compiling Network.Wai.Logger ( Network/Wai/Logger.hs, dist/build/Network/Wai/Logger.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering wai-logger-2.1.1...
Running Haddock for wai-logger-2.1.1...
Preprocessing library wai-logger-2.1.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
67% ( 2 / 3) in 'Network.Wai.Logger.IP'
90% ( 9 / 10) in 'Network.Wai.Logger.Date'
67% ( 2 / 3) in 'Network.Wai.Logger.Apache'
95% ( 18 / 19) in 'Network.Wai.Logger'
Warning: Network.Wai.Logger: could not find link destinations for:
Network.Wai.Logger.IP.NumericAddress
Documentation created: dist/doc/html/wai-logger/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/wai-logger-2.1.1/lib
Registering wai-logger-2.1.1...
Installed wai-logger-2.1.1
Configuring warp-2.0.2...
Warning: This package indirectly depends on multiple versions of the same
package. This is highly likely to cause a compile failure.
package network-conduit-1.0.1 requires conduit-1.0.9.3
package warp-2.0.2 requires conduit-1.0.9.3
package wai-2.0.0 requires conduit-1.0.9.3
package blaze-builder-conduit-1.0.0 requires conduit-1.0.9.3
package conduit-1.0.9.3 requires resourcet-0.4.10
package conduit-1.0.9.3 requires resourcet-0.4.9
package void-0.6.1 requires semigroups-0.12.1
package void-0.6.1 requires semigroups-0.12.1
package vault-0.3.0.3 requires unordered-containers-0.2.3.0
package semigroups-0.12.1 requires unordered-containers-0.2.3.0
package semigroups-0.12.1 requires unordered-containers-0.2.3.3
package conduit-1.0.9.3 requires void-0.6.1
package warp-2.0.2 requires void-0.6.1
package conduit-1.0.9.3 requires void-0.6.1
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/94865.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building warp-2.0.2...
Preprocessing library warp-2.0.2...
<command line>: cannot satisfy -package-id blaze-builder-conduit-1.0.0-35dbe5039ed1418ec5b7070515e7a750:
blaze-builder-conduit-1.0.0-35dbe5039ed1418ec5b7070515e7a750 is unusable due to missing or recursive dependencies:
conduit-1.0.9.3-ae5f0d44e4c51c57d88eadab8728976e
(use -v for more information)
Failed to install warp-2.0.2
Configuring wai-extra-2.0.2...
Warning: This package indirectly depends on multiple versions of the same
package. This is highly likely to cause a compile failure.
package conduit-1.0.9.3 requires resourcet-0.4.10
package wai-extra-2.0.2 requires resourcet-0.4.9
package vault-0.3.0.3 requires unordered-containers-0.2.3.0
package semigroups-0.12.1 requires unordered-containers-0.2.3.3
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/94865.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building wai-extra-2.0.2...
Preprocessing library wai-extra-2.0.2...
[ 1 of 15] Compiling Network.Wai.UrlMap ( Network/Wai/UrlMap.hs, dist/build/Network/Wai/UrlMap.o )
[ 2 of 15] Compiling Network.Wai.Middleware.HttpAuth ( Network/Wai/Middleware/HttpAuth.hs, dist/build/Network/Wai/Middleware/HttpAuth.o )
[ 3 of 15] Compiling Network.Wai.Middleware.Vhost ( Network/Wai/Middleware/Vhost.hs, dist/build/Network/Wai/Middleware/Vhost.o )
[ 4 of 15] Compiling Network.Wai.Middleware.Rewrite ( Network/Wai/Middleware/Rewrite.hs, dist/build/Network/Wai/Middleware/Rewrite.o )
[ 5 of 15] Compiling Network.Wai.Middleware.MethodOverridePost ( Network/Wai/Middleware/MethodOverridePost.hs, dist/build/Network/Wai/Middleware/MethodOverridePost.o )
[ 6 of 15] Compiling Network.Wai.Middleware.MethodOverride ( Network/Wai/Middleware/MethodOverride.hs, dist/build/Network/Wai/Middleware/MethodOverride.o )
[ 7 of 15] Compiling Network.Wai.Middleware.Jsonp ( Network/Wai/Middleware/Jsonp.hs, dist/build/Network/Wai/Middleware/Jsonp.o )
[ 8 of 15] Compiling Network.Wai.Middleware.Gzip ( Network/Wai/Middleware/Gzip.hs, dist/build/Network/Wai/Middleware/Gzip.o )
[ 9 of 15] Compiling Network.Wai.Middleware.RequestLogger.Internal ( Network/Wai/Middleware/RequestLogger/Internal.hs, dist/build/Network/Wai/Middleware/RequestLogger/Internal.o )
Network/Wai/Middleware/RequestLogger/Internal.hs:7:7: Warning:
`logToByteString' is exported by `logToByteString' and `module Network.Wai.Middleware.RequestLogger.Internal'
[10 of 15] Compiling Network.Wai.Parse ( Network/Wai/Parse.hs, dist/build/Network/Wai/Parse.o )
Network/Wai/Parse.hs:106:61:
No instance for (Control.Monad.Trans.Resource.Internal.MonadThrow
(ConduitM S8.ByteString Void IO))
arising from a use of `allocate'
Possible fix:
add an instance declaration for
(Control.Monad.Trans.Resource.Internal.MonadThrow
(ConduitM S8.ByteString Void IO))
In the second argument of `($)', namely
`allocate
(do { tempDir <- getTmpDir;
openBinaryTempFile tempDir pattern })
(\ (_, h) -> hClose h)'
In a stmt of a 'do' block:
(key, (fp, h)) <- flip runInternalState internalState
$ allocate
(do { tempDir <- getTmpDir;
openBinaryTempFile tempDir pattern })
(\ (_, h) -> hClose h)
In the expression:
do { (key, (fp, h)) <- flip runInternalState internalState
$ allocate
(do { tempDir <- getTmpDir;
openBinaryTempFile tempDir pattern })
(\ (_, h) -> hClose h);
_ <- runInternalState (register $ removeFile fp) internalState;
CB.sinkHandle h;
lift $ release key;
.... }
Failed to install wai-extra-2.0.2
Updating documentation index /Users/Max/Library/Haskell/doc/index.html
cabal: Error: some packages failed to install:
authenticate-1.3.2.6 depends on xml-conduit-1.1.0.9 which failed to install.
http-client-conduit-0.2.0.1 failed during the building phase. The exception
was:
ExitFailure 1
http-conduit-2.0.0.3 depends on http-client-conduit-0.2.0.1 which failed to
install.
persistent-1.3.0.2 failed during the building phase. The exception was:
ExitFailure 11
persistent-template-1.3.1 depends on persistent-1.3.0.2 which failed to
install.
wai-extra-2.0.2 failed during the building phase. The exception was:
ExitFailure 1
warp-2.0.2 failed during the building phase. The exception was:
ExitFailure 1
xml-conduit-1.1.0.9 failed during the building phase. The exception was:
ExitFailure 1
yesod-1.2.4 depends on wai-extra-2.0.2 which failed to install.
yesod-auth-1.2.5.2 depends on wai-extra-2.0.2 which failed to install.
yesod-core-1.2.6.5 depends on wai-extra-2.0.2 which failed to install.
yesod-form-1.3.4.2 depends on wai-extra-2.0.2 which failed to install.
yesod-persistent-1.2.2.1 depends on wai-extra-2.0.2 which failed to install.
maximilians-mbp:Haskell Max$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment