Build #1 for gf-3.7
| Package | gf-3.7 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2015-06-25 15:01:17.950575 UTC |
|---|---|
| Compiler | ghc-7.8.3 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | utf8-string-1, unix-2.7.0.1, time-compat-0.1.0.3, time-1.4.2, terminfo-0.4.0.0, random-1.1, process-1.2.0.0, pretty-1.1.1.1, parallel-3.2.0.6, old-locale-1.0.0.6, network-uri-2.6.0.3, network-2.6.2.0, mtl-2.2.1, lifted-base-0.2.3.6, json-0.9.1, httpd-shed-0.4.0.3, haskeline-0.7.2.1, filepath-1.3.0.2, exceptions-0.8.0.2, directory-1.2.1.0, containers-0.5.5.1, cgi-3001.2.2.2, bytestring-0.10.4.0, base-4.7.0.1, array-0.5.0.0 |
| Flags | server network-uri interrupt custom-binary -c-runtime |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring network-2.6.2.0...
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 for an ANSI C-conforming const... yes
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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking linux/can.h usability... yes
checking linux/can.h presence... yes
checking for linux/can.h... yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking for readlink... yes
checking for symlink... yes
checking for if_nametoindex... yes
checking for struct msghdr.msg_control... yes
checking for struct msghdr.msg_accrights... no
checking for struct sockaddr.sa_len... no
checking for in_addr_t in netinet/in.h... yes
checking for SO_PEERCRED and struct ucred in sys/socket.h... yes
checking for getpeereid in unistd.h... checking for getpeereid... no
checking for _head_libws2_32_a in -lws2_32... no
checking for getaddrinfo... yes
checking for gai_strerror... yes
checking whether AI_ADDRCONFIG is declared... yes
checking whether AI_ALL is declared... yes
checking whether AI_NUMERICSERV is declared... yes
checking whether AI_V4MAPPED is declared... yes
checking whether IPV6_V6ONLY is declared... yes
checking whether IPPROTO_IP is declared... yes
checking whether IPPROTO_TCP is declared... yes
checking whether IPPROTO_IPV6 is declared... yes
checking for sendfile in sys/sendfile.h... yes
checking for sendfile in sys/socket.h... no
checking for gethostent... yes
checking for accept4... yes
configure: creating ./config.status
config.status: creating network.buildinfo
config.status: creating include/HsNetworkConfig.h
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
Building network-2.6.2.0...
Preprocessing library network-2.6.2.0...
[ 1 of 11] Compiling Network.Socket.ByteString.IOVec ( dist/build/Network/Socket/ByteString/IOVec.hs, dist/build/Network/Socket/ByteString/IOVec.o )
[ 2 of 11] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.o )
Network/Socket/Types.hsc:826:28: Warning:
Pattern match(es) are overlapped
In a case alternative: _ -> ...
Network/Socket/Types.hsc:869:1: Warning:
Pattern match(es) are non-exhaustive
In an equation for ‘sizeOfSockAddrByFamily’:
Patterns not matched:
AF_UNSPEC
AF_IMPLINK
AF_PUP
AF_CHAOS
...
Network/Socket/Types.hsc:951:3: Warning:
Pattern match(es) are non-exhaustive
In a case alternative:
Patterns not matched: #x with #x `notElem` [1#, 2#, 10#, 29#]
Network/Socket/Types.hsc:1012:10: Warning:
Orphan instance: instance Storable HostAddress6
[ 3 of 11] Compiling Network.Socket.Internal ( dist/build/Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o )
Network/Socket/Internal.hsc:75:1: Warning:
The import of ‘Foreign.C.String’ is redundant
except perhaps to import instances from ‘Foreign.C.String’
To import instances alone, use: import Foreign.C.String()
Network/Socket/Internal.hsc:77:1: Warning:
The import of ‘Foreign.Ptr’ is redundant
except perhaps to import instances from ‘Foreign.Ptr’
To import instances alone, use: import Foreign.Ptr()
[ 4 of 11] Compiling Network.Socket ( dist/build/Network/Socket.hs, dist/build/Network/Socket.o )
Network/Socket.hsc:177:1: Warning:
The import of ‘delete’ from module ‘Data.List’ is redundant
Network/Socket.hsc:193:1: Warning:
The qualified import of ‘Control.Exception’ is redundant
except perhaps to import instances from ‘Control.Exception’
To import instances alone, use: import Control.Exception()
Network/Socket.hsc:212:1: Warning:
The import of ‘GHC.IO.FD’ is redundant
except perhaps to import instances from ‘GHC.IO.FD’
To import instances alone, use: import GHC.IO.FD()
Network/Socket.hsc:949:27: Warning:
Defaulting the following constraint(s) to type ‘Integer’
(Num a0)
arising from the literal ‘12’ at Network/Socket.hsc:949:27-28
(Integral a0)
arising from a use of ‘fromIntegral’
at Network/Socket.hsc:949:13-24
In the first argument of ‘fromIntegral’, namely ‘(12)’
In the expression: (fromIntegral (12))
In an equation for ‘sz’: sz = (fromIntegral (12))
Network/Socket.hsc:1571:1: Warning:
Defined but not used: ‘c_accept’
Network/Socket.hsc:276:3: Warning:
Pattern match(es) are non-exhaustive
In an equation for ‘showsPrec’:
Patterns not matched: _ (SockAddrCan _)
Network/Socket.hsc:953:6: Warning:
A do-notation statement discarded a result of type ‘CInt’
Suppress this warning by saying
‘_ <- ($)
throwSocketErrorIfMinus1Retry "getPeerCred"
c_getsockopt fd (1) (17) ptr_cr ptr_sz’
or by using the flag -fno-warn-unused-do-bind
Network/Socket.hsc:989:3: Warning:
A do-notation statement discarded a result of type ‘CInt’
Suppress this warning by saying
‘_ <- ($)
throwSocketErrorWaitWrite sock "sendFd"
c_sendFd (fdSocket sock) outfd’
or by using the flag -fno-warn-unused-do-bind
[ 5 of 11] Compiling Network.Socket.ByteString.MsgHdr ( dist/build/Network/Socket/ByteString/MsgHdr.hs, dist/build/Network/Socket/ByteString/MsgHdr.o )
[ 6 of 11] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o )
[ 7 of 11] Compiling Network.Socket.ByteString ( dist/build/Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o )
Network/Socket/ByteString.hsc:54:1: Warning:
The import of ‘SockAddr, Socket’
from module ‘Network.Socket’ is redundant
[ 8 of 11] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.o )
[ 9 of 11] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o )
[10 of 11] Compiling Network.BSD ( dist/build/Network/BSD.hs, dist/build/Network/BSD.o )
Network/BSD.hsc:166:43: Warning:
In the use of data constructor ‘PortNum’
(imported from Network.Socket, but defined in Network.Socket.Types):
Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release."
Network/BSD.hsc:190:19: Warning:
In the use of data constructor ‘PortNum’
(imported from Network.Socket, but defined in Network.Socket.Types):
Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release."
[11 of 11] Compiling Network ( Network.hs, dist/build/Network.o )
Network.hs:292:16: Warning:
Pattern match(es) are non-exhaustive
In a case alternative: Patterns not matched: SockAddrCan _
Network.hs:401:5: Warning:
Pattern match(es) are non-exhaustive
In a case alternative: Patterns not matched: SockAddrCan _
In-place registering network-2.6.2.0...
Running Haddock for network-2.6.2.0...
Running hscolour for network-2.6.2.0...
Preprocessing library network-2.6.2.0...
Preprocessing library network-2.6.2.0...
Network/Socket/Types.hsc:1012:10: Warning:
Orphan instance: instance Storable HostAddress6
Network/Socket/Internal.hsc:75:1: Warning:
The import of ‘Foreign.C.String’ is redundant
except perhaps to import instances from ‘Foreign.C.String’
To import instances alone, use: import Foreign.C.String()
Network/Socket/Internal.hsc:77:1: Warning:
The import of ‘Foreign.Ptr’ is redundant
except perhaps to import instances from ‘Foreign.Ptr’
To import instances alone, use: import Foreign.Ptr()
Network/Socket.hsc:177:1: Warning:
The import of ‘delete’ from module ‘Data.List’ is redundant
Network/Socket.hsc:193:1: Warning:
The qualified import of ‘Control.Exception’ is redundant
except perhaps to import instances from ‘Control.Exception’
To import instances alone, use: import Control.Exception()
Network/Socket.hsc:212:1: Warning:
The import of ‘GHC.IO.FD’ is redundant
except perhaps to import instances from ‘GHC.IO.FD’
To import instances alone, use: import GHC.IO.FD()
Network/Socket.hsc:949:27: Warning:
Defaulting the following constraint(s) to type ‘Integer’
(Num a0)
arising from the literal ‘12’ at Network/Socket.hsc:949:27-28
(Integral a0)
arising from a use of ‘fromIntegral’
at Network/Socket.hsc:949:13-24
In the first argument of ‘fromIntegral’, namely ‘(12)’
In the expression: (fromIntegral (12))
In an equation for ‘sz’: sz = (fromIntegral (12))
Network/Socket.hsc:1571:1: Warning:
Defined but not used: ‘c_accept’
Network/Socket/ByteString.hsc:54:1: Warning:
The import of ‘SockAddr, Socket’
from module ‘Network.Socket’ is redundant
Network/BSD.hsc:166:43: Warning:
In the use of data constructor ‘PortNum’
(imported from Network.Socket, but defined in Network.Socket.Types):
Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release."
Network/BSD.hsc:190:19: Warning:
In the use of data constructor ‘PortNum’
(imported from Network.Socket, but defined in Network.Socket.Types):
Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release."
Haddock coverage:
50% ( 1 / 2) in 'Network.Socket.ByteString.IOVec'
68% ( 27 / 40) in 'Network.Socket.Types'
94% ( 30 / 32) in 'Network.Socket.Internal'
71% ( 68 / 96) in 'Network.Socket'
50% ( 1 / 2) in 'Network.Socket.ByteString.MsgHdr'
25% ( 1 / 4) in 'Network.Socket.ByteString.Internal'
100% ( 15 / 15) in 'Network.Socket.ByteString'
25% ( 1 / 4) in 'Network.Socket.ByteString.Lazy.Posix'
71% ( 5 / 7) in 'Network.Socket.ByteString.Lazy'
44% ( 23 / 52) in 'Network.BSD'
89% ( 24 / 27) in 'Network'
Warning: Network.Socket.ByteString: could not find link destinations for:
Network.Socket.ByteString.IOVec.IOVec
Documentation created: dist/doc/html/network/index.html,
dist/doc/html/network/network.txt
Creating package registration file: /tmp/pkgConf-network-2.6.211514.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/network-2.6.2.0
Registering network-2.6.2.0...
Installed network-2.6.2.0
Configuring parallel-3.2.0.6...
Building parallel-3.2.0.6...
Preprocessing library parallel-3.2.0.6...
[1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, dist/build/Control/Parallel.o )
[2 of 3] Compiling Control.Seq ( Control/Seq.hs, dist/build/Control/Seq.o )
[3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, dist/build/Control/Parallel/Strategies.o )
In-place registering parallel-3.2.0.6...
Running Haddock for parallel-3.2.0.6...
Running hscolour for parallel-3.2.0.6...
Preprocessing library parallel-3.2.0.6...
Preprocessing library parallel-3.2.0.6...
Haddock coverage:
72% ( 21 / 29) in 'Control.Seq'
100% ( 3 / 3) in 'Control.Parallel'
81% ( 68 / 84) in 'Control.Parallel.Strategies'
Documentation created: dist/doc/html/parallel/index.html,
dist/doc/html/parallel/parallel.txt
Creating package registration file: /tmp/pkgConf-parallel-3.2.011514.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/parallel-3.2.0.6
Registering parallel-3.2.0.6...
Installed parallel-3.2.0.6
Configuring random-1.1...
Building random-1.1...
Preprocessing library random-1.1...
[1 of 1] Compiling System.Random ( System/Random.hs, dist/build/System/Random.o )
In-place registering random-1.1...
Running Haddock for random-1.1...
Running hscolour for random-1.1...
Preprocessing library random-1.1...
Preprocessing library random-1.1...
Haddock coverage:
Cannot find documentation for: $intro
100% ( 16 / 16) in 'System.Random'
Documentation created: dist/doc/html/random/index.html,
dist/doc/html/random/random.txt
Creating package registration file: /tmp/pkgConf-random-111514.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/random-1.1
Registering random-1.1...
Installed random-1.1
Configuring stm-2.4.4...
Building stm-2.4.4...
Preprocessing library stm-2.4.4...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
In-place registering stm-2.4.4...
Running Haddock for stm-2.4.4...
Running hscolour for stm-2.4.4...
Preprocessing library stm-2.4.4...
Preprocessing library stm-2.4.4...
Haddock coverage:
0% ( 0 / 11) in 'Control.Sequential.STM'
100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar'
100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
100% ( 2 / 2) in 'Control.Concurrent.STM.TArray'
90% ( 9 / 10) in 'Control.Monad.STM'
100% ( 8 / 8) in 'Control.Concurrent.STM'
40% ( 2 / 5) in 'Control.Concurrent.STM.TSem'
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Creating package registration file: /tmp/pkgConf-stm-2.411514.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/stm-2.4.4
Registering stm-2.4.4...
Installed stm-2.4.4
Configuring syb-0.5.1...
Building syb-0.5.1...
Preprocessing library syb-0.5.1...
[ 1 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o )
[ 2 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o )
[ 3 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o )
[ 4 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o )
[ 5 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o )
[ 6 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o )
[ 7 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o )
[ 8 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o )
[ 9 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o )
[10 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o )
[11 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o )
[12 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o )
[13 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o )
[14 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o )
[15 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o )
[16 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o )
In-place registering syb-0.5.1...
Running Haddock for syb-0.5.1...
Running hscolour for syb-0.5.1...
Preprocessing library syb-0.5.1...
Preprocessing library syb-0.5.1...
Haddock coverage:
100% ( 2 / 2) in 'Data.Generics.Basics'
100% ( 2 / 2) in 'Generics.SYB.Basics'
100% ( 1 / 1) in 'Data.Generics.Instances'
100% ( 1 / 1) in 'Generics.SYB.Instances'
96% ( 43 / 45) in 'Data.Generics.Aliases'
100% ( 19 / 19) in 'Data.Generics.Schemes'
100% ( 2 / 2) in 'Generics.SYB.Schemes'
100% ( 6 / 6) in 'Data.Generics.Text'
100% ( 2 / 2) in 'Generics.SYB.Text'
100% ( 17 / 17) in 'Data.Generics.Twins'
100% ( 2 / 2) in 'Generics.SYB.Twins'
100% ( 3 / 3) in 'Data.Generics.Builders'
100% ( 2 / 2) in 'Generics.SYB.Builders'
100% ( 2 / 2) in 'Generics.SYB.Aliases'
100% ( 8 / 8) in 'Data.Generics'
100% ( 2 / 2) in 'Generics.SYB'
Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt
Creating package registration file: /tmp/pkgConf-syb-0.511514.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/syb-0.5.1
Registering syb-0.5.1...
Installed syb-0.5.1
Configuring text-1.2.1.1...
Building text-1.2.1.1...
Preprocessing library text-1.2.1.1...
[ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )
[ 2 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 3 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 4 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 5 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )
[ 6 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 7 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 8 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 9 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[10 of 44] Compiling Data.Text.Array ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[18 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[19 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[20 of 44] Compiling Data.Text.Show ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[21 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[22 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[24 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[25 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[26 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 44] Compiling Data.Text ( Data/Text.hs, dist/build/Data/Text.o )
[29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[30 of 44] Compiling Data.Text.IO ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )
[36 of 44] Compiling Data.Text.Lazy ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )
[37 of 44] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o )
[38 of 44] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[39 of 44] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o )
[40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )
[41 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[42 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )
[43 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[44 of 44] Compiling Data.Text.Read ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )
In-place registering text-1.2.1.1...
Running Haddock for text-1.2.1.1...
Running hscolour for text-1.2.1.1...
Preprocessing library text-1.2.1.1...
Preprocessing library text-1.2.1.1...
Haddock coverage:
14% ( 1 / 7) in 'Data.Text.Internal.Read'
50% ( 1 / 2) in 'Data.Text.Internal.Encoding.Utf32'
50% ( 1 / 2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
0% ( 0 / 2) in 'Data.Text.Internal.Builder.Int.Digits'
100% ( 12 / 12) in 'Data.Text.Encoding.Error'
100% ( 2 / 2) in 'Data.Text.Internal.Unsafe.Shift'
25% ( 1 / 4) in 'Data.Text.Internal.Encoding.Utf16'
100% ( 2 / 2) in 'Data.Text.Internal.Functions'
100% ( 3 / 3) in 'Data.Text.Internal.Unsafe'
100% ( 16 / 16) in 'Data.Text.Array'
33% ( 2 / 6) in 'Data.Text.Internal.Unsafe.Char'
95% ( 19 / 20) in 'Data.Text.Internal'
38% ( 5 / 13) in 'Data.Text.Internal.Fusion.Size'
88% ( 7 / 8) in 'Data.Text.Internal.Fusion.Types'
0% ( 0 / 5) in 'Data.Text.Internal.Fusion.CaseMapping'
89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
93% ( 13 / 14) in 'Data.Text.Unsafe'
33% ( 1 / 3) in 'Data.Text.Internal.Private'
91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
100% ( 4 / 4) in 'Data.Text.Show'
33% ( 2 / 6) in 'Data.Text.Internal.Encoding.Fusion.Common'
17% ( 2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
100% ( 33 / 33) in 'Data.Text.Encoding'
100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
100% ( 2 / 2) in 'Data.Text.Internal.Search'
100% ( 18 / 18) in 'Data.Text.Foreign'
100% (126 /126) in 'Data.Text'
100% ( 3 / 3) in 'Data.Text.Internal.IO'
100% ( 20 / 20) in 'Data.Text.IO'
93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
100% ( 8 / 8) in 'Data.Text.Internal.Lazy.Fusion'
100% ( 2 / 2) in 'Data.Text.Internal.Lazy.Search'
100% ( 2 / 2) in 'Data.Text.Lazy.Internal'
89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
99% (127 /128) in 'Data.Text.Lazy'
94% ( 16 / 17) in 'Data.Text.Internal.Builder'
100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
100% ( 3 / 3) in 'Data.Text.Internal.Builder.Functions'
0% ( 0 / 3) in 'Data.Text.Lazy.Builder.Int'
100% ( 19 / 19) in 'Data.Text.Lazy.IO'
100% ( 7 / 7) in 'Data.Text.Lazy.Read'
75% ( 3 / 4) in 'Data.Text.Lazy.Builder.RealFloat'
100% ( 7 / 7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
Data.Text.Internal.Fusion.Common.findIndicesI
Warning: Data.Text.Unsafe: could not find link destinations for:
GHC.IO.bracket
Warning: Data.Text: could not find link destinations for:
Data.Text.replicateChar Data.Text.countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
GHC.IO.Handle.Types.Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
Data.Text.Lazy.replicateChar Data.Text.Lazy.dropWords Data.Text.Lazy.splitAtWord Data.Text.Lazy.countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
Data.Text.Internal.Builder.empty Data.Text.Internal.Builder.append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
Data.Text.Lazy.Builder.RealFloat.floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file: /tmp/pkgConf-text-1.2.111514.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/text-1.2.1.1
Registering text-1.2.1.1...
Installed text-1.2.1.1
Configuring time-compat-0.1.0.3...
Building time-compat-0.1.0.3...
Preprocessing library time-compat-0.1.0.3...
[1 of 1] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.o )
In-place registering time-compat-0.1.0.3...
Running Haddock for time-compat-0.1.0.3...
Running hscolour for time-compat-0.1.0.3...
Preprocessing library time-compat-0.1.0.3...
Preprocessing library time-compat-0.1.0.3...
Haddock coverage:
67% ( 2 / 3) in 'Data.Time.Compat'
Documentation created: dist/doc/html/time-compat/index.html,
dist/doc/html/time-compat/time-compat.txt
Creating package registration file: /tmp/pkgConf-time-compat-0.1.011514.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/time-compat-0.1.0.3
Registering time-compat-0.1.0.3...
Installed time-compat-0.1.0.3
Configuring transformers-0.4.3.0...
Building transformers-0.4.3.0...
Preprocessing library transformers-0.4.3.0...
[ 1 of 28] Compiling Data.Functor.Identity ( oldsrc/Data/Functor/Identity.hs, dist/build/Data/Functor/Identity.o )
[ 2 of 28] Compiling Control.Monad.Trans.Class ( Control/Monad/Trans/Class.hs, dist/build/Control/Monad/Trans/Class.o )
[ 3 of 28] Compiling Control.Monad.Signatures ( Control/Monad/Signatures.hs, dist/build/Control/Monad/Signatures.o )
[ 4 of 28] Compiling Control.Monad.IO.Class ( Control/Monad/IO/Class.hs, dist/build/Control/Monad/IO/Class.o )
[ 5 of 28] Compiling Control.Monad.Trans.Cont ( Control/Monad/Trans/Cont.hs, dist/build/Control/Monad/Trans/Cont.o )
[ 6 of 28] Compiling Control.Monad.Trans.Reader ( Control/Monad/Trans/Reader.hs, dist/build/Control/Monad/Trans/Reader.o )
[ 7 of 28] Compiling Control.Monad.Trans.RWS.Lazy ( Control/Monad/Trans/RWS/Lazy.hs, dist/build/Control/Monad/Trans/RWS/Lazy.o )
[ 8 of 28] Compiling Control.Monad.Trans.RWS ( Control/Monad/Trans/RWS.hs, dist/build/Control/Monad/Trans/RWS.o )
[ 9 of 28] Compiling Control.Monad.Trans.RWS.Strict ( Control/Monad/Trans/RWS/Strict.hs, dist/build/Control/Monad/Trans/RWS/Strict.o )
[10 of 28] Compiling Control.Monad.Trans.State.Lazy ( Control/Monad/Trans/State/Lazy.hs, dist/build/Control/Monad/Trans/State/Lazy.o )
[11 of 28] Compiling Control.Monad.Trans.State ( Control/Monad/Trans/State.hs, dist/build/Control/Monad/Trans/State.o )
[12 of 28] Compiling Control.Monad.Trans.State.Strict ( Control/Monad/Trans/State/Strict.hs, dist/build/Control/Monad/Trans/State/Strict.o )
[13 of 28] Compiling Data.Functor.Classes ( Data/Functor/Classes.hs, dist/build/Data/Functor/Classes.o )
[14 of 28] Compiling Data.Functor.Constant ( Data/Functor/Constant.hs, dist/build/Data/Functor/Constant.o )
[15 of 28] Compiling Control.Applicative.Lift ( Control/Applicative/Lift.hs, dist/build/Control/Applicative/Lift.o )
[16 of 28] Compiling Control.Monad.Trans.Except ( Control/Monad/Trans/Except.hs, dist/build/Control/Monad/Trans/Except.o )
[17 of 28] Compiling Control.Monad.Trans.Error ( Control/Monad/Trans/Error.hs, dist/build/Control/Monad/Trans/Error.o )
[18 of 28] Compiling Control.Monad.Trans.Identity ( Control/Monad/Trans/Identity.hs, dist/build/Control/Monad/Trans/Identity.o )
[19 of 28] Compiling Control.Monad.Trans.List ( Control/Monad/Trans/List.hs, dist/build/Control/Monad/Trans/List.o )
[20 of 28] Compiling Control.Monad.Trans.Maybe ( Control/Monad/Trans/Maybe.hs, dist/build/Control/Monad/Trans/Maybe.o )
[21 of 28] Compiling Control.Monad.Trans.Writer.Lazy ( Control/Monad/Trans/Writer/Lazy.hs, dist/build/Control/Monad/Trans/Writer/Lazy.o )
[22 of 28] Compiling Control.Monad.Trans.Writer ( Control/Monad/Trans/Writer.hs, dist/build/Control/Monad/Trans/Writer.o )
[23 of 28] Compiling Control.Monad.Trans.Writer.Strict ( Control/Monad/Trans/Writer/Strict.hs, dist/build/Control/Monad/Trans/Writer/Strict.o )
[24 of 28] Compiling Data.Functor.Compose ( Data/Functor/Compose.hs, dist/build/Data/Functor/Compose.o )
[25 of 28] Compiling Data.Functor.Product ( Data/Functor/Product.hs, dist/build/Data/Functor/Product.o )
[26 of 28] Compiling Data.Functor.Sum ( Data/Functor/Sum.hs, dist/build/Data/Functor/Sum.o )
[27 of 28] Compiling Control.Applicative.Backwards ( Control/Applicative/Backwards.hs, dist/build/Control/Applicative/Backwards.o )
[28 of 28] Compiling Data.Functor.Reverse ( Data/Functor/Reverse.hs, dist/build/Data/Functor/Reverse.o )
In-place registering transformers-0.4.3.0...
Running Haddock for transformers-0.4.3.0...
Running hscolour for transformers-0.4.3.0...
Preprocessing library transformers-0.4.3.0...
Preprocessing library transformers-0.4.3.0...
Haddock coverage:
100% ( 2 / 2) in 'Data.Functor.Identity'
100% ( 14 / 14) in 'Control.Monad.Trans.Class'
100% ( 5 / 5) in 'Control.Monad.Signatures'
100% ( 2 / 2) in 'Control.Monad.IO.Class'
100% ( 22 / 22) in 'Control.Monad.Trans.Cont'
100% ( 18 / 18) in 'Control.Monad.Trans.Reader'
100% ( 37 / 37) in 'Control.Monad.Trans.RWS.Lazy'
100% ( 2 / 2) in 'Control.Monad.Trans.RWS'
100% ( 37 / 37) in 'Control.Monad.Trans.RWS.Strict'
100% ( 34 / 34) in 'Control.Monad.Trans.State.Lazy'
100% ( 2 / 2) in 'Control.Monad.Trans.State'
100% ( 34 / 34) in 'Control.Monad.Trans.State.Strict'
100% ( 15 / 15) in 'Data.Functor.Classes'
100% ( 2 / 2) in 'Data.Functor.Constant'
100% ( 9 / 9) in 'Control.Applicative.Lift'
100% ( 19 / 19) in 'Control.Monad.Trans.Except'
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% ( 12 / 12) in 'Control.Monad.Trans.Maybe'
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'
100% ( 2 / 2) in 'Data.Functor.Compose'
100% ( 2 / 2) in 'Data.Functor.Product'
100% ( 2 / 2) in 'Data.Functor.Sum'
100% ( 2 / 2) in 'Control.Applicative.Backwards'
100% ( 2 / 2) in 'Data.Functor.Reverse'
Documentation created: dist/doc/html/transformers/index.html,
dist/doc/html/transformers/transformers.txt
Creating package registration file: /tmp/pkgConf-transformers-0.4.311514.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/transformers-0.4.3.0
Registering transformers-0.4.3.0...
Installed transformers-0.4.3.0
Configuring utf8-string-1...
Building utf8-string-1...
Preprocessing library utf8-string-1...
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o )
[3 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o )
[4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o )
[5 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o )
In-place registering utf8-string-1...
Running Haddock for utf8-string-1...
Running hscolour for utf8-string-1...
Preprocessing library utf8-string-1...
Preprocessing library utf8-string-1...
Haddock coverage:
100% ( 8 / 8) in 'Codec.Binary.UTF8.String'
94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic'
89% ( 24 / 27) in 'Data.String.UTF8'
100% ( 17 / 17) in 'Data.ByteString.UTF8'
100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8'
Documentation created: dist/doc/html/utf8-string/index.html,
dist/doc/html/utf8-string/utf8-string.txt
Creating package registration file: /tmp/pkgConf-utf8-string-111514
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/utf8-string-1
Registering utf8-string-1...
Installed utf8-string-1
[1 of 1] Compiling Main ( /tmp/haskeline-0.7.2.1-11514/haskeline-0.7.2.1/dist/setup/setup.hs, /tmp/haskeline-0.7.2.1-11514/haskeline-0.7.2.1/dist/setup/Main.o )
Linking /tmp/haskeline-0.7.2.1-11514/haskeline-0.7.2.1/dist/setup/setup ...
Configuring haskeline-0.7.2.1...
Building haskeline-0.7.2.1...
Preprocessing library haskeline-0.7.2.1...
[ 1 of 27] Compiling System.Console.Haskeline.Recover ( System/Console/Haskeline/Recover.hs, dist/build/System/Console/Haskeline/Recover.o )
[ 2 of 27] Compiling System.Console.Haskeline.Directory ( dist/build/System/Console/Haskeline/Directory.hs, dist/build/System/Console/Haskeline/Directory.o )
[ 3 of 27] Compiling System.Console.Haskeline.Key ( System/Console/Haskeline/Key.hs, dist/build/System/Console/Haskeline/Key.o )
[ 4 of 27] Compiling System.Console.Haskeline.History ( System/Console/Haskeline/History.hs, dist/build/System/Console/Haskeline/History.o )
[ 5 of 27] Compiling System.Console.Haskeline.LineState ( System/Console/Haskeline/LineState.hs, dist/build/System/Console/Haskeline/LineState.o )
[ 6 of 27] Compiling System.Console.Haskeline.Command ( System/Console/Haskeline/Command.hs, dist/build/System/Console/Haskeline/Command.o )
[ 7 of 27] Compiling System.Console.Haskeline.Backend.WCWidth ( System/Console/Haskeline/Backend/WCWidth.hs, dist/build/System/Console/Haskeline/Backend/WCWidth.o )
[ 8 of 27] Compiling System.Console.Haskeline.MonadException ( System/Console/Haskeline/MonadException.hs, dist/build/System/Console/Haskeline/MonadException.o )
System/Console/Haskeline/MonadException.hs:38:1: Warning:
Module ‘Control.Monad.Trans.Error’ is deprecated:
Use Control.Monad.Trans.Except instead
System/Console/Haskeline/MonadException.hs:161:29: Warning:
In the use of type constructor or class ‘Error’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
System/Console/Haskeline/MonadException.hs:161:57: Warning:
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
System/Console/Haskeline/MonadException.hs:162:19: Warning:
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
System/Console/Haskeline/MonadException.hs:163:40: Warning:
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
System/Console/Haskeline/MonadException.hs:163:55: Warning:
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
System/Console/Haskeline/MonadException.hs:164:29: Warning:
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
[ 9 of 27] Compiling System.Console.Haskeline.Prefs ( System/Console/Haskeline/Prefs.hs, dist/build/System/Console/Haskeline/Prefs.o )
[10 of 27] Compiling System.Console.Haskeline.Monads ( System/Console/Haskeline/Monads.hs, dist/build/System/Console/Haskeline/Monads.o )
[11 of 27] Compiling System.Console.Haskeline.Command.Undo ( System/Console/Haskeline/Command/Undo.hs, dist/build/System/Console/Haskeline/Command/Undo.o )
[12 of 27] Compiling System.Console.Haskeline.Command.History ( System/Console/Haskeline/Command/History.hs, dist/build/System/Console/Haskeline/Command/History.o )
[13 of 27] Compiling System.Console.Haskeline.Command.KillRing ( System/Console/Haskeline/Command/KillRing.hs, dist/build/System/Console/Haskeline/Command/KillRing.o )
[14 of 27] Compiling System.Console.Haskeline.Completion ( System/Console/Haskeline/Completion.hs, dist/build/System/Console/Haskeline/Completion.o )
[15 of 27] Compiling System.Console.Haskeline.Term ( System/Console/Haskeline/Term.hs, dist/build/System/Console/Haskeline/Term.o )
System/Console/Haskeline/Term.hs:107:16: Warning:
In the use of ‘isEmptyChan’
(imported from Control.Concurrent, but defined in Control.Concurrent.Chan):
Deprecated: "if you need this operation, use Control.Concurrent.STM.TChan instead. See <http://ghc.haskell.org/trac/ghc/ticket/4154> for details"
[16 of 27] Compiling System.Console.Haskeline.RunCommand ( System/Console/Haskeline/RunCommand.hs, dist/build/System/Console/Haskeline/RunCommand.o )
[17 of 27] Compiling System.Console.Haskeline.Backend.Posix.Encoder ( System/Console/Haskeline/Backend/Posix/Encoder.hs, dist/build/System/Console/Haskeline/Backend/Posix/Encoder.o )
[18 of 27] Compiling System.Console.Haskeline.Backend.Posix ( dist/build/System/Console/Haskeline/Backend/Posix.hs, dist/build/System/Console/Haskeline/Backend/Posix.o )
[19 of 27] Compiling System.Console.Haskeline.Backend.Terminfo ( System/Console/Haskeline/Backend/Terminfo.hs, dist/build/System/Console/Haskeline/Backend/Terminfo.o )
[20 of 27] Compiling System.Console.Haskeline.Backend.DumbTerm ( System/Console/Haskeline/Backend/DumbTerm.hs, dist/build/System/Console/Haskeline/Backend/DumbTerm.o )
[21 of 27] Compiling System.Console.Haskeline.Backend ( System/Console/Haskeline/Backend.hs, dist/build/System/Console/Haskeline/Backend.o )
[22 of 27] Compiling System.Console.Haskeline.InputT ( System/Console/Haskeline/InputT.hs, dist/build/System/Console/Haskeline/InputT.o )
[23 of 27] Compiling System.Console.Haskeline.Command.Completion ( System/Console/Haskeline/Command/Completion.hs, dist/build/System/Console/Haskeline/Command/Completion.o )
[24 of 27] Compiling System.Console.Haskeline.Vi ( System/Console/Haskeline/Vi.hs, dist/build/System/Console/Haskeline/Vi.o )
[25 of 27] Compiling System.Console.Haskeline.Emacs ( System/Console/Haskeline/Emacs.hs, dist/build/System/Console/Haskeline/Emacs.o )
[26 of 27] Compiling System.Console.Haskeline ( System/Console/Haskeline.hs, dist/build/System/Console/Haskeline.o )
[27 of 27] Compiling System.Console.Haskeline.IO ( System/Console/Haskeline/IO.hs, dist/build/System/Console/Haskeline/IO.o )
In-place registering haskeline-0.7.2.1...
Running Haddock for haskeline-0.7.2.1...
Running hscolour for haskeline-0.7.2.1...
Preprocessing library haskeline-0.7.2.1...
Preprocessing library haskeline-0.7.2.1...
System/Console/Haskeline/MonadException.hs:38:1: Warning:
Module ‘Control.Monad.Trans.Error’ is deprecated:
Use Control.Monad.Trans.Except instead
System/Console/Haskeline/MonadException.hs:161:29: Warning:
In the use of type constructor or class ‘Error’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
System/Console/Haskeline/MonadException.hs:161:57: Warning:
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
System/Console/Haskeline/MonadException.hs:162:19: Warning:
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
System/Console/Haskeline/MonadException.hs:163:40: Warning:
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
System/Console/Haskeline/MonadException.hs:163:55: Warning:
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
System/Console/Haskeline/MonadException.hs:164:29: Warning:
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
System/Console/Haskeline/Term.hs:107:16: Warning:
In the use of ‘isEmptyChan’
(imported from Control.Concurrent, but defined in Control.Concurrent.Chan):
Deprecated: "if you need this operation, use Control.Concurrent.STM.TChan instead. See <http://ghc.haskell.org/trac/ghc/ticket/4154> for details"
Haddock coverage:
0% ( 0 / 2) in 'System.Console.Haskeline.Recover'
100% ( 4 / 4) in 'System.Console.Haskeline.Directory'
0% ( 0 / 12) in 'System.Console.Haskeline.Key'
73% ( 8 / 11) in 'System.Console.Haskeline.History'
35% ( 23 / 65) in 'System.Console.Haskeline.LineState'
4% ( 1 / 28) in 'System.Console.Haskeline.Command'
25% ( 1 / 4) in 'System.Console.Haskeline.Backend.WCWidth'
62% ( 13 / 21) in 'System.Console.Haskeline.MonadException'
33% ( 3 / 9) in 'System.Console.Haskeline.Prefs'
29% ( 6 / 21) in 'System.Console.Haskeline.Monads'
0% ( 0 / 11) in 'System.Console.Haskeline.Command.Undo'
0% ( 0 / 30) in 'System.Console.Haskeline.Command.History'
0% ( 0 / 17) in 'System.Console.Haskeline.Command.KillRing'
62% ( 8 / 13) in 'System.Console.Haskeline.Completion'
27% ( 7 / 26) in 'System.Console.Haskeline.Term'
0% ( 0 / 2) in 'System.Console.Haskeline.RunCommand'
23% ( 3 / 13) in 'System.Console.Haskeline.Backend.Posix.Encoder'
0% ( 0 / 15) in 'System.Console.Haskeline.Backend.Posix'
0% ( 0 / 3) in 'System.Console.Haskeline.Backend.Terminfo'
0% ( 0 / 19) in 'System.Console.Haskeline.Backend.DumbTerm'
0% ( 0 / 7) in 'System.Console.Haskeline.Backend'
74% ( 20 / 27) in 'System.Console.Haskeline.InputT'
40% ( 2 / 5) in 'System.Console.Haskeline.Command.Completion'
0% ( 0 / 57) in 'System.Console.Haskeline.Vi'
0% ( 0 / 13) in 'System.Console.Haskeline.Emacs'
98% ( 47 / 48) in 'System.Console.Haskeline'
83% ( 5 / 6) in 'System.Console.Haskeline.IO'
Documentation created: dist/doc/html/haskeline/index.html,
dist/doc/html/haskeline/haskeline.txt
Creating package registration file: /tmp/pkgConf-haskeline-0.7.211514.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/haskeline-0.7.2.1
Registering haskeline-0.7.2.1...
Installed haskeline-0.7.2.1
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
75% ( 3 / 4) in 'Control.Monad.Writer.Class'
100% ( 5 / 5) in 'Control.Monad.State.Class'
100% ( 3 / 3) in 'Control.Monad.Reader.Class'
80% ( 4 / 5) in 'Control.Monad.RWS.Class'
100% ( 4 / 4) in 'Control.Monad.Identity'
100% ( 3 / 3) in 'Control.Monad.Error.Class'
50% ( 1 / 2) in 'Control.Monad.Cont.Class'
100% ( 3 / 3) in 'Control.Monad.Trans'
93% ( 14 / 15) in 'Control.Monad.Error'
100% ( 19 / 19) in 'Control.Monad.Except'
100% ( 5 / 5) in 'Control.Monad.List'
95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
100% ( 2 / 2) in 'Control.Monad.RWS'
96% ( 22 / 23) in 'Control.Monad.Reader'
95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
96% ( 24 / 25) in 'Control.Monad.State.Lazy'
100% ( 2 / 2) in 'Control.Monad.State'
96% ( 24 / 25) in 'Control.Monad.State.Strict'
89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
100% ( 2 / 2) in 'Control.Monad.Writer'
94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
91% ( 20 / 22) in 'Control.Monad.Cont'
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.211514.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/mtl-2.2.1
Registering mtl-2.2.1...
Installed mtl-2.2.1
Configuring transformers-compat-0.4.0.4...
Building transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
[1 of 1] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
In-place registering transformers-compat-0.4.0.4...
Running Haddock for transformers-compat-0.4.0.4...
Running hscolour for transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
Haddock coverage:
0% ( 0 / 8) in 'Paths_transformers_compat'
Documentation created: dist/doc/html/transformers-compat/index.html,
dist/doc/html/transformers-compat/transformers-compat.txt
Creating package registration file:
/tmp/pkgConf-transformers-compat-0.4.011514.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/transformers-compat-0.4.0.4
Registering transformers-compat-0.4.0.4...
Installed transformers-compat-0.4.0.4
Configuring parsec-3.1.9...
Building parsec-3.1.9...
Preprocessing library parsec-3.1.9...
[ 1 of 25] Compiling Text.Parsec.Pos ( Text/Parsec/Pos.hs, dist/build/Text/Parsec/Pos.o )
[ 2 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist/build/Text/Parsec/Error.o )
[ 3 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/build/Text/ParserCombinators/Parsec/Error.o )
[ 4 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs, dist/build/Text/Parsec/Prim.o )
[ 5 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist/build/Text/Parsec/Combinator.o )
[ 6 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist/build/Text/ParserCombinators/Parsec/Combinator.o )
[ 7 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs, dist/build/Text/Parsec/String.o )
[ 8 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist/build/Text/Parsec/ByteString.o )
[ 9 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist/build/Text/Parsec/ByteString/Lazy.o )
[10 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist/build/Text/Parsec/Text.o )
[11 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist/build/Text/Parsec/Text/Lazy.o )
[12 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist/build/Text/Parsec/Expr.o )
[13 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/build/Text/ParserCombinators/Parsec/Prim.o )
[14 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/build/Text/ParserCombinators/Parsec/Pos.o )
[15 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist/build/Text/Parsec/Char.o )
[16 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist/build/Text/Parsec/Token.o )
[17 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist/build/Text/ParserCombinators/Parsec/Token.o )
[18 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist/build/Text/ParserCombinators/Parsec/Char.o )
[19 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist/build/Text/ParserCombinators/Parsec.o )
[20 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist/build/Text/ParserCombinators/Parsec/Expr.o )
[21 of 25] Compiling Text.Parsec ( Text/Parsec.hs, dist/build/Text/Parsec.o )
[22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs, dist/build/Text/Parsec/Language.o )
[23 of 25] Compiling Text.ParserCombinators.Parsec.Language ( Text/ParserCombinators/Parsec/Language.hs, dist/build/Text/ParserCombinators/Parsec/Language.o )
[24 of 25] Compiling Text.Parsec.Perm ( Text/Parsec/Perm.hs, dist/build/Text/Parsec/Perm.o )
[25 of 25] Compiling Text.ParserCombinators.Parsec.Perm ( Text/ParserCombinators/Parsec/Perm.hs, dist/build/Text/ParserCombinators/Parsec/Perm.o )
In-place registering parsec-3.1.9...
Running Haddock for parsec-3.1.9...
Running hscolour for parsec-3.1.9...
Preprocessing library parsec-3.1.9...
Preprocessing library parsec-3.1.9...
Haddock coverage:
82% ( 14 / 17) in 'Text.Parsec.Pos'
43% ( 6 / 14) in 'Text.Parsec.Error'
38% ( 6 / 16) in 'Text.ParserCombinators.Parsec.Error'
64% ( 32 / 50) in 'Text.Parsec.Prim'
100% ( 24 / 24) in 'Text.Parsec.Combinator'
100% ( 24 / 24) in 'Text.ParserCombinators.Parsec.Combinator'
50% ( 2 / 4) in 'Text.Parsec.String'
50% ( 2 / 4) in 'Text.Parsec.ByteString'
50% ( 2 / 4) in 'Text.Parsec.ByteString.Lazy'
33% ( 1 / 3) in 'Text.Parsec.Text'
33% ( 1 / 3) in 'Text.Parsec.Text.Lazy'
100% ( 5 / 5) in 'Text.Parsec.Expr'
70% ( 21 / 30) in 'Text.ParserCombinators.Parsec.Prim'
82% ( 14 / 17) in 'Text.ParserCombinators.Parsec.Pos'
100% ( 20 / 20) in 'Text.Parsec.Char'
67% ( 4 / 6) in 'Text.Parsec.Token'
67% ( 4 / 6) in 'Text.ParserCombinators.Parsec.Token'
95% ( 18 / 19) in 'Text.ParserCombinators.Parsec.Char'
83% ( 15 / 18) in 'Text.ParserCombinators.Parsec'
40% ( 2 / 5) in 'Text.ParserCombinators.Parsec.Expr'
78% ( 73 / 94) in 'Text.Parsec'
80% ( 8 / 10) in 'Text.Parsec.Language'
80% ( 8 / 10) in 'Text.ParserCombinators.Parsec.Language'
100% ( 8 / 8) in 'Text.Parsec.Perm'
100% ( 7 / 7) in 'Text.ParserCombinators.Parsec.Perm'
Documentation created: dist/doc/html/parsec/index.html,
dist/doc/html/parsec/parsec.txt
Creating package registration file: /tmp/pkgConf-parsec-3.111514.9
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/parsec-3.1.9
Registering parsec-3.1.9...
Installed parsec-3.1.9
Configuring exceptions-0.8.0.2...
Building exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
[1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/build/Control/Monad/Catch.o )
[2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/build/Control/Monad/Catch/Pure.o )
In-place registering exceptions-0.8.0.2...
Running Haddock for exceptions-0.8.0.2...
Running hscolour for exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
Haddock coverage:
100% ( 31 / 31) in 'Control.Monad.Catch'
80% ( 8 / 10) in 'Control.Monad.Catch.Pure'
Documentation created: dist/doc/html/exceptions/index.html,
dist/doc/html/exceptions/exceptions.txt
Creating package registration file: /tmp/pkgConf-exceptions-0.8.011514.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/exceptions-0.8.0.2
Registering exceptions-0.8.0.2...
Installed exceptions-0.8.0.2
Configuring transformers-base-0.4.4...
Building transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o )
In-place registering transformers-base-0.4.4...
Running Haddock for transformers-base-0.4.4...
Running hscolour for transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
Haddock coverage:
33% ( 1 / 3) in 'Control.Monad.Base'
Documentation created: dist/doc/html/transformers-base/index.html,
dist/doc/html/transformers-base/transformers-base.txt
Creating package registration file: /tmp/pkgConf-transformers-base-0.411514.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/transformers-base-0.4.4
Registering transformers-base-0.4.4...
Installed transformers-base-0.4.4
Configuring json-0.9.1...
Building json-0.9.1...
Preprocessing library json-0.9.1...
[1 of 7] Compiling Text.JSON.Types ( Text/JSON/Types.hs, dist/build/Text/JSON/Types.o )
[2 of 7] Compiling Text.JSON.String ( Text/JSON/String.hs, dist/build/Text/JSON/String.o )
[3 of 7] Compiling Text.JSON.ReadP ( Text/JSON/ReadP.hs, dist/build/Text/JSON/ReadP.o )
[4 of 7] Compiling Text.JSON.Parsec ( Text/JSON/Parsec.hs, dist/build/Text/JSON/Parsec.o )
[5 of 7] Compiling Text.JSON.Pretty ( Text/JSON/Pretty.hs, dist/build/Text/JSON/Pretty.o )
[6 of 7] Compiling Text.JSON ( Text/JSON.hs, dist/build/Text/JSON.o )
[7 of 7] Compiling Text.JSON.Generic ( Text/JSON/Generic.hs, dist/build/Text/JSON/Generic.o )
In-place registering json-0.9.1...
Running Haddock for json-0.9.1...
Running hscolour for json-0.9.1...
Preprocessing library json-0.9.1...
Preprocessing library json-0.9.1...
Haddock coverage:
100% ( 10 / 10) in 'Text.JSON.Types'
95% ( 21 / 22) in 'Text.JSON.String'
18% ( 2 / 11) in 'Text.JSON.ReadP'
17% ( 2 / 12) in 'Text.JSON.Parsec'
18% ( 2 / 11) in 'Text.JSON.Pretty'
90% ( 38 / 42) in 'Text.JSON'
80% ( 8 / 10) in 'Text.JSON.Generic'
Warning: Text.JSON.Generic: could not find link destinations for:
GHC.IO.Handle.Types.Handle__
Documentation created: dist/doc/html/json/index.html,
dist/doc/html/json/json.txt
Creating package registration file: /tmp/pkgConf-json-0.911514.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/json-0.9.1
Registering json-0.9.1...
Installed json-0.9.1
Configuring multipart-0.1.2...
Building multipart-0.1.2...
Preprocessing library multipart-0.1.2...
[1 of 2] Compiling Network.Multipart.Header ( Network/Multipart/Header.hs, dist/build/Network/Multipart/Header.o )
[2 of 2] Compiling Network.Multipart ( Network/Multipart.hs, dist/build/Network/Multipart.o )
In-place registering multipart-0.1.2...
Running Haddock for multipart-0.1.2...
Running hscolour for multipart-0.1.2...
Preprocessing library multipart-0.1.2...
Preprocessing library multipart-0.1.2...
Haddock coverage:
46% ( 11 / 24) in 'Network.Multipart.Header'
53% ( 9 / 17) in 'Network.Multipart'
Warning: Network.Multipart: could not find link destinations for:
Network.Multipart.isBoundary
Documentation created: dist/doc/html/multipart/index.html,
dist/doc/html/multipart/multipart.txt
Creating package registration file: /tmp/pkgConf-multipart-0.111514.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/multipart-0.1.2
Registering multipart-0.1.2...
Installed multipart-0.1.2
Configuring network-uri-2.6.0.3...
Building network-uri-2.6.0.3...
Preprocessing library network-uri-2.6.0.3...
[1 of 1] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o )
In-place registering network-uri-2.6.0.3...
Running Haddock for network-uri-2.6.0.3...
Running hscolour for network-uri-2.6.0.3...
Preprocessing library network-uri-2.6.0.3...
Preprocessing library network-uri-2.6.0.3...
Haddock coverage:
78% ( 38 / 49) in 'Network.URI'
Documentation created: dist/doc/html/network-uri/index.html,
dist/doc/html/network-uri/network-uri.txt
Creating package registration file: /tmp/pkgConf-network-uri-2.6.011514.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/network-uri-2.6.0.3
Registering network-uri-2.6.0.3...
Installed network-uri-2.6.0.3
Configuring monad-control-1.0.0.4...
Building monad-control-1.0.0.4...
Preprocessing library monad-control-1.0.0.4...
[1 of 1] Compiling Control.Monad.Trans.Control ( Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o )
In-place registering monad-control-1.0.0.4...
Running Haddock for monad-control-1.0.0.4...
Running hscolour for monad-control-1.0.0.4...
Preprocessing library monad-control-1.0.0.4...
Preprocessing library monad-control-1.0.0.4...
Haddock coverage:
92% ( 24 / 26) in 'Control.Monad.Trans.Control'
Documentation created: dist/doc/html/monad-control/index.html,
dist/doc/html/monad-control/monad-control.txt
Creating package registration file: /tmp/pkgConf-monad-control-1.0.011514.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/monad-control-1.0.0.4
Registering monad-control-1.0.0.4...
Installed monad-control-1.0.0.4
Configuring cgi-3001.2.2.2...
Building cgi-3001.2.2.2...
Preprocessing library cgi-3001.2.2.2...
Network/CGI/Monad.hs:1:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
[1 of 6] Compiling Network.CGI.Protocol ( Network/CGI/Protocol.hs, dist/build/Network/CGI/Protocol.o )
[2 of 6] Compiling Network.CGI.Monad ( Network/CGI/Monad.hs, dist/build/Network/CGI/Monad.o )
Network/CGI/Monad.hs:31:1: Warning:
Module ‘Prelude’ does not export ‘catch’
[3 of 6] Compiling Network.CGI.Accept ( Network/CGI/Accept.hs, dist/build/Network/CGI/Accept.o )
[4 of 6] Compiling Network.CGI.Cookie ( Network/CGI/Cookie.hs, dist/build/Network/CGI/Cookie.o )
[5 of 6] Compiling Network.CGI.Compat ( Network/CGI/Compat.hs, dist/build/Network/CGI/Compat.o )
[6 of 6] Compiling Network.CGI ( Network/CGI.hs, dist/build/Network/CGI.o )
In-place registering cgi-3001.2.2.2...
Running Haddock for cgi-3001.2.2.2...
Running hscolour for cgi-3001.2.2.2...
Preprocessing library cgi-3001.2.2.2...
Preprocessing library cgi-3001.2.2.2...
Network/CGI/Monad.hs:1:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
Network/CGI/Monad.hs:31:1: Warning:
Module ‘Prelude’ does not export ‘catch’
Haddock coverage:
96% ( 25 / 26) in 'Network.CGI.Protocol'
100% ( 14 / 14) in 'Network.CGI.Monad'
22% ( 2 / 9) in 'Network.CGI.Accept'
100% ( 7 / 7) in 'Network.CGI.Cookie'
80% ( 4 / 5) in 'Network.CGI.Compat'
87% ( 83 / 95) in 'Network.CGI'
Warning: Network.CGI: could not find link destinations for:
Network.CGI.Accept.includes Network.CGI.Accept.top
Documentation created: dist/doc/html/cgi/index.html, dist/doc/html/cgi/cgi.txt
Creating package registration file: /tmp/pkgConf-cgi-3001.2.211514.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/cgi-3001.2.2.2
Registering cgi-3001.2.2.2...
Installed cgi-3001.2.2.2
Configuring httpd-shed-0.4.0.3...
Building httpd-shed-0.4.0.3...
Preprocessing library httpd-shed-0.4.0.3...
[1 of 1] Compiling Network.Shed.Httpd ( Network/Shed/Httpd.hs, dist/build/Network/Shed/Httpd.o )
In-place registering httpd-shed-0.4.0.3...
Running Haddock for httpd-shed-0.4.0.3...
Running hscolour for httpd-shed-0.4.0.3...
Preprocessing library httpd-shed-0.4.0.3...
Preprocessing library httpd-shed-0.4.0.3...
Haddock coverage:
45% ( 5 / 11) in 'Network.Shed.Httpd'
Documentation created: dist/doc/html/httpd-shed/index.html,
dist/doc/html/httpd-shed/httpd-shed.txt
Creating package registration file: /tmp/pkgConf-httpd-shed-0.4.011514.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/httpd-shed-0.4.0.3
Registering httpd-shed-0.4.0.3...
Installed httpd-shed-0.4.0.3
Configuring lifted-base-0.2.3.6...
Building lifted-base-0.2.3.6...
Preprocessing library lifted-base-0.2.3.6...
[1 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o )
[2 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o )
[3 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o )
[4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o )
[5 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o )
[6 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o )
[7 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o )
[8 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o )
[9 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o )
In-place registering lifted-base-0.2.3.6...
Running Haddock for lifted-base-0.2.3.6...
Running hscolour for lifted-base-0.2.3.6...
Preprocessing library lifted-base-0.2.3.6...
Preprocessing library lifted-base-0.2.3.6...
Haddock coverage:
100% ( 2 / 2) in 'System.Timeout.Lifted'
100% ( 2 / 2) in 'Foreign.Marshal.Utils.Lifted'
100% ( 11 / 11) in 'Data.IORef.Lifted'
100% ( 5 / 5) in 'Control.Concurrent.QSemN.Lifted'
100% ( 5 / 5) in 'Control.Concurrent.QSem.Lifted'
100% ( 8 / 8) in 'Control.Concurrent.Chan.Lifted'
100% ( 19 / 19) in 'Control.Concurrent.MVar.Lifted'
100% ( 36 / 36) in 'Control.Exception.Lifted'
100% ( 36 / 36) in 'Control.Concurrent.Lifted'
Documentation created: dist/doc/html/lifted-base/index.html,
dist/doc/html/lifted-base/lifted-base.txt
Creating package registration file: /tmp/pkgConf-lifted-base-0.2.311514.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/lifted-base-0.2.3.6
Registering lifted-base-0.2.3.6...
Installed lifted-base-0.2.3.6
Downloading gf-3.7...
[1 of 2] Compiling WebSetup ( /tmp/gf-3.7-11514/gf-3.7/WebSetup.hs, /tmp/gf-3.7-11514/gf-3.7/dist/setup/WebSetup.o )
[2 of 2] Compiling Main ( /tmp/gf-3.7-11514/gf-3.7/dist/setup/setup.hs, /tmp/gf-3.7-11514/gf-3.7/dist/setup/Main.o )
Linking /tmp/gf-3.7-11514/gf-3.7/dist/setup/setup ...
Configuring gf-3.7...
Building gf-3.7...
Preprocessing library gf-3.7...
[ 1 of 160] Compiling SimpleEditor.Syntax ( src/compiler/SimpleEditor/Syntax.hs, dist/build/SimpleEditor/Syntax.o )
[ 2 of 160] Compiling SimpleEditor.JSON ( src/compiler/SimpleEditor/JSON.hs, dist/build/SimpleEditor/JSON.o )
src/compiler/SimpleEditor/JSON.hs:8:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Grammar’
src/compiler/SimpleEditor/JSON.hs:13:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Abstract’
src/compiler/SimpleEditor/JSON.hs:17:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Fun’
src/compiler/SimpleEditor/JSON.hs:18:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Param’
src/compiler/SimpleEditor/JSON.hs:19:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Oper’
src/compiler/SimpleEditor/JSON.hs:24:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Concrete’
src/compiler/SimpleEditor/JSON.hs:30:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Lincat’
src/compiler/SimpleEditor/JSON.hs:33:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Lin’
[ 3 of 160] Compiling Cache ( src/server/Cache.hs, dist/build/Cache.o )
[ 4 of 160] Compiling URLEncoding ( src/server/URLEncoding.hs, dist/build/URLEncoding.o )
[ 5 of 160] Compiling CGI ( src/server/CGI.hs, dist/build/CGI.o )
[ 6 of 160] Compiling CGIUtils ( src/server/CGIUtils.hs, dist/build/CGIUtils.o )
[ 7 of 160] Compiling RunHTTP ( src/server/RunHTTP.hs, dist/build/RunHTTP.o )
[ 8 of 160] Compiling Data.Binary.Builder ( src/binary/Data/Binary/Builder.hs, dist/build/Data/Binary/Builder.o )
[ 9 of 160] Compiling GF.System.UseSignal ( src/compiler/GF/System/UseSignal.hs, dist/build/GF/System/UseSignal.o )
[ 10 of 160] Compiling GF.Data.Graph ( src/compiler/GF/Data/Graph.hs, dist/build/GF/Data/Graph.o )
[ 11 of 160] Compiling GF.Compile.TypeCheck.Concrete ( src/compiler/GF/Compile/TypeCheck/Concrete.hs, dist/build/GF/Compile/TypeCheck/Concrete.o )
[ 12 of 160] Compiling GF.Text.Coding ( src/compiler/GF/Text/Coding.hs, dist/build/GF/Text/Coding.o )
[ 13 of 160] Compiling GF.JavaScript.AbsJS ( src/compiler/GF/JavaScript/AbsJS.hs, dist/build/GF/JavaScript/AbsJS.o )
[ 14 of 160] Compiling GF.JavaScript.PrintJS ( src/compiler/GF/JavaScript/PrintJS.hs, dist/build/GF/JavaScript/PrintJS.o )
[ 15 of 160] Compiling GF.Data.BacktrackM ( src/compiler/GF/Data/BacktrackM.hs, dist/build/GF/Data/BacktrackM.o )
[ 16 of 160] Compiling GF.Compile.Compute.AppPredefined ( src/compiler/GF/Compile/Compute/AppPredefined.hs, dist/build/GF/Compile/Compute/AppPredefined.o )
[ 17 of 160] Compiling GF.Compile.Multi ( src/compiler/GF/Compile/Multi.hs, dist/build/GF/Compile/Multi.o )
[ 18 of 160] Compiling GF.Text.Transliterations ( src/compiler/GF/Text/Transliterations.hs, dist/build/GF/Text/Transliterations.o )
[ 19 of 160] Compiling GF.Text.Clitics ( src/compiler/GF/Text/Clitics.hs, dist/build/GF/Text/Clitics.o )
[ 20 of 160] Compiling GF.Command.Messages ( src/compiler/GF/Command/Messages.hs, dist/build/GF/Command/Messages.o )
[ 21 of 160] Compiling DarcsVersion_gf ( dist/build/autogen/DarcsVersion_gf.hs, dist/build/DarcsVersion_gf.o )
[ 22 of 160] Compiling GF.Infra.GetOpt ( src/compiler/GF/Infra/GetOpt.hs, dist/build/GF/Infra/GetOpt.o )
[ 23 of 160] Compiling GF.Infra.Concurrency ( src/compiler/GF/Infra/Concurrency.hs, dist/build/GF/Infra/Concurrency.o )
[ 24 of 160] Compiling GF.System.Signal ( src/compiler/GF/System/Signal.hs, dist/build/GF/System/Signal.o )
[ 25 of 160] Compiling GF.System.Directory ( src/compiler/GF/System/Directory.hs, dist/build/GF/System/Directory.o )
[ 26 of 160] Compiling GF.Infra.BuildInfo ( src/compiler/GF/Infra/BuildInfo.hs, dist/build/GF/Infra/BuildInfo.o )
[ 27 of 160] Compiling GF.Data.ErrM ( src/compiler/GF/Data/ErrM.hs, dist/build/GF/Data/ErrM.o )
[ 28 of 160] Compiling Paths_gf ( dist/build/autogen/Paths_gf.hs, dist/build/Paths_gf.o )
[ 29 of 160] Compiling PGF.TrieMap ( src/runtime/haskell/PGF/TrieMap.hs, dist/build/PGF/TrieMap.o )
[ 30 of 160] Compiling GF.Text.Pretty ( src/compiler/GF/Text/Pretty.hs, dist/build/GF/Text/Pretty.o )
[ 31 of 160] Compiling GF.System.Console ( src/compiler/GF/System/Console.hs, dist/build/GF/System/Console.o )
[ 32 of 160] Compiling GF.System.Catch ( src/compiler/GF/System/Catch.hs, dist/build/GF/System/Catch.o )
[ 33 of 160] Compiling GF.System.Process ( src/compiler/GF/System/Process.hs, dist/build/GF/System/Process.o )
[ 34 of 160] Compiling GF.Infra.Location ( src/compiler/GF/Infra/Location.hs, dist/build/GF/Infra/Location.o )
[ 35 of 160] Compiling PGF.Haskell ( src/runtime/haskell/PGF/Haskell.hs, dist/build/PGF/Haskell.o )
[ 36 of 160] Compiling PGF.Lexing ( src/runtime/haskell/PGF/Lexing.hs, dist/build/PGF/Lexing.o )
[ 37 of 160] Compiling GF.Text.Lexing ( src/compiler/GF/Text/Lexing.hs, dist/build/GF/Text/Lexing.o )
[ 38 of 160] Compiling Data.Binary.Put ( src/binary/Data/Binary/Put.hs, dist/build/Data/Binary/Put.o )
[ 39 of 160] Compiling Data.Binary.Get ( src/binary/Data/Binary/Get.hs, dist/build/Data/Binary/Get.o )
[ 40 of 160] Compiling Data.Binary.IEEE754 ( src/binary/Data/Binary/IEEE754.lhs, dist/build/Data/Binary/IEEE754.o )
[ 41 of 160] Compiling Data.Binary ( src/binary/Data/Binary.hs, dist/build/Data/Binary.o )
[ 42 of 160] Compiling PGF.Utilities ( src/runtime/haskell/PGF/Utilities.hs, dist/build/PGF/Utilities.o )
[ 43 of 160] Compiling GF.Data.Utilities ( src/compiler/GF/Data/Utilities.hs, dist/build/GF/Data/Utilities.o )
src/compiler/GF/Data/Utilities.hs:162:1: Warning:
Local definition of ‘join’ clashes with a future Prelude name - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
[ 44 of 160] Compiling GF.Data.Relation ( src/compiler/GF/Data/Relation.hs, dist/build/GF/Data/Relation.o )
[ 45 of 160] Compiling GF.Data.Operations ( src/compiler/GF/Data/Operations.hs, dist/build/GF/Data/Operations.o )
[ 46 of 160] Compiling GF.Data.Str ( src/compiler/GF/Data/Str.hs, dist/build/GF/Data/Str.o )
[ 47 of 160] Compiling GF.Data.Graphviz ( src/compiler/GF/Data/Graphviz.hs, dist/build/GF/Data/Graphviz.o )
[ 48 of 160] Compiling GF.Speech.FiniteState ( src/compiler/GF/Speech/FiniteState.hs, dist/build/GF/Speech/FiniteState.o )
[ 49 of 160] Compiling GF.Data.XML ( src/compiler/GF/Data/XML.hs, dist/build/GF/Data/XML.o )
[ 50 of 160] Compiling GF.Speech.RegExp ( src/compiler/GF/Speech/RegExp.hs, dist/build/GF/Speech/RegExp.o )
[ 51 of 160] Compiling PGF.CId ( src/runtime/haskell/PGF/CId.hs, dist/build/PGF/CId.o )
[ 52 of 160] Compiling PGF.Expr[boot] ( src/runtime/haskell/PGF/Expr.hs-boot, dist/build/PGF/Expr.o-boot )
[ 53 of 160] Compiling PGF.ByteCode ( src/runtime/haskell/PGF/ByteCode.hs, dist/build/PGF/ByteCode.o )
[ 54 of 160] Compiling PGF.Type ( src/runtime/haskell/PGF/Type.hs, dist/build/PGF/Type.o )
[ 55 of 160] Compiling PGF.Expr ( src/runtime/haskell/PGF/Expr.hs, dist/build/PGF/Expr.o )
[ 56 of 160] Compiling PGF.Data ( src/runtime/haskell/PGF/Data.hs, dist/build/PGF/Data.o )
[ 57 of 160] Compiling PGF.Macros ( src/runtime/haskell/PGF/Macros.hs, dist/build/PGF/Macros.o )
[ 58 of 160] Compiling PGF.Linearize ( src/runtime/haskell/PGF/Linearize.hs, dist/build/PGF/Linearize.o )
[ 59 of 160] Compiling PGF.TypeCheck ( src/runtime/haskell/PGF/TypeCheck.hs, dist/build/PGF/TypeCheck.o )
src/runtime/haskell/PGF/TypeCheck.hs:44:1: Warning:
Module ‘Control.Monad.Error’ is deprecated:
Use Control.Monad.Except instead
[ 60 of 160] Compiling PGF.Generate ( src/runtime/haskell/PGF/Generate.hs, dist/build/PGF/Generate.o )
[ 61 of 160] Compiling PGF.VisualizeTree ( src/runtime/haskell/PGF/VisualizeTree.hs, dist/build/PGF/VisualizeTree.o )
[ 62 of 160] Compiling PGF.Probabilistic ( src/runtime/haskell/PGF/Probabilistic.hs, dist/build/PGF/Probabilistic.o )
[ 63 of 160] Compiling PGF.Morphology ( src/runtime/haskell/PGF/Morphology.hs, dist/build/PGF/Morphology.o )
[ 64 of 160] Compiling PGF.Forest ( src/runtime/haskell/PGF/Forest.hs, dist/build/PGF/Forest.o )
[ 65 of 160] Compiling PGF.Parse ( src/runtime/haskell/PGF/Parse.hs, dist/build/PGF/Parse.o )
[ 66 of 160] Compiling PGF.Optimize ( src/runtime/haskell/PGF/Optimize.hs, dist/build/PGF/Optimize.o )
[ 67 of 160] Compiling PGF.Printer ( src/runtime/haskell/PGF/Printer.hs, dist/build/PGF/Printer.o )
[ 68 of 160] Compiling PGF.OldBinary ( src/runtime/haskell/PGF/OldBinary.hs, dist/build/PGF/OldBinary.o )
[ 69 of 160] Compiling PGF.Binary ( src/runtime/haskell/PGF/Binary.hs, dist/build/PGF/Binary.o )
src/runtime/haskell/PGF/Binary.hs:141:10: Warning:
No explicit implementation for
‘get’
In the instance declaration for ‘Binary Instr’
[ 70 of 160] Compiling PGF.Internal ( src/runtime/haskell/PGF/Internal.hs, dist/build/PGF/Internal.o )
[ 71 of 160] Compiling GF.Infra.Ident ( src/compiler/GF/Infra/Ident.hs, dist/build/GF/Infra/Ident.o )
[ 72 of 160] Compiling GF.Grammar.Lexer ( dist/build/GF/Grammar/Lexer.hs, dist/build/GF/Grammar/Lexer.o )
dist/build/GF/Grammar/Lexer.hs:29:1: Warning:
The import of ‘Data.Char’ is redundant
except perhaps to import instances from ‘Data.Char’
To import instances alone, use: import Data.Char()
[ 73 of 160] Compiling GF.Grammar.Predef ( src/compiler/GF/Grammar/Predef.hs, dist/build/GF/Grammar/Predef.o )
[ 74 of 160] Compiling GF.Haskell ( src/compiler/GF/Haskell.hs, dist/build/GF/Haskell.o )
[ 75 of 160] Compiling GF.Infra.Option ( src/compiler/GF/Infra/Option.hs, dist/build/GF/Infra/Option.o )
[ 76 of 160] Compiling GF.Grammar.Grammar ( src/compiler/GF/Grammar/Grammar.hs, dist/build/GF/Grammar/Grammar.o )
[ 77 of 160] Compiling GF.Infra.Dependencies ( src/compiler/GF/Infra/Dependencies.hs, dist/build/GF/Infra/Dependencies.o )
[ 78 of 160] Compiling GF.Grammar.Values ( src/compiler/GF/Grammar/Values.hs, dist/build/GF/Grammar/Values.o )
[ 79 of 160] Compiling GF.Grammar.Printer ( src/compiler/GF/Grammar/Printer.hs, dist/build/GF/Grammar/Printer.o )
[ 80 of 160] Compiling GF.Grammar.Macros ( src/compiler/GF/Grammar/Macros.hs, dist/build/GF/Grammar/Macros.o )
[ 81 of 160] Compiling GF.Grammar ( src/compiler/GF/Grammar.hs, dist/build/GF/Grammar.o )
[ 82 of 160] Compiling GF.Grammar.Unify ( src/compiler/GF/Grammar/Unify.hs, dist/build/GF/Grammar/Unify.o )
[ 83 of 160] Compiling GF.Compile.TypeCheck.TC ( src/compiler/GF/Compile/TypeCheck/TC.hs, dist/build/GF/Compile/TypeCheck/TC.o )
[ 84 of 160] Compiling GF.Compile.TypeCheck.Primitives ( src/compiler/GF/Compile/TypeCheck/Primitives.hs, dist/build/GF/Compile/TypeCheck/Primitives.o )
[ 85 of 160] Compiling GF.Grammar.PatternMatch ( src/compiler/GF/Grammar/PatternMatch.hs, dist/build/GF/Grammar/PatternMatch.o )
[ 86 of 160] Compiling GF.Grammar.Lockfield ( src/compiler/GF/Grammar/Lockfield.hs, dist/build/GF/Grammar/Lockfield.o )
[ 87 of 160] Compiling GF.Grammar.Lookup ( src/compiler/GF/Grammar/Lookup.hs, dist/build/GF/Grammar/Lookup.o )
[ 88 of 160] Compiling GF.Grammar.Analyse ( src/compiler/GF/Grammar/Analyse.hs, dist/build/GF/Grammar/Analyse.o )
[ 89 of 160] Compiling GF.Grammar.ShowTerm ( src/compiler/GF/Grammar/ShowTerm.hs, dist/build/GF/Grammar/ShowTerm.o )
[ 90 of 160] Compiling GF.Compile.SubExOpt ( src/compiler/GF/Compile/SubExOpt.hs, dist/build/GF/Compile/SubExOpt.o )
[ 91 of 160] Compiling GF.Compile.Compute.ConcreteNew1 ( src/compiler/GF/Compile/Compute/ConcreteNew1.hs, dist/build/GF/Compile/Compute/ConcreteNew1.o )
[ 92 of 160] Compiling GF.Infra.UseIO ( src/compiler/GF/Infra/UseIO.hs, dist/build/GF/Infra/UseIO.o )
[ 93 of 160] Compiling GF.Support ( src/compiler/GF/Support.hs, dist/build/GF/Support.o )
[ 94 of 160] Compiling GF.Infra.CheckM ( src/compiler/GF/Infra/CheckM.hs, dist/build/GF/Infra/CheckM.o )
[ 95 of 160] Compiling GF.Compile.Rename ( src/compiler/GF/Compile/Rename.hs, dist/build/GF/Compile/Rename.o )
[ 96 of 160] Compiling GF.Compile.TypeCheck.RConcrete ( src/compiler/GF/Compile/TypeCheck/RConcrete.hs, dist/build/GF/Compile/TypeCheck/RConcrete.o )
[ 97 of 160] Compiling GF.Compile.TypeCheck.Abstract ( src/compiler/GF/Compile/TypeCheck/Abstract.hs, dist/build/GF/Compile/TypeCheck/Abstract.o )
[ 98 of 160] Compiling GF.Compile.TypeCheck.ConcreteNew ( src/compiler/GF/Compile/TypeCheck/ConcreteNew.hs, dist/build/GF/Compile/TypeCheck/ConcreteNew.o )
[ 99 of 160] Compiling GF.Compile.Update ( src/compiler/GF/Compile/Update.hs, dist/build/GF/Compile/Update.o )
[100 of 160] Compiling GF.Compile.Tags ( src/compiler/GF/Compile/Tags.hs, dist/build/GF/Compile/Tags.o )
[101 of 160] Compiling GF.Compile.Compute.Value ( src/compiler/GF/Compile/Compute/Value.hs, dist/build/GF/Compile/Compute/Value.o )
[102 of 160] Compiling GF.Compile.Compute.Predef ( src/compiler/GF/Compile/Compute/Predef.hs, dist/build/GF/Compile/Compute/Predef.o )
src/compiler/GF/Compile/Compute/Predef.hs:30:10: Warning:
No explicit implementation for
‘fromValue’
In the instance declaration for ‘Predef Bool’
[103 of 160] Compiling GF.Compile.Compute.ConcreteNew ( src/compiler/GF/Compile/Compute/ConcreteNew.hs, dist/build/GF/Compile/Compute/ConcreteNew.o )
[104 of 160] Compiling GF.Compile.ConcreteToHaskell ( src/compiler/GF/Compile/ConcreteToHaskell.hs, dist/build/GF/Compile/ConcreteToHaskell.o )
[105 of 160] Compiling GF.Compile.CheckGrammar ( src/compiler/GF/Compile/CheckGrammar.hs, dist/build/GF/Compile/CheckGrammar.o )
[106 of 160] Compiling GF.Compile.Optimize ( src/compiler/GF/Compile/Optimize.hs, dist/build/GF/Compile/Optimize.o )
[107 of 160] Compiling GF.Compile.GeneratePMCFG ( src/compiler/GF/Compile/GeneratePMCFG.hs, dist/build/GF/Compile/GeneratePMCFG.o )
[108 of 160] Compiling PGF.Tree ( src/runtime/haskell/PGF/Tree.hs, dist/build/PGF/Tree.o )
[109 of 160] Compiling PGF.Paraphrase ( src/runtime/haskell/PGF/Paraphrase.hs, dist/build/PGF/Paraphrase.o )
[110 of 160] Compiling PGF.SortTop ( src/runtime/haskell/PGF/SortTop.hs, dist/build/PGF/SortTop.o )
[111 of 160] Compiling PGF ( src/runtime/haskell/PGF.hs, dist/build/PGF.o )
[112 of 160] Compiling GF.Grammar.Binary ( src/compiler/GF/Grammar/Binary.hs, dist/build/GF/Grammar/Binary.o )
[113 of 160] Compiling GF.Grammar.CFG ( src/compiler/GF/Grammar/CFG.hs, dist/build/GF/Grammar/CFG.o )
[114 of 160] Compiling GF.Compile.CFGtoPGF ( src/compiler/GF/Compile/CFGtoPGF.hs, dist/build/GF/Compile/CFGtoPGF.o )
[115 of 160] Compiling GF.Speech.CFGToFA ( src/compiler/GF/Speech/CFGToFA.hs, dist/build/GF/Speech/CFGToFA.o )
[116 of 160] Compiling GF.Command.Abstract ( src/compiler/GF/Command/Abstract.hs, dist/build/GF/Command/Abstract.o )
[117 of 160] Compiling GF.Command.Parse ( src/compiler/GF/Command/Parse.hs, dist/build/GF/Command/Parse.o )
[118 of 160] Compiling GF.Grammar.EBNF ( src/compiler/GF/Grammar/EBNF.hs, dist/build/GF/Grammar/EBNF.o )
[119 of 160] Compiling GF.Grammar.Parser ( dist/build/GF/Grammar/Parser.hs, dist/build/GF/Grammar/Parser.o )
[120 of 160] Compiling GF.Compile.ReadFiles ( src/compiler/GF/Compile/ReadFiles.hs, dist/build/GF/Compile/ReadFiles.o )
[121 of 160] Compiling GF.Compile.GetGrammar ( src/compiler/GF/Compile/GetGrammar.hs, dist/build/GF/Compile/GetGrammar.o )
[122 of 160] Compiling GF.CompileOne ( src/compiler/GF/CompileOne.hs, dist/build/GF/CompileOne.o )
[123 of 160] Compiling GF.CompileInParallel ( src/compiler/GF/CompileInParallel.hs, dist/build/GF/CompileInParallel.o )
[124 of 160] Compiling SimpleEditor.Convert ( src/compiler/SimpleEditor/Convert.hs, dist/build/SimpleEditor/Convert.o )
[125 of 160] Compiling GF.Compile.ToAPI ( src/compiler/GF/Compile/ToAPI.hs, dist/build/GF/Compile/ToAPI.o )
[126 of 160] Compiling GF.Compile.ExampleBased ( src/compiler/GF/Compile/ExampleBased.hs, dist/build/GF/Compile/ExampleBased.o )
[127 of 160] Compiling GF.Quiz ( src/compiler/GF/Quiz.hs, dist/build/GF/Quiz.o )
[128 of 160] Compiling GF.Command.TreeOperations ( src/compiler/GF/Command/TreeOperations.hs, dist/build/GF/Command/TreeOperations.o )
[129 of 160] Compiling GF.Compile.PGFtoHaskell ( src/compiler/GF/Compile/PGFtoHaskell.hs, dist/build/GF/Compile/PGFtoHaskell.o )
[130 of 160] Compiling GF.Compile.PGFtoProlog ( src/compiler/GF/Compile/PGFtoProlog.hs, dist/build/GF/Compile/PGFtoProlog.o )
[131 of 160] Compiling GF.Compile.PGFtoLProlog ( src/compiler/GF/Compile/PGFtoLProlog.hs, dist/build/GF/Compile/PGFtoLProlog.o )
[132 of 160] Compiling GF.Compile.PGFtoJS ( src/compiler/GF/Compile/PGFtoJS.hs, dist/build/GF/Compile/PGFtoJS.o )
[133 of 160] Compiling GF.Compile.PGFtoPython ( src/compiler/GF/Compile/PGFtoPython.hs, dist/build/GF/Compile/PGFtoPython.o )
[134 of 160] Compiling GF.Speech.PGFToCFG ( src/compiler/GF/Speech/PGFToCFG.hs, dist/build/GF/Speech/PGFToCFG.o )
[135 of 160] Compiling GF.Speech.SRG ( src/compiler/GF/Speech/SRG.hs, dist/build/GF/Speech/SRG.o )
[136 of 160] Compiling GF.Speech.GSL ( src/compiler/GF/Speech/GSL.hs, dist/build/GF/Speech/GSL.o )
[137 of 160] Compiling GF.Speech.VoiceXML ( src/compiler/GF/Speech/VoiceXML.hs, dist/build/GF/Speech/VoiceXML.o )
[138 of 160] Compiling GF.Speech.SLF ( src/compiler/GF/Speech/SLF.hs, dist/build/GF/Speech/SLF.o )
[139 of 160] Compiling GF.Speech.PrRegExp ( src/compiler/GF/Speech/PrRegExp.hs, dist/build/GF/Speech/PrRegExp.o )
[140 of 160] Compiling GF.Compile.GenerateBC ( src/compiler/GF/Compile/GenerateBC.hs, dist/build/GF/Compile/GenerateBC.o )
[141 of 160] Compiling GF.Compile.GrammarToPGF ( src/compiler/GF/Compile/GrammarToPGF.hs, dist/build/GF/Compile/GrammarToPGF.o )
[142 of 160] Compiling GF.Compile ( src/compiler/GF/Compile.hs, dist/build/GF/Compile.o )
[143 of 160] Compiling GF.Command.Importing ( src/compiler/GF/Command/Importing.hs, dist/build/GF/Command/Importing.o )
[144 of 160] Compiling GF.Infra.SIO ( src/compiler/GF/Infra/SIO.hs, dist/build/GF/Infra/SIO.o )
[145 of 160] Compiling GF.Speech.SISR ( src/compiler/GF/Speech/SISR.hs, dist/build/GF/Speech/SISR.o )
[146 of 160] Compiling GF.Speech.SRGS_ABNF ( src/compiler/GF/Speech/SRGS_ABNF.hs, dist/build/GF/Speech/SRGS_ABNF.o )
[147 of 160] Compiling GF.Speech.SRGS_XML ( src/compiler/GF/Speech/SRGS_XML.hs, dist/build/GF/Speech/SRGS_XML.o )
[148 of 160] Compiling GF.Speech.JSGF ( src/compiler/GF/Speech/JSGF.hs, dist/build/GF/Speech/JSGF.o )
[149 of 160] Compiling GF.Compile.Export ( src/compiler/GF/Compile/Export.hs, dist/build/GF/Compile/Export.o )
[150 of 160] Compiling GF.Compiler ( src/compiler/GF/Compiler.hs, dist/build/GF/Compiler.o )
[151 of 160] Compiling GF.Command.Commands ( src/compiler/GF/Command/Commands.hs, dist/build/GF/Command/Commands.o )
[152 of 160] Compiling GF.Command.Interpreter ( src/compiler/GF/Command/Interpreter.hs, dist/build/GF/Command/Interpreter.o )
[153 of 160] Compiling Fold ( src/server/transfer/Fold.hs, dist/build/Fold.o )
[154 of 160] Compiling PGFService ( src/server/PGFService.hs, dist/build/PGFService.o )
src/server/PGFService.hs:50:1: Warning:
The import of ‘System.Mem’ is redundant
except perhaps to import instances from ‘System.Mem’
To import instances alone, use: import System.Mem()
src/server/PGFService.hs:909:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON PGF.Trie’
[155 of 160] Compiling ExampleDemo ( src/example-based/ExampleDemo.hs, dist/build/ExampleDemo.o )
[156 of 160] Compiling ExampleService ( src/example-based/ExampleService.hs, dist/build/ExampleService.o )
[157 of 160] Compiling GF.Server ( src/compiler/GF/Server.hs, dist/build/GF/Server.o )
src/compiler/GF/Server.hs:8:1: Warning:
Module ‘Control.Monad.Error’ is deprecated:
Use Control.Monad.Except instead
src/compiler/GF/Server.hs:110:29: Warning:
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/compiler/GF/Server.hs:112:29: Warning:
In the use of ‘runErrorT’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/compiler/GF/Server.hs:125:25: Warning:
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/compiler/GF/Server.hs:130:42: Warning:
In the use of ‘runErrorT’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/compiler/GF/Server.hs:383:10: Warning:
In the use of type constructor or class ‘Error’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/compiler/GF/Server.hs:383:10: Warning:
In the use of type constructor or class ‘Error’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
[158 of 160] Compiling GF.Interactive ( src/compiler/GF/Interactive.hs, dist/build/GF/Interactive.o )
[159 of 160] Compiling GF.Main ( src/compiler/GF/Main.hs, dist/build/GF/Main.o )
[160 of 160] Compiling GF ( src/compiler/GF.hs, dist/build/GF.o )
In-place registering gf-3.7...
Preprocessing executable 'gf' for gf-3.7...
[1 of 1] Compiling Main ( src/programs/gf-main.hs, dist/build/gf/gf-tmp/Main.o )
Linking dist/build/gf/gf ...
10 modules in 1 directories.
/tmp/gf-3.7-11514/gf-3.7/lib/src/afrikaans/IrregAfrAbs.gf:
Warning: default encoding has changed from Latin-1 to UTF-8
/tmp/gf-3.7-11514/gf-3.7/lib/src/afrikaans/ExtraAfrAbs.gf:
Warning: default encoding has changed from Latin-1 to UTF-8
/tmp/gf-3.7-11514/gf-3.7/lib/src/afrikaans/StructuralAfr.gf:
Warning: default encoding has changed from Latin-1 to UTF-8
/tmp/gf-3.7-11514/gf-3.7/lib/src/chinese/AdverbChi.gf:
Warning: default encoding has changed from Latin-1 to UTF-8
/tmp/gf-3.7-11514/gf-3.7/lib/src/afrikaans/MorphoAfr.gf:
Warning: default encoding has changed from Latin-1 to UTF-8
1231 modules in 43 directories.
873 modules in 31 directories.
7 modules in 1 directories.
295 modules in 2 directories.
Grammar mixes present and alltenses, dividing modules into two groups
377 modules in 2 directories.
140 modules in 2 directories.
Compiling [prelude]
Compiling [AllTenses] lib/src/*/All*.gf lib/src/*/Symbol*.gf lib/src/*/Compatibility*.gf lib/src/api/Try*.gf lib/src/api/Symbolic*.gf
Compiling [Present] lib/src/*/All*.gf lib/src/*/Symbol*.gf lib/src/*/Compatibility*.gf lib/src/api/Try*.gf lib/src/api/Symbolic*.gf
Building Letter.pgf
Building Foods.pgf
Building Phrasebook.pgf
Running Haddock for gf-3.7...
Running hscolour for gf-3.7...
Preprocessing library gf-3.7...
Preprocessing executable 'gf' for gf-3.7...
Preprocessing library gf-3.7...
src/compiler/SimpleEditor/JSON.hs:8:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Grammar’
src/compiler/SimpleEditor/JSON.hs:13:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Abstract’
src/compiler/SimpleEditor/JSON.hs:17:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Fun’
src/compiler/SimpleEditor/JSON.hs:18:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Param’
src/compiler/SimpleEditor/JSON.hs:19:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Oper’
src/compiler/SimpleEditor/JSON.hs:24:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Concrete’
src/compiler/SimpleEditor/JSON.hs:30:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Lincat’
src/compiler/SimpleEditor/JSON.hs:33:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON Lin’
src/compiler/GF/Data/Utilities.hs:162:1: Warning:
Local definition of ‘join’ clashes with a future Prelude name - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
src/runtime/haskell/PGF/TypeCheck.hs:44:1: Warning:
Module ‘Control.Monad.Error’ is deprecated:
Use Control.Monad.Except instead
src/runtime/haskell/PGF/Binary.hs:141:10: Warning:
No explicit implementation for
‘get’
In the instance declaration for ‘Binary Instr’
src/server/PGFService.hs:50:1: Warning:
The import of ‘System.Mem’ is redundant
except perhaps to import instances from ‘System.Mem’
To import instances alone, use: import System.Mem()
src/server/PGFService.hs:909:10: Warning:
No explicit implementation for
‘readJSON’
In the instance declaration for ‘JSON PGF.Trie’
dist/build/GF/Grammar/Lexer.hs:29:1: Warning:
The import of ‘Data.Char’ is redundant
except perhaps to import instances from ‘Data.Char’
To import instances alone, use: import Data.Char()
src/compiler/GF/Compile/Compute/Predef.hs:30:10: Warning:
No explicit implementation for
‘fromValue’
In the instance declaration for ‘Predef Bool’
src/compiler/GF/Server.hs:8:1: Warning:
Module ‘Control.Monad.Error’ is deprecated:
Use Control.Monad.Except instead
src/compiler/GF/Server.hs:110:29: Warning:
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/compiler/GF/Server.hs:112:29: Warning:
In the use of ‘runErrorT’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/compiler/GF/Server.hs:125:25: Warning:
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/compiler/GF/Server.hs:130:42: Warning:
In the use of ‘runErrorT’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/compiler/GF/Server.hs:383:10: Warning:
In the use of type constructor or class ‘Error’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/compiler/GF/Server.hs:383:10: Warning:
In the use of type constructor or class ‘Error’
(imported from Control.Monad.Error, but defined in transformers-0.4.3.0:Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
Haddock coverage:
0% ( 0 / 16) in 'SimpleEditor.Syntax'
0% ( 0 / 12) in 'SimpleEditor.JSON'
88% ( 7 / 8) in 'Cache'
67% ( 2 / 3) in 'URLEncoding'
57% ( 4 / 7) in 'GF.System.UseSignal'
40% ( 12 / 30) in 'GF.Data.Graph'
0% ( 0 / 1) in 'GF.Compile.TypeCheck.Concrete'
0% ( 0 / 6) in 'GF.Text.Coding'
0% ( 0 / 10) in 'GF.JavaScript.AbsJS'
0% ( 0 / 4) in 'GF.JavaScript.PrintJS'
40% ( 6 / 15) in 'GF.Data.BacktrackM'
100% ( 1 / 1) in 'GF.Compile.Compute.AppPredefined'
0% ( 0 / 2) in 'GF.Compile.Multi'
0% ( 0 / 6) in 'GF.Text.Transliterations'
0% ( 0 / 3) in 'GF.Text.Clitics'
0% ( 0 / 4) in 'GF.Command.Messages'
0% ( 0 / 2) in 'DarcsVersion_gf'
100% ( 14 / 14) in 'GF.Infra.GetOpt'
45% ( 10 / 22) in 'GF.Infra.Concurrency'
100% ( 3 / 3) in 'GF.System.Signal'
Warning: gf-3.7:GF.System.Directory: Could not find documentation for exported module: D
9% ( 1 / 11) in 'GF.System.Directory'
0% ( 0 / 2) in 'GF.Infra.BuildInfo'
67% ( 6 / 9) in 'GF.Data.ErrM'
0% ( 0 / 8) in 'Paths_gf'
0% ( 0 / 19) in 'PGF.TrieMap'
Warning: gf-3.7:GF.Text.Pretty: Could not find documentation for exported module: PP
3% ( 1 / 30) in 'GF.Text.Pretty'
50% ( 4 / 8) in 'GF.System.Console'
50% ( 2 / 4) in 'GF.System.Catch'
50% ( 1 / 2) in 'GF.System.Process'
30% ( 3 / 10) in 'GF.Infra.Location'
74% ( 14 / 19) in 'PGF.Haskell'
59% ( 13 / 22) in 'PGF.Lexing'
33% ( 1 / 3) in 'GF.Text.Lexing'
100% ( 3 / 3) in 'PGF.Utilities'
50% ( 25 / 50) in 'GF.Data.Utilities'
43% ( 9 / 21) in 'GF.Data.Relation'
33% ( 21 / 64) in 'GF.Data.Operations'
36% ( 5 / 14) in 'GF.Data.Str'
20% ( 2 / 10) in 'GF.Data.Graphviz'
24% ( 9 / 37) in 'GF.Speech.FiniteState'
12% ( 1 / 8) in 'GF.Data.XML'
0% ( 0 / 17) in 'GF.Speech.RegExp'
50% ( 5 / 10) in 'PGF.CId'
0% ( 0 / 9) in 'PGF.ByteCode'
64% ( 9 / 14) in 'PGF.Type'
42% ( 18 / 43) in 'PGF.Expr'
35% ( 29 / 83) in 'PGF.Data'
12% ( 5 / 40) in 'PGF.Macros'
83% ( 5 / 6) in 'PGF.Linearize'
18% ( 6 / 33) in 'PGF.TypeCheck'
80% ( 8 / 10) in 'PGF.Generate'
20% ( 2 / 10) in 'PGF.VisualizeTree'
64% ( 7 / 11) in 'PGF.Probabilistic'
0% ( 0 / 12) in 'PGF.Morphology'
71% ( 5 / 7) in 'PGF.Forest'
67% ( 10 / 15) in 'PGF.Parse'
0% ( 0 / 3) in 'PGF.Optimize'
0% ( 0 / 8) in 'PGF.Printer'
60% ( 3 / 5) in 'PGF.Tree'
33% ( 1 / 3) in 'PGF.Paraphrase'
0% ( 0 / 2) in 'PGF.SortTop'
Warning: gf-3.7:CGI: Could not find documentation for exported module: C
100% ( 1 / 1) in 'CGI'
8% ( 1 / 12) in 'CGIUtils'
0% ( 0 / 4) in 'RunHTTP'
100% ( 37 / 37) in 'Data.Binary.Get'
100% ( 26 / 26) in 'Data.Binary.Builder'
96% ( 26 / 27) in 'Data.Binary.Put'
15% ( 2 / 13) in 'Data.Binary.IEEE754'
89% ( 17 / 19) in 'Data.Binary'
25% ( 1 / 4) in 'PGF.OldBinary'
0% ( 0 / 2) in 'PGF.Binary'
75% (110 /147) in 'PGF'
47% ( 27 / 57) in 'GF.Grammar.CFG'
0% ( 0 / 17) in 'GF.Command.Abstract'
0% ( 0 / 3) in 'GF.Command.Parse'
20% ( 1 / 5) in 'GF.Grammar.EBNF'
0% ( 0 / 3) in 'GF.Compile.ExampleBased'
25% ( 1 / 4) in 'GF.Quiz'
0% ( 0 / 4) in 'Fold'
0% ( 0 / 9) in 'PGFService'
0% ( 0 / 9) in 'ExampleDemo'
Warning: gf-3.7:PGF.Internal: Could not find documentation for exported module: Internal
100% ( 1 / 1) in 'PGF.Internal'
39% ( 12 / 31) in 'GF.Infra.Ident'
0% ( 0 / 9) in 'GF.Grammar.Lexer'
3% ( 2 / 58) in 'GF.Grammar.Predef'
24% ( 7 / 29) in 'GF.Haskell'
24% ( 11 / 46) in 'GF.Infra.Option'
34% ( 29 / 85) in 'GF.Grammar.Grammar'
0% ( 0 / 2) in 'GF.Infra.Dependencies'
27% ( 4 / 15) in 'GF.Grammar.Values'
15% ( 2 / 13) in 'GF.Grammar.Printer'
21% ( 23 /111) in 'GF.Grammar.Macros'
26% ( 66 /251) in 'GF.Grammar'
50% ( 1 / 2) in 'GF.Grammar.Unify'
12% ( 1 / 8) in 'GF.Compile.TypeCheck.TC'
0% ( 0 / 3) in 'GF.Compile.TypeCheck.Primitives'
20% ( 1 / 5) in 'GF.Grammar.PatternMatch'
20% ( 1 / 5) in 'GF.Grammar.Lockfield'
25% ( 4 / 16) in 'GF.Grammar.Lookup'
0% ( 0 / 8) in 'GF.Grammar.Analyse'
0% ( 0 / 4) in 'GF.Grammar.ShowTerm'
33% ( 1 / 3) in 'GF.Compile.SubExOpt'
0% ( 0 / 7) in 'GF.Compile.Compute.ConcreteNew1'
36% ( 15 / 42) in 'GF.Infra.UseIO'
40% ( 2 / 5) in 'GF.Grammar.Binary'
34% ( 59 /176) in 'GF.Support'
50% ( 9 / 18) in 'GF.Infra.CheckM'
67% ( 2 / 3) in 'GF.Compile.Rename'
0% ( 0 / 5) in 'GF.Compile.TypeCheck.RConcrete'
33% ( 2 / 6) in 'GF.Compile.TypeCheck.Abstract'
0% ( 0 / 3) in 'GF.Compile.TypeCheck.ConcreteNew'
75% ( 3 / 4) in 'GF.Compile.Update'
0% ( 0 / 9) in 'GF.Grammar.Parser'
25% ( 3 / 12) in 'GF.Compile.ReadFiles'
50% ( 2 / 4) in 'GF.Compile.GetGrammar'
0% ( 0 / 3) in 'GF.Compile.Tags'
0% ( 0 / 2) in 'GF.Compile.CFGtoPGF'
0% ( 0 / 3) in 'GF.Compile.ToAPI'
0% ( 0 / 4) in 'ExampleService'
0% ( 0 / 4) in 'GF.Command.TreeOperations'
25% ( 2 / 8) in 'GF.Compile.Compute.Value'
25% ( 1 / 4) in 'GF.Compile.Compute.Predef'
50% ( 2 / 4) in 'GF.Compile.Compute.ConcreteNew'
100% ( 3 / 3) in 'GF.Compile.ConcreteToHaskell'
100% ( 2 / 2) in 'GF.Compile.CheckGrammar'
100% ( 2 / 2) in 'GF.Compile.Optimize'
40% ( 2 / 5) in 'GF.Compile.GeneratePMCFG'
57% ( 4 / 7) in 'GF.CompileOne'
100% ( 2 / 2) in 'GF.CompileInParallel'
100% ( 2 / 2) in 'GF.Compile.PGFtoHaskell'
50% ( 1 / 2) in 'GF.Compile.PGFtoProlog'
0% ( 0 / 3) in 'GF.Compile.PGFtoLProlog'
0% ( 0 / 2) in 'GF.Compile.PGFtoJS'
50% ( 1 / 2) in 'GF.Compile.PGFtoPython'
33% ( 1 / 3) in 'GF.Speech.PGFToCFG'
100% ( 2 / 2) in 'GF.Speech.VoiceXML'
0% ( 0 / 2) in 'GF.Compile.GenerateBC'
0% ( 0 / 2) in 'GF.Compile.GrammarToPGF'
80% ( 4 / 5) in 'GF.Compile'
0% ( 0 / 3) in 'GF.Command.Importing'
44% ( 11 / 25) in 'GF.Infra.SIO'
33% ( 2 / 6) in 'GF.Speech.CFGToFA'
31% ( 4 / 13) in 'GF.Speech.SRG'
50% ( 1 / 2) in 'GF.Speech.GSL'
12% ( 1 / 8) in 'GF.Speech.SISR'
33% ( 1 / 3) in 'GF.Speech.SRGS_ABNF'
33% ( 1 / 3) in 'GF.Speech.SRGS_XML'
50% ( 1 / 2) in 'GF.Speech.JSGF'
40% ( 2 / 5) in 'GF.Speech.SLF'
33% ( 1 / 3) in 'GF.Speech.PrRegExp'
67% ( 2 / 3) in 'GF.Compile.Export'
80% ( 4 / 5) in 'GF.Compiler'
0% ( 0 / 11) in 'GF.Command.Commands'
0% ( 0 / 11) in 'GF.Command.Interpreter'
0% ( 0 / 22) in 'SimpleEditor.Convert'
100% ( 2 / 2) in 'GF.Server'
100% ( 4 / 4) in 'GF.Interactive'
100% ( 4 / 4) in 'GF.Main'
33% ( 89 /270) in 'GF'
Warning: PGF: could not find link destinations for:
PGF.Expr.MetaId PGF.Parse.ErrorState PGF.VisualizeTree.Labels
Warning: GF.Support: could not find link destinations for:
GF.Infra.Option.Warning PGF.ByteCode.Literal Data.Binary.put Data.Binary.get
Warning: GF: could not find link destinations for:
GF.Grammar.CFG.CFRule GF.Grammar.EBNF.ERule GF.Grammar.Grammar.MPatt PGF.Data.DotPos PGF.Data.Symbol GF.Data.Str.Str GF.Grammar.Values.Val GF.Grammar.Values.Constraints PGF.Expr.MetaId
Documentation created: dist/doc/html/gf/index.html, dist/doc/html/gf/gf.txt
Preprocessing executable 'gf' for gf-3.7...
Creating package registration file: /tmp/pkgConf-gf-311514.7
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/gf-3.7
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Installing [prelude] /home/builder/hackage-server/build-cache/tmp-install/share/x86_64-linux-ghc-7.8.3/gf-3.7/lib/prelude
Installing [AllTenses] /home/builder/hackage-server/build-cache/tmp-install/share/x86_64-linux-ghc-7.8.3/gf-3.7/lib/alltenses
Installing [Present] /home/builder/hackage-server/build-cache/tmp-install/share/x86_64-linux-ghc-7.8.3/gf-3.7/lib/present
Installing /home/builder/hackage-server/build-cache/tmp-install/share/x86_64-linux-ghc-7.8.3/gf-3.7/www/grammars/Letter.pgf
Installing /home/builder/hackage-server/build-cache/tmp-install/share/x86_64-linux-ghc-7.8.3/gf-3.7/www/grammars/Foods.pgf
Installing /home/builder/hackage-server/build-cache/tmp-install/share/x86_64-linux-ghc-7.8.3/gf-3.7/www/grammars/Phrasebook.pgf
Registering gf-3.7...
Installed gf-3.7
Test log
No test log was submitted for this report.