Skip to content

Instantly share code, notes, and snippets.

@MaxGabriel
Created January 19, 2014 04:01
Show Gist options
  • Select an option

  • Save MaxGabriel/8500348 to your computer and use it in GitHub Desktop.

Select an option

Save MaxGabriel/8500348 to your computer and use it in GitHub Desktop.
Installing Persistent on OS X
maximilians-mbp:Haskell Max$ cabal install persistent
**********************************************************************
=== Configuration for cabal has been written to
/Users/Max/.cabal/config
=== Executables will be installed in:
/Users/Max/Library/Haskell/bin
You may wish to place this on your PATH by adding the following
line to your ~/.bash_profile:
export PATH="$HOME/Library/Haskell/bin:$PATH"
=== When documentation is built, a master index to all documentation
will be placed in:
/Users/Max/Library/Haskell/doc/index.html
You may wish to bookmark that file once it gets built (after the
first cabal install).
**********************************************************************
Downloading the latest package list from hackage.haskell.org
Note: there is a new version of cabal-install available.
To upgrade, run: cabal install cabal-install
Resolving dependencies...
Configuring base64-bytestring-1.0.0.1...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/77437.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building base64-bytestring-1.0.0.1...
Preprocessing library base64-bytestring-1.0.0.1...
[1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, dist/build/Data/ByteString/Base64/Internal.o )
[2 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, dist/build/Data/ByteString/Base64/URL.o )
[3 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, dist/build/Data/ByteString/Base64/URL/Lazy.o )
[4 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist/build/Data/ByteString/Base64.o )
[5 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, dist/build/Data/ByteString/Base64/Lazy.o )
[1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, dist/build/Data/ByteString/Base64/Internal.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[2 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, dist/build/Data/ByteString/Base64/URL.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[3 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, dist/build/Data/ByteString/Base64/URL/Lazy.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[4 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist/build/Data/ByteString/Base64.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[5 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, dist/build/Data/ByteString/Base64/Lazy.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering base64-bytestring-1.0.0.1...
Running Haddock for base64-bytestring-1.0.0.1...
Preprocessing library base64-bytestring-1.0.0.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
45% ( 5 / 11) in 'Data.ByteString.Base64.Internal'
100% ( 5 / 5) in 'Data.ByteString.Base64.URL'
100% ( 4 / 4) in 'Data.ByteString.Base64.URL.Lazy'
100% ( 5 / 5) in 'Data.ByteString.Base64'
100% ( 4 / 4) in 'Data.ByteString.Base64.Lazy'
Documentation created: dist/doc/html/base64-bytestring/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/base64-bytestring-1.0.0.1/lib
Registering base64-bytestring-1.0.0.1...
Installed base64-bytestring-1.0.0.1
Configuring blaze-markup-0.5.2.1...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/77437.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building blaze-markup-0.5.2.1...
Preprocessing library blaze-markup-0.5.2.1...
[1 of 6] Compiling Text.Blaze.Internal ( src/Text/Blaze/Internal.hs, dist/build/Text/Blaze/Internal.o )
[2 of 6] Compiling Text.Blaze.Renderer.String ( src/Text/Blaze/Renderer/String.hs, dist/build/Text/Blaze/Renderer/String.o )
[3 of 6] Compiling Text.Blaze.Renderer.Pretty ( src/Text/Blaze/Renderer/Pretty.hs, dist/build/Text/Blaze/Renderer/Pretty.o )
[4 of 6] Compiling Text.Blaze.Renderer.Text ( src/Text/Blaze/Renderer/Text.hs, dist/build/Text/Blaze/Renderer/Text.o )
[5 of 6] Compiling Text.Blaze.Renderer.Utf8 ( src/Text/Blaze/Renderer/Utf8.hs, dist/build/Text/Blaze/Renderer/Utf8.o )
[6 of 6] Compiling Text.Blaze ( src/Text/Blaze.hs, dist/build/Text/Blaze.o )
[1 of 6] Compiling Text.Blaze.Internal ( src/Text/Blaze/Internal.hs, dist/build/Text/Blaze/Internal.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[2 of 6] Compiling Text.Blaze.Renderer.String ( src/Text/Blaze/Renderer/String.hs, dist/build/Text/Blaze/Renderer/String.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[3 of 6] Compiling Text.Blaze.Renderer.Pretty ( src/Text/Blaze/Renderer/Pretty.hs, dist/build/Text/Blaze/Renderer/Pretty.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[4 of 6] Compiling Text.Blaze.Renderer.Text ( src/Text/Blaze/Renderer/Text.hs, dist/build/Text/Blaze/Renderer/Text.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[5 of 6] Compiling Text.Blaze.Renderer.Utf8 ( src/Text/Blaze/Renderer/Utf8.hs, dist/build/Text/Blaze/Renderer/Utf8.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[6 of 6] Compiling Text.Blaze ( src/Text/Blaze.hs, dist/build/Text/Blaze.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering blaze-markup-0.5.2.1...
Running Haddock for blaze-markup-0.5.2.1...
Preprocessing library blaze-markup-0.5.2.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
Warning: Text.Blaze.Internal: ! is exported separately but will be documented under Attributable. Consider exporting it together with its parent(s) for code clarity.
100% ( 41 / 41) in 'Text.Blaze.Internal'
75% ( 3 / 4) in 'Text.Blaze.Renderer.String'
67% ( 2 / 3) in 'Text.Blaze.Renderer.Pretty'
56% ( 5 / 9) in 'Text.Blaze.Renderer.Text'
86% ( 6 / 7) in 'Text.Blaze.Renderer.Utf8'
100% ( 24 / 24) in 'Text.Blaze'
Documentation created: dist/doc/html/blaze-markup/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/blaze-markup-0.5.2.1/lib
Registering blaze-markup-0.5.2.1...
Installed blaze-markup-0.5.2.1
Configuring fast-logger-2.1.4...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/77437.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building fast-logger-2.1.4...
Preprocessing library fast-logger-2.1.4...
[1 of 6] Compiling System.Log.FastLogger.LogStr ( System/Log/FastLogger/LogStr.hs, dist/build/System/Log/FastLogger/LogStr.o )
[2 of 6] Compiling System.Log.FastLogger.IORef ( System/Log/FastLogger/IORef.hs, dist/build/System/Log/FastLogger/IORef.o )
[3 of 6] Compiling System.Log.FastLogger.IO ( System/Log/FastLogger/IO.hs, dist/build/System/Log/FastLogger/IO.o )
[4 of 6] Compiling System.Log.FastLogger.Logger ( System/Log/FastLogger/Logger.hs, dist/build/System/Log/FastLogger/Logger.o )
[5 of 6] Compiling System.Log.FastLogger.File ( System/Log/FastLogger/File.hs, dist/build/System/Log/FastLogger/File.o )
[6 of 6] Compiling System.Log.FastLogger ( System/Log/FastLogger.hs, dist/build/System/Log/FastLogger.o )
[1 of 6] Compiling System.Log.FastLogger.LogStr ( System/Log/FastLogger/LogStr.hs, dist/build/System/Log/FastLogger/LogStr.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[2 of 6] Compiling System.Log.FastLogger.IORef ( System/Log/FastLogger/IORef.hs, dist/build/System/Log/FastLogger/IORef.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[3 of 6] Compiling System.Log.FastLogger.IO ( System/Log/FastLogger/IO.hs, dist/build/System/Log/FastLogger/IO.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[4 of 6] Compiling System.Log.FastLogger.Logger ( System/Log/FastLogger/Logger.hs, dist/build/System/Log/FastLogger/Logger.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[5 of 6] Compiling System.Log.FastLogger.File ( System/Log/FastLogger/File.hs, dist/build/System/Log/FastLogger/File.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[6 of 6] Compiling System.Log.FastLogger ( System/Log/FastLogger.hs, dist/build/System/Log/FastLogger.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering fast-logger-2.1.4...
Running Haddock for fast-logger-2.1.4...
Preprocessing library fast-logger-2.1.4...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
62% ( 5 / 8) in 'System.Log.FastLogger.LogStr'
80% ( 4 / 5) in 'System.Log.FastLogger.IORef'
29% ( 2 / 7) in 'System.Log.FastLogger.IO'
0% ( 0 / 5) in 'System.Log.FastLogger.Logger'
75% ( 3 / 4) in 'System.Log.FastLogger.File'
96% ( 23 / 24) in 'System.Log.FastLogger'
Documentation created: dist/doc/html/fast-logger/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/fast-logger-2.1.4/lib
Registering fast-logger-2.1.4...
Installed fast-logger-2.1.4
Configuring path-pieces-0.1.3.1...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/77437.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building path-pieces-0.1.3.1...
Preprocessing library path-pieces-0.1.3.1...
[1 of 1] Compiling Web.PathPieces ( Web/PathPieces.hs, dist/build/Web/PathPieces.o )
[1 of 1] Compiling Web.PathPieces ( Web/PathPieces.hs, dist/build/Web/PathPieces.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering path-pieces-0.1.3.1...
Running Haddock for path-pieces-0.1.3.1...
Preprocessing library path-pieces-0.1.3.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
12% ( 1 / 8) in 'Web.PathPieces'
Documentation created: dist/doc/html/path-pieces/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/path-pieces-0.1.3.1/lib
Registering path-pieces-0.1.3.1...
Installed path-pieces-0.1.3.1
Configuring resource-pool-0.2.1.1...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/77437.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building resource-pool-0.2.1.1...
Preprocessing library resource-pool-0.2.1.1...
[1 of 1] Compiling Data.Pool ( Data/Pool.hs, dist/build/Data/Pool.o )
[1 of 1] Compiling Data.Pool ( Data/Pool.hs, dist/build/Data/Pool.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering resource-pool-0.2.1.1...
Running Haddock for resource-pool-0.2.1.1...
Preprocessing library resource-pool-0.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:
75% ( 6 / 8) in 'Data.Pool'
Documentation created: dist/doc/html/resource-pool/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/resource-pool-0.2.1.1/lib
Registering resource-pool-0.2.1.1...
Installed resource-pool-0.2.1.1
Configuring scientific-0.2.0.1...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/77437.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building scientific-0.2.0.1...
Preprocessing library scientific-0.2.0.1...
[1 of 1] Compiling Data.Scientific ( src/Data/Scientific.hs, dist/build/Data/Scientific.o )
[1 of 1] Compiling Data.Scientific ( src/Data/Scientific.hs, dist/build/Data/Scientific.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering scientific-0.2.0.1...
Running Haddock for scientific-0.2.0.1...
Preprocessing library scientific-0.2.0.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
100% ( 13 / 13) in 'Data.Scientific'
Documentation created: dist/doc/html/scientific/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/scientific-0.2.0.1/lib
Registering scientific-0.2.0.1...
Installed scientific-0.2.0.1
Configuring silently-1.2.4.1...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/77437.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building silently-1.2.4.1...
Preprocessing library silently-1.2.4.1...
[1 of 1] Compiling System.IO.Silently ( src/System/IO/Silently.hs, dist/build/System/IO/Silently.o )
[1 of 1] Compiling System.IO.Silently ( src/System/IO/Silently.hs, dist/build/System/IO/Silently.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering silently-1.2.4.1...
Running Haddock for silently-1.2.4.1...
Preprocessing library silently-1.2.4.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
100% ( 7 / 7) in 'System.IO.Silently'
Documentation created: dist/doc/html/silently/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/silently-1.2.4.1/lib
Registering silently-1.2.4.1...
Installed silently-1.2.4.1
[1 of 1] Compiling Main ( /var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/stm-chans-3.0.0-77437/stm-chans-3.0.0/Setup.hs, /var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/stm-chans-3.0.0-77437/stm-chans-3.0.0/dist/setup/Main.o )
Linking /var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/stm-chans-3.0.0-77437/stm-chans-3.0.0/dist/setup/setup ...
Configuring stm-chans-3.0.0...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/79452.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building stm-chans-3.0.0...
Preprocessing library stm-chans-3.0.0...
[1 of 5] Compiling Control.Concurrent.STM.TMQueue ( src/Control/Concurrent/STM/TMQueue.hs, dist/build/Control/Concurrent/STM/TMQueue.o )
[2 of 5] Compiling Control.Concurrent.STM.TBMQueue ( src/Control/Concurrent/STM/TBMQueue.hs, dist/build/Control/Concurrent/STM/TBMQueue.o )
[3 of 5] Compiling Control.Concurrent.STM.TMChan ( src/Control/Concurrent/STM/TMChan.hs, dist/build/Control/Concurrent/STM/TMChan.o )
[4 of 5] Compiling Control.Concurrent.STM.TBMChan ( src/Control/Concurrent/STM/TBMChan.hs, dist/build/Control/Concurrent/STM/TBMChan.o )
[5 of 5] Compiling Control.Concurrent.STM.TBChan ( src/Control/Concurrent/STM/TBChan.hs, dist/build/Control/Concurrent/STM/TBChan.o )
[1 of 5] Compiling Control.Concurrent.STM.TMQueue ( src/Control/Concurrent/STM/TMQueue.hs, dist/build/Control/Concurrent/STM/TMQueue.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[2 of 5] Compiling Control.Concurrent.STM.TBMQueue ( src/Control/Concurrent/STM/TBMQueue.hs, dist/build/Control/Concurrent/STM/TBMQueue.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[3 of 5] Compiling Control.Concurrent.STM.TMChan ( src/Control/Concurrent/STM/TMChan.hs, dist/build/Control/Concurrent/STM/TMChan.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[4 of 5] Compiling Control.Concurrent.STM.TBMChan ( src/Control/Concurrent/STM/TBMChan.hs, dist/build/Control/Concurrent/STM/TBMChan.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[5 of 5] Compiling Control.Concurrent.STM.TBChan ( src/Control/Concurrent/STM/TBChan.hs, dist/build/Control/Concurrent/STM/TBChan.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering stm-chans-3.0.0...
Running Haddock for stm-chans-3.0.0...
Preprocessing library stm-chans-3.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:
dist/build/tmp-79883/src/Control/Concurrent/STM/TMQueue.hs:54:1: Warning:
The import of `Control.Monad.STM' is redundant
except perhaps to import instances from `Control.Monad.STM'
To import instances alone, use: import Control.Monad.STM()
dist/build/tmp-79883/src/Control/Concurrent/STM/TMQueue.hs:55:1: Warning:
The import of `System.IO.Unsafe' is redundant
except perhaps to import instances from `System.IO.Unsafe'
To import instances alone, use: import System.IO.Unsafe()
100% ( 19 / 19) in 'Control.Concurrent.STM.TMQueue'
dist/build/tmp-79883/src/Control/Concurrent/STM/TBMQueue.hs:59:1: Warning:
The import of `Control.Monad.STM' is redundant
except perhaps to import instances from `Control.Monad.STM'
To import instances alone, use: import Control.Monad.STM()
dist/build/tmp-79883/src/Control/Concurrent/STM/TBMQueue.hs:60:1: Warning:
The import of `System.IO.Unsafe' is redundant
except perhaps to import instances from `System.IO.Unsafe'
To import instances alone, use: import System.IO.Unsafe()
100% ( 24 / 24) in 'Control.Concurrent.STM.TBMQueue'
dist/build/tmp-79883/src/Control/Concurrent/STM/TMChan.hs:55:1: Warning:
The import of `Control.Monad.STM' is redundant
except perhaps to import instances from `Control.Monad.STM'
To import instances alone, use: import Control.Monad.STM()
dist/build/tmp-79883/src/Control/Concurrent/STM/TMChan.hs:56:1: Warning:
The import of `System.IO.Unsafe' is redundant
except perhaps to import instances from `System.IO.Unsafe'
To import instances alone, use: import System.IO.Unsafe()
100% ( 22 / 22) in 'Control.Concurrent.STM.TMChan'
dist/build/tmp-79883/src/Control/Concurrent/STM/TBMChan.hs:61:1: Warning:
The import of `Control.Monad.STM' is redundant
except perhaps to import instances from `Control.Monad.STM'
To import instances alone, use: import Control.Monad.STM()
dist/build/tmp-79883/src/Control/Concurrent/STM/TBMChan.hs:62:1: Warning:
The import of `System.IO.Unsafe' is redundant
except perhaps to import instances from `System.IO.Unsafe'
To import instances alone, use: import System.IO.Unsafe()
100% ( 24 / 24) in 'Control.Concurrent.STM.TBMChan'
dist/build/tmp-79883/src/Control/Concurrent/STM/TBChan.hs:55:1: Warning:
The import of `Control.Monad.STM' is redundant
except perhaps to import instances from `Control.Monad.STM'
To import instances alone, use: import Control.Monad.STM()
dist/build/tmp-79883/src/Control/Concurrent/STM/TBChan.hs:56:1: Warning:
The import of `System.IO.Unsafe' is redundant
except perhaps to import instances from `System.IO.Unsafe'
To import instances alone, use: import System.IO.Unsafe()
100% ( 21 / 21) in 'Control.Concurrent.STM.TBChan'
Documentation created: dist/doc/html/stm-chans/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/stm-chans-3.0.0/lib
Registering stm-chans-3.0.0...
Installed stm-chans-3.0.0
Configuring blaze-html-0.6.1.3...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/77437.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building blaze-html-0.6.1.3...
Preprocessing library blaze-html-0.6.1.3...
[ 1 of 21] Compiling Text.Blaze.XHtml5.Attributes ( src/Text/Blaze/XHtml5/Attributes.hs, dist/build/Text/Blaze/XHtml5/Attributes.o )
[ 2 of 21] Compiling Text.Blaze.XHtml1.Transitional.Attributes ( src/Text/Blaze/XHtml1/Transitional/Attributes.hs, dist/build/Text/Blaze/XHtml1/Transitional/Attributes.o )
[ 3 of 21] Compiling Text.Blaze.XHtml1.Strict.Attributes ( src/Text/Blaze/XHtml1/Strict/Attributes.hs, dist/build/Text/Blaze/XHtml1/Strict/Attributes.o )
[ 4 of 21] Compiling Text.Blaze.XHtml1.FrameSet.Attributes ( src/Text/Blaze/XHtml1/FrameSet/Attributes.hs, dist/build/Text/Blaze/XHtml1/FrameSet/Attributes.o )
[ 5 of 21] Compiling Text.Blaze.Html5.Attributes ( src/Text/Blaze/Html5/Attributes.hs, dist/build/Text/Blaze/Html5/Attributes.o )
[ 6 of 21] Compiling Text.Blaze.Html4.Transitional.Attributes ( src/Text/Blaze/Html4/Transitional/Attributes.hs, dist/build/Text/Blaze/Html4/Transitional/Attributes.o )
[ 7 of 21] Compiling Text.Blaze.Html4.Strict.Attributes ( src/Text/Blaze/Html4/Strict/Attributes.hs, dist/build/Text/Blaze/Html4/Strict/Attributes.o )
[ 8 of 21] Compiling Text.Blaze.Html4.FrameSet.Attributes ( src/Text/Blaze/Html4/FrameSet/Attributes.hs, dist/build/Text/Blaze/Html4/FrameSet/Attributes.o )
[ 9 of 21] Compiling Text.Blaze.Html ( src/Text/Blaze/Html.hs, dist/build/Text/Blaze/Html.o )
[10 of 21] Compiling Text.Blaze.Html.Renderer.Pretty ( src/Text/Blaze/Html/Renderer/Pretty.hs, dist/build/Text/Blaze/Html/Renderer/Pretty.o )
[11 of 21] Compiling Text.Blaze.Html.Renderer.String ( src/Text/Blaze/Html/Renderer/String.hs, dist/build/Text/Blaze/Html/Renderer/String.o )
[12 of 21] Compiling Text.Blaze.Html.Renderer.Text ( src/Text/Blaze/Html/Renderer/Text.hs, dist/build/Text/Blaze/Html/Renderer/Text.o )
[13 of 21] Compiling Text.Blaze.Html.Renderer.Utf8 ( src/Text/Blaze/Html/Renderer/Utf8.hs, dist/build/Text/Blaze/Html/Renderer/Utf8.o )
[14 of 21] Compiling Text.Blaze.Html4.FrameSet ( src/Text/Blaze/Html4/FrameSet.hs, dist/build/Text/Blaze/Html4/FrameSet.o )
[15 of 21] Compiling Text.Blaze.Html4.Strict ( src/Text/Blaze/Html4/Strict.hs, dist/build/Text/Blaze/Html4/Strict.o )
[16 of 21] Compiling Text.Blaze.Html4.Transitional ( src/Text/Blaze/Html4/Transitional.hs, dist/build/Text/Blaze/Html4/Transitional.o )
[17 of 21] Compiling Text.Blaze.Html5 ( src/Text/Blaze/Html5.hs, dist/build/Text/Blaze/Html5.o )
[18 of 21] Compiling Text.Blaze.XHtml1.FrameSet ( src/Text/Blaze/XHtml1/FrameSet.hs, dist/build/Text/Blaze/XHtml1/FrameSet.o )
[19 of 21] Compiling Text.Blaze.XHtml1.Strict ( src/Text/Blaze/XHtml1/Strict.hs, dist/build/Text/Blaze/XHtml1/Strict.o )
[20 of 21] Compiling Text.Blaze.XHtml1.Transitional ( src/Text/Blaze/XHtml1/Transitional.hs, dist/build/Text/Blaze/XHtml1/Transitional.o )
[21 of 21] Compiling Text.Blaze.XHtml5 ( src/Text/Blaze/XHtml5.hs, dist/build/Text/Blaze/XHtml5.o )
[ 1 of 21] Compiling Text.Blaze.XHtml5.Attributes ( src/Text/Blaze/XHtml5/Attributes.hs, dist/build/Text/Blaze/XHtml5/Attributes.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[ 2 of 21] Compiling Text.Blaze.XHtml1.Transitional.Attributes ( src/Text/Blaze/XHtml1/Transitional/Attributes.hs, dist/build/Text/Blaze/XHtml1/Transitional/Attributes.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[ 3 of 21] Compiling Text.Blaze.XHtml1.Strict.Attributes ( src/Text/Blaze/XHtml1/Strict/Attributes.hs, dist/build/Text/Blaze/XHtml1/Strict/Attributes.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[ 4 of 21] Compiling Text.Blaze.XHtml1.FrameSet.Attributes ( src/Text/Blaze/XHtml1/FrameSet/Attributes.hs, dist/build/Text/Blaze/XHtml1/FrameSet/Attributes.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[ 5 of 21] Compiling Text.Blaze.Html5.Attributes ( src/Text/Blaze/Html5/Attributes.hs, dist/build/Text/Blaze/Html5/Attributes.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[ 6 of 21] Compiling Text.Blaze.Html4.Transitional.Attributes ( src/Text/Blaze/Html4/Transitional/Attributes.hs, dist/build/Text/Blaze/Html4/Transitional/Attributes.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[ 7 of 21] Compiling Text.Blaze.Html4.Strict.Attributes ( src/Text/Blaze/Html4/Strict/Attributes.hs, dist/build/Text/Blaze/Html4/Strict/Attributes.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[ 8 of 21] Compiling Text.Blaze.Html4.FrameSet.Attributes ( src/Text/Blaze/Html4/FrameSet/Attributes.hs, dist/build/Text/Blaze/Html4/FrameSet/Attributes.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[ 9 of 21] Compiling Text.Blaze.Html ( src/Text/Blaze/Html.hs, dist/build/Text/Blaze/Html.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[10 of 21] Compiling Text.Blaze.Html.Renderer.Pretty ( src/Text/Blaze/Html/Renderer/Pretty.hs, dist/build/Text/Blaze/Html/Renderer/Pretty.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[11 of 21] Compiling Text.Blaze.Html.Renderer.String ( src/Text/Blaze/Html/Renderer/String.hs, dist/build/Text/Blaze/Html/Renderer/String.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[12 of 21] Compiling Text.Blaze.Html.Renderer.Text ( src/Text/Blaze/Html/Renderer/Text.hs, dist/build/Text/Blaze/Html/Renderer/Text.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[13 of 21] Compiling Text.Blaze.Html.Renderer.Utf8 ( src/Text/Blaze/Html/Renderer/Utf8.hs, dist/build/Text/Blaze/Html/Renderer/Utf8.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[14 of 21] Compiling Text.Blaze.Html4.FrameSet ( src/Text/Blaze/Html4/FrameSet.hs, dist/build/Text/Blaze/Html4/FrameSet.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[15 of 21] Compiling Text.Blaze.Html4.Strict ( src/Text/Blaze/Html4/Strict.hs, dist/build/Text/Blaze/Html4/Strict.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[16 of 21] Compiling Text.Blaze.Html4.Transitional ( src/Text/Blaze/Html4/Transitional.hs, dist/build/Text/Blaze/Html4/Transitional.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[17 of 21] Compiling Text.Blaze.Html5 ( src/Text/Blaze/Html5.hs, dist/build/Text/Blaze/Html5.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[18 of 21] Compiling Text.Blaze.XHtml1.FrameSet ( src/Text/Blaze/XHtml1/FrameSet.hs, dist/build/Text/Blaze/XHtml1/FrameSet.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[19 of 21] Compiling Text.Blaze.XHtml1.Strict ( src/Text/Blaze/XHtml1/Strict.hs, dist/build/Text/Blaze/XHtml1/Strict.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[20 of 21] Compiling Text.Blaze.XHtml1.Transitional ( src/Text/Blaze/XHtml1/Transitional.hs, dist/build/Text/Blaze/XHtml1/Transitional.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
[21 of 21] Compiling Text.Blaze.XHtml5 ( src/Text/Blaze/XHtml5.hs, dist/build/Text/Blaze/XHtml5.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering blaze-html-0.6.1.3...
Running Haddock for blaze-html-0.6.1.3...
Preprocessing library blaze-html-0.6.1.3...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
100% (167 /167) in 'Text.Blaze.XHtml5.Attributes'
100% (103 /103) in 'Text.Blaze.XHtml1.Transitional.Attributes'
100% ( 92 / 92) in 'Text.Blaze.XHtml1.Strict.Attributes'
100% (105 /105) in 'Text.Blaze.XHtml1.FrameSet.Attributes'
100% (167 /167) in 'Text.Blaze.Html5.Attributes'
100% (103 /103) in 'Text.Blaze.Html4.Transitional.Attributes'
100% ( 92 / 92) in 'Text.Blaze.Html4.Strict.Attributes'
100% (105 /105) in 'Text.Blaze.Html4.FrameSet.Attributes'
20% ( 1 / 5) in 'Text.Blaze.Html'
0% ( 0 / 2) in 'Text.Blaze.Html.Renderer.Pretty'
0% ( 0 / 2) in 'Text.Blaze.Html.Renderer.String'
0% ( 0 / 5) in 'Text.Blaze.Html.Renderer.Text'
0% ( 0 / 4) in 'Text.Blaze.Html.Renderer.Utf8'
100% ( 93 / 93) in 'Text.Blaze.Html4.FrameSet'
100% ( 80 / 80) in 'Text.Blaze.Html4.Strict'
100% ( 91 / 91) in 'Text.Blaze.Html4.Transitional'
100% (110 /110) in 'Text.Blaze.Html5'
100% ( 93 / 93) in 'Text.Blaze.XHtml1.FrameSet'
100% ( 80 / 80) in 'Text.Blaze.XHtml1.Strict'
100% ( 91 / 91) in 'Text.Blaze.XHtml1.Transitional'
100% (110 /110) in 'Text.Blaze.XHtml5'
Documentation created: dist/doc/html/blaze-html/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/blaze-html-0.6.1.3/lib
Registering blaze-html-0.6.1.3...
Installed blaze-html-0.6.1.3
Configuring pool-conduit-0.1.2...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/77437.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building pool-conduit-0.1.2...
Preprocessing library pool-conduit-0.1.2...
[1 of 1] Compiling Data.Conduit.Pool ( Data/Conduit/Pool.hs, dist/build/Data/Conduit/Pool.o )
[1 of 1] Compiling Data.Conduit.Pool ( Data/Conduit/Pool.hs, dist/build/Data/Conduit/Pool.p_o )
clang: warning: argument unused during compilation: '-nodefaultlibs'
In-place registering pool-conduit-0.1.2...
Running Haddock for pool-conduit-0.1.2...
Preprocessing library pool-conduit-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:
78% ( 7 / 9) in 'Data.Conduit.Pool'
Documentation created: dist/doc/html/pool-conduit/index.html
Installing library in
/Users/Max/Library/Haskell/ghc-7.6.3/lib/pool-conduit-0.1.2/lib
Registering pool-conduit-0.1.2...
Installed pool-conduit-0.1.2
Configuring monad-logger-0.3.4.0...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/77437.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 persistent-1.3.0.2...
/var/folders/qk/6s42bj3n6g30fyqf6mc2x_c80000gn/T/77437.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 nats-0.1.2 ... linking ... done.
Loading package unordered-containers-0.2.3.0 ... 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 aeson-0.6.2.1 ... linking ... done.
Failed to install persistent-1.3.0.2
Updating documentation index /Users/Max/Library/Haskell/doc/index.html
cabal: Error: some packages failed to install:
persistent-1.3.0.2 failed during the building phase. The exception was:
ExitFailure 11
maximilians-mbp:Haskell Max$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment