Build #1 for snap-core-0.3.1

[all reports]

Package snap-core-0.3.1
Install DependencyFailed mtl-2.0.1.0
Docs NotTried
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies zlib-0.5.4.1, unix-compat-0.2, transformers-0.2.2.1, time-1.4.1, text-0.11.3.1, old-time-1.0.0.7, old-locale-1.0.0.5, mtl-2.0.1.0, filepath-1.3.0.1, enumerator-0.4.20, dlist-0.5, directory-1.0.0.3, deepseq-1.1.0.2, containers-0.4.1.0, cereal-0.3.5.2, bytestring-show-0.3.5.5, bytestring-nums-0.3.6, bytestring-mmap-0.2.2, bytestring-0.10.4.0, base-4.6.0.1, attoparsec-0.8.6.1, MonadCatchIO-transformers-0.2.2.3
Flags -portable -no-debug

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
In order, the following will be installed:
array-0.3.0.3 (latest: 0.5.0.0) (new version)
containers-0.4.1.0 (latest: 0.5.3.1) (new version)
deepseq-1.1.0.2 (latest: 1.3.0.2) (new version)
bytestring-0.10.4.0 (new version)
attoparsec-0.8.6.1 (latest: 0.10.4.0) -split-base (new package)
binary-0.7.1.0 (new version)
bytestring-nums-0.3.6 (new package)
bytestring-show-0.3.5.5 (new package)
cereal-0.3.5.2 (latest: 0.4.0.1) (new package)
dlist-0.5 (latest: 0.6.0.1) (new package)
extensible-exceptions-0.1.1.4 (new package)
old-time-1.0.0.7 (latest: 1.1.0.1) (new version)
text-0.11.3.1 (latest: 1.0.0.0) (new version)
time-1.4.1 (new version)
transformers-0.2.2.1 (latest: 0.3.0.0) (new version)
MonadCatchIO-transformers-0.2.2.3 (latest: 0.3.1.0) (new package)
enumerator-0.4.20 (new package)
mtl-2.0.1.0 (latest: 2.1.2) (new version)
unix-2.7.0.0 (new version)
bytestring-mmap-0.2.2 (new package)
directory-1.0.0.3 (latest: 1.2.0.1) (new version)
unix-compat-0.2 (latest: 0.4.1.1) +portable (new package)
zlib-0.5.4.1 (reinstall) changes: bytestring-0.10.0.2 -> 0.10.4.0
snap-core-0.3.1 (latest: 0.9.5.0) (new package)
Warning: Note that reinstalls are always dangerous. Continuing anyway...
Configuring array-0.3.0.3...
Building array-0.3.0.3...
Preprocessing library array-0.3.0.3...

Data/Array/IO/Internals.hs:1:16: Warning:
    -#include and INCLUDE pragmas are deprecated: They no longer have any effect
[1 of 9] Compiling Data.Array.Base  ( Data/Array/Base.hs, dist/build/Data/Array/Base.o )

Data/Array/Base.hs:1204:47:
    Not in scope: `chr'
    Perhaps you meant `chr#' (imported from GHC.Base)
Failed to install array-0.3.0.3
Configuring dlist-0.5...
Building dlist-0.5...
Preprocessing library dlist-0.5...
[1 of 1] Compiling Data.DList       ( Data/DList.hs, dist/build/Data/DList.o )
In-place registering dlist-0.5...
Running Haddock for dlist-0.5...
Running hscolour for dlist-0.5...
Preprocessing library dlist-0.5...
Preprocessing library dlist-0.5...
Haddock coverage:
  95% ( 20 / 21) in 'Data.DList'
Documentation created: dist/doc/html/dlist/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/dlist-0.5
Registering dlist-0.5...
Installed dlist-0.5
Configuring extensible-exceptions-0.1.1.4...
Building extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
[1 of 1] Compiling Control.Exception.Extensible ( Control/Exception/Extensible.hs, dist/build/Control/Exception/Extensible.o )
In-place registering extensible-exceptions-0.1.1.4...
Running Haddock for extensible-exceptions-0.1.1.4...
Running hscolour for extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
Haddock coverage:
 100% (  2 /  2) in 'Control.Exception.Extensible'
Documentation created: dist/doc/html/extensible-exceptions/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/extensible-exceptions-0.1.1.4
Registering extensible-exceptions-0.1.1.4...
Installed extensible-exceptions-0.1.1.4
Configuring old-time-1.0.0.7...
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for ftime... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for gettimeofday... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... (cached) yes
checking whether altzone is declared... no
configure: creating ./config.status
config.status: creating include/HsTimeConfig.h
config.status: include/HsTimeConfig.h is unchanged
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
Building old-time-1.0.0.7...
Preprocessing library old-time-1.0.0.7...
[1 of 1] Compiling System.Time      ( dist/build/System/Time.hs, dist/build/System/Time.o )
In-place registering old-time-1.0.0.7...
Running Haddock for old-time-1.0.0.7...
Running hscolour for old-time-1.0.0.7...
Preprocessing library old-time-1.0.0.7...
Preprocessing library old-time-1.0.0.7...
Haddock coverage:
  95% ( 20 / 21) in 'System.Time'
Documentation created: dist/doc/html/old-time/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/old-time-1.0.0.7
Registering old-time-1.0.0.7...
Installed old-time-1.0.0.7
Configuring transformers-0.2.2.1...
Building transformers-0.2.2.1...
Preprocessing library transformers-0.2.2.1...
[ 1 of 21] Compiling Data.Functor.Product ( Data/Functor/Product.hs, dist/build/Data/Functor/Product.o )
[ 2 of 21] Compiling Data.Functor.Constant ( Data/Functor/Constant.hs, dist/build/Data/Functor/Constant.o )
[ 3 of 21] Compiling Data.Functor.Compose ( Data/Functor/Compose.hs, dist/build/Data/Functor/Compose.o )
[ 4 of 21] Compiling Data.Functor.Identity ( Data/Functor/Identity.hs, dist/build/Data/Functor/Identity.o )
[ 5 of 21] Compiling Control.Monad.Trans.Class ( Control/Monad/Trans/Class.hs, dist/build/Control/Monad/Trans/Class.o )
[ 6 of 21] Compiling Control.Monad.IO.Class ( Control/Monad/IO/Class.hs, dist/build/Control/Monad/IO/Class.o )
[ 7 of 21] Compiling Control.Monad.Trans.Cont ( Control/Monad/Trans/Cont.hs, dist/build/Control/Monad/Trans/Cont.o )
[ 8 of 21] Compiling Control.Monad.Trans.Error ( Control/Monad/Trans/Error.hs, dist/build/Control/Monad/Trans/Error.o )
[ 9 of 21] Compiling Control.Monad.Trans.Identity ( Control/Monad/Trans/Identity.hs, dist/build/Control/Monad/Trans/Identity.o )
[10 of 21] Compiling Control.Monad.Trans.List ( Control/Monad/Trans/List.hs, dist/build/Control/Monad/Trans/List.o )
[11 of 21] Compiling Control.Monad.Trans.Maybe ( Control/Monad/Trans/Maybe.hs, dist/build/Control/Monad/Trans/Maybe.o )
[12 of 21] Compiling Control.Monad.Trans.Reader ( Control/Monad/Trans/Reader.hs, dist/build/Control/Monad/Trans/Reader.o )
[13 of 21] Compiling Control.Monad.Trans.RWS.Lazy ( Control/Monad/Trans/RWS/Lazy.hs, dist/build/Control/Monad/Trans/RWS/Lazy.o )
[14 of 21] Compiling Control.Monad.Trans.RWS ( Control/Monad/Trans/RWS.hs, dist/build/Control/Monad/Trans/RWS.o )
[15 of 21] Compiling Control.Monad.Trans.RWS.Strict ( Control/Monad/Trans/RWS/Strict.hs, dist/build/Control/Monad/Trans/RWS/Strict.o )
[16 of 21] Compiling Control.Monad.Trans.State.Lazy ( Control/Monad/Trans/State/Lazy.hs, dist/build/Control/Monad/Trans/State/Lazy.o )
[17 of 21] Compiling Control.Monad.Trans.State ( Control/Monad/Trans/State.hs, dist/build/Control/Monad/Trans/State.o )
[18 of 21] Compiling Control.Monad.Trans.State.Strict ( Control/Monad/Trans/State/Strict.hs, dist/build/Control/Monad/Trans/State/Strict.o )
[19 of 21] Compiling Control.Monad.Trans.Writer.Lazy ( Control/Monad/Trans/Writer/Lazy.hs, dist/build/Control/Monad/Trans/Writer/Lazy.o )
[20 of 21] Compiling Control.Monad.Trans.Writer ( Control/Monad/Trans/Writer.hs, dist/build/Control/Monad/Trans/Writer.o )
[21 of 21] Compiling Control.Monad.Trans.Writer.Strict ( Control/Monad/Trans/Writer/Strict.hs, dist/build/Control/Monad/Trans/Writer/Strict.o )
In-place registering transformers-0.2.2.1...
Running Haddock for transformers-0.2.2.1...
Running hscolour for transformers-0.2.2.1...
Preprocessing library transformers-0.2.2.1...
Preprocessing library transformers-0.2.2.1...
Haddock coverage:
 100% (  2 /  2) in 'Data.Functor.Product'
 100% (  2 /  2) in 'Data.Functor.Constant'
 100% (  2 /  2) in 'Data.Functor.Compose'
 100% (  2 /  2) in 'Data.Functor.Identity'
 100% (  8 /  8) in 'Control.Monad.Trans.Class'
 100% (  2 /  2) in 'Control.Monad.IO.Class'
  71% ( 10 / 14) in 'Control.Monad.Trans.Cont'
 100% ( 15 / 15) in 'Control.Monad.Trans.Error'
 100% (  7 /  7) in 'Control.Monad.Trans.Identity'
 100% (  7 /  7) in 'Control.Monad.Trans.List'
 100% (  9 /  9) in 'Control.Monad.Trans.Maybe'
 100% ( 18 / 18) in 'Control.Monad.Trans.Reader'
  76% ( 26 / 34) in 'Control.Monad.Trans.RWS.Lazy'
 100% (  2 /  2) in 'Control.Monad.Trans.RWS'
  76% ( 26 / 34) in 'Control.Monad.Trans.RWS.Strict'
 100% ( 33 / 33) in 'Control.Monad.Trans.State.Lazy'
 100% (  2 /  2) in 'Control.Monad.Trans.State'
 100% ( 33 / 33) in 'Control.Monad.Trans.State.Strict'
 100% ( 20 / 20) in 'Control.Monad.Trans.Writer.Lazy'
 100% (  2 /  2) in 'Control.Monad.Trans.Writer'
 100% ( 20 / 20) in 'Control.Monad.Trans.Writer.Strict'
Documentation created: dist/doc/html/transformers/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/transformers-0.2.2.1
Registering transformers-0.2.2.1...
Installed transformers-0.2.2.1
Configuring MonadCatchIO-transformers-0.2.2.3...
Building MonadCatchIO-transformers-0.2.2.3...
Preprocessing library MonadCatchIO-transformers-0.2.2.3...
[1 of 1] Compiling Control.Monad.CatchIO ( src/Control/Monad/CatchIO.hs, dist/build/Control/Monad/CatchIO.o )

src/Control/Monad/CatchIO.hs:19:1: Warning:
    Module `Prelude' does not export `catch'

src/Control/Monad/CatchIO.hs:54:13: Warning:
    In the use of `E.block'
    (imported from Control.Exception.Extensible, but defined in GHC.IO):
    Deprecated: "use Control.Exception.mask instead"

src/Control/Monad/CatchIO.hs:55:13: Warning:
    In the use of `E.unblock'
    (imported from Control.Exception.Extensible, but defined in GHC.IO):
    Deprecated: "use Control.Exception.mask instead"
In-place registering MonadCatchIO-transformers-0.2.2.3...
Running Haddock for MonadCatchIO-transformers-0.2.2.3...
Running hscolour for MonadCatchIO-transformers-0.2.2.3...
Preprocessing library MonadCatchIO-transformers-0.2.2.3...
Preprocessing library MonadCatchIO-transformers-0.2.2.3...

dist/build/tmp-12020/src/Control/Monad/CatchIO.hs:19:1: Warning:
    Module `Prelude' does not export `catch'

dist/build/tmp-12020/src/Control/Monad/CatchIO.hs:54:13: Warning:
    In the use of `E.block'
    (imported from Control.Exception.Extensible, but defined in GHC.IO):
    Deprecated: "use Control.Exception.mask instead"

dist/build/tmp-12020/src/Control/Monad/CatchIO.hs:55:13: Warning:
    In the use of `E.unblock'
    (imported from Control.Exception.Extensible, but defined in GHC.IO):
    Deprecated: "use Control.Exception.mask instead"
Haddock coverage:
  86% ( 12 / 14) in 'Control.Monad.CatchIO'
Documentation created: dist/doc/html/MonadCatchIO-transformers/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/MonadCatchIO-transformers-0.2.2.3
Registering MonadCatchIO-transformers-0.2.2.3...
Installed MonadCatchIO-transformers-0.2.2.3
Configuring mtl-2.0.1.0...
Building mtl-2.0.1.0...
Preprocessing library mtl-2.0.1.0...
[ 1 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )

Control/Monad/Error/Class.hs:93:18: Not in scope: `catch'
Failed to install mtl-2.0.1.0
cabal: Error: some packages failed to install:
array-0.3.0.3 failed during the building phase. The exception was:
ExitFailure 1
attoparsec-0.8.6.1 depends on array-0.3.0.3 which failed to install.
binary-0.7.1.0 depends on array-0.3.0.3 which failed to install.
bytestring-0.10.4.0 depends on array-0.3.0.3 which failed to install.
bytestring-mmap-0.2.2 depends on array-0.3.0.3 which failed to install.
bytestring-nums-0.3.6 depends on array-0.3.0.3 which failed to install.
bytestring-show-0.3.5.5 depends on array-0.3.0.3 which failed to install.
cereal-0.3.5.2 depends on array-0.3.0.3 which failed to install.
containers-0.4.1.0 depends on array-0.3.0.3 which failed to install.
deepseq-1.1.0.2 depends on array-0.3.0.3 which failed to install.
directory-1.0.0.3 depends on array-0.3.0.3 which failed to install.
enumerator-0.4.20 depends on array-0.3.0.3 which failed to install.
mtl-2.0.1.0 failed during the building phase. The exception was:
ExitFailure 1
snap-core-0.3.1 depends on mtl-2.0.1.0 which failed to install.
text-0.11.3.1 depends on array-0.3.0.3 which failed to install.
time-1.4.1 depends on array-0.3.0.3 which failed to install.
unix-2.7.0.0 depends on array-0.3.0.3 which failed to install.
unix-compat-0.2 depends on array-0.3.0.3 which failed to install.
zlib-0.5.4.1 depends on array-0.3.0.3 which failed to install.

Test log

No test log was submitted for this report.