Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/projects/haste-compiler $ cabal sandbox delete
- Deleting the sandbox located at
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox
- ~/projects/haste-compiler $ cabal sandbox init
- Writing a default package environment file to
- /home/inaimathi/projects/haste-compiler/cabal.sandbox.config
- Creating a new sandbox at
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox
- ~/projects/haste-compiler $ cabal install --only-dependencies
- Resolving dependencies...
- In order, the following would be installed:
- SHA-1.6.4.1 -decoderinterface (new package)
- base64-bytestring-1.0.0.1 (new package)
- blaze-builder-0.3.3.4 (new package)
- bzlib-0.5.0.4 (new package)
- data-binary-ieee754-0.4.4 (new package)
- entropy-0.3.4.1 (new package)
- ghc-paths-0.1.0.9 (new package)
- nats-1 (new package)
- network-2.6.0.2 (new version)
- prelude-extras-0.4 (new package)
- semigroups-0.16.0.1 (new package)
- system-filepath-0.4.13 (new package)
- system-fileio-0.3.16 (new package)
- tagged-0.7.3 (new package)
- tar-0.4.0.1 (new package)
- transformers-0.4.2.0 (new version)
- monads-tf-0.1.0.2 (reinstall) changes: transformers-0.3.0.0 -> 0.4.2.0
- mtl-2.2.1 (new version)
- MonadRandom-0.3.0.1 (new package)
- exceptions-0.6.1 (new package)
- parsec-3.1.7 (new version)
- network-uri-2.6.0.1 (new package)
- HTTP-4000.2.19 (new version)
- temporary-1.2.0.3 (new package)
- shellmate-0.1.6 (new package)
- transformers-base-0.4.3 (new package)
- monad-control-1.0.0.1 (new package)
- transformers-compat-0.3.3.4 (new package)
- distributive-0.4.4 (new package)
- void-0.7 (new package)
- contravariant-1.2 (new package)
- comonad-4.2.2 (new package)
- semigroupoids-4.2 (new package)
- bifunctors-4.2 (new package)
- profunctors-4.3.2 (new package)
- free-4.10.0.1 (new package)
- either-4.3.2.1 (new package)
- websockets-0.9.2.1 (new package)
- cabal: The following packages are likely to be broken by the reinstalls:
- MonadCatchIO-transformers-0.3.1.0
- MonadCatchIO-mtl-0.3.1.0
- cgi-3001.1.8.5
- Use --force-reinstalls if you want to install anyway.
- ~/projects/haste-compiler $ cabal install --only-dependencies --reinstall
- Resolving dependencies...
- In order, the following would be installed:
- SHA-1.6.4.1 -decoderinterface (new package)
- base64-bytestring-1.0.0.1 (new package)
- blaze-builder-0.3.3.4 (new package)
- bzlib-0.5.0.4 (new package)
- data-binary-ieee754-0.4.4 (new package)
- entropy-0.3.4.1 (new package)
- ghc-paths-0.1.0.9 (new package)
- nats-1 (new package)
- network-2.6.0.2 (new version)
- prelude-extras-0.4 (new package)
- semigroups-0.16.0.1 (new package)
- system-filepath-0.4.13 (new package)
- system-fileio-0.3.16 (new package)
- tagged-0.7.3 (new package)
- tar-0.4.0.1 (new package)
- transformers-0.4.2.0 (new version)
- monads-tf-0.1.0.2 (reinstall) changes: transformers-0.3.0.0 -> 0.4.2.0
- mtl-2.2.1 (new version)
- MonadRandom-0.3.0.1 (new package)
- exceptions-0.6.1 (new package)
- parsec-3.1.7 (new version)
- network-uri-2.6.0.1 (new package)
- HTTP-4000.2.19 (new version)
- temporary-1.2.0.3 (new package)
- shellmate-0.1.6 (new package)
- transformers-base-0.4.3 (new package)
- monad-control-1.0.0.1 (new package)
- transformers-compat-0.3.3.4 (new package)
- distributive-0.4.4 (new package)
- void-0.7 (new package)
- contravariant-1.2 (new package)
- comonad-4.2.2 (new package)
- semigroupoids-4.2 (new package)
- bifunctors-4.2 (new package)
- profunctors-4.3.2 (new package)
- free-4.10.0.1 (new package)
- either-4.3.2.1 (new package)
- websockets-0.9.2.1 (new package)
- cabal: The following packages are likely to be broken by the reinstalls:
- MonadCatchIO-transformers-0.3.1.0
- MonadCatchIO-mtl-0.3.1.0
- cgi-3001.1.8.5
- Use --force-reinstalls if you want to install anyway.
- ~/projects/haste-compiler $ cabal install --only-dependencies --force-reinstall
- Resolving dependencies...
- Warning: The following packages are likely to be broken by the reinstalls:
- MonadCatchIO-transformers-0.3.1.0
- MonadCatchIO-mtl-0.3.1.0
- cgi-3001.1.8.5
- Continuing even though the plan contains dangerous reinstalls.
- Configuring SHA-1.6.4.1...
- Building SHA-1.6.4.1...
- Preprocessing library SHA-1.6.4.1...
- [1 of 1] Compiling Data.Digest.Pure.SHA ( src/Data/Digest/Pure/SHA.hs, dist/dist-sandbox-f32827c/build/Data/Digest/Pure/SHA.o )
- In-place registering SHA-1.6.4.1...
- Creating package registration file: /tmp/pkgConf-SHA-1.6.421545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/SHA-1.6.4.1
- Registering SHA-1.6.4.1...
- Installed SHA-1.6.4.1
- Configuring base64-bytestring-1.0.0.1...
- Building base64-bytestring-1.0.0.1...
- Preprocessing library base64-bytestring-1.0.0.1...
- [1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, dist/dist-sandbox-f32827c/build/Data/ByteString/Base64/Internal.o )
- [2 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, dist/dist-sandbox-f32827c/build/Data/ByteString/Base64/URL.o )
- [3 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, dist/dist-sandbox-f32827c/build/Data/ByteString/Base64/URL/Lazy.o )
- [4 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist/dist-sandbox-f32827c/build/Data/ByteString/Base64.o )
- [5 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, dist/dist-sandbox-f32827c/build/Data/ByteString/Base64/Lazy.o )
- In-place registering base64-bytestring-1.0.0.1...
- Creating package registration file:
- /tmp/pkgConf-base64-bytestring-1.0.021545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/base64-bytestring-1.0.0.1
- Registering base64-bytestring-1.0.0.1...
- Installed base64-bytestring-1.0.0.1
- Configuring blaze-builder-0.3.3.4...
- Building blaze-builder-0.3.3.4...
- Preprocessing library blaze-builder-0.3.3.4...
- [ 1 of 13] Compiling Blaze.ByteString.Builder.Internal.Types ( Blaze/ByteString/Builder/Internal/Types.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/Internal/Types.o )
- [ 2 of 13] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/Internal/Write.o )
- [ 3 of 13] Compiling Blaze.ByteString.Builder.Internal.Buffer ( Blaze/ByteString/Builder/Internal/Buffer.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/Internal/Buffer.o )
- [ 4 of 13] Compiling Blaze.ByteString.Builder.Internal.UncheckedShifts ( Blaze/ByteString/Builder/Internal/UncheckedShifts.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/Internal/UncheckedShifts.o )
- [ 5 of 13] Compiling Blaze.ByteString.Builder.Internal ( Blaze/ByteString/Builder/Internal.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/Internal.o )
- [ 6 of 13] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/Char/Utf8.o )
- [ 7 of 13] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/ByteString.o )
- [ 8 of 13] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/Word.o )
- [ 9 of 13] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/Char8.o )
- [10 of 13] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/HTTP.o )
- [11 of 13] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/Int.o )
- [12 of 13] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder.o )
- [13 of 13] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/dist-sandbox-f32827c/build/Blaze/ByteString/Builder/Html/Utf8.o )
- In-place registering blaze-builder-0.3.3.4...
- Creating package registration file: /tmp/pkgConf-blaze-builder-0.3.321545.4
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/blaze-builder-0.3.3.4
- Registering blaze-builder-0.3.3.4...
- Installed blaze-builder-0.3.3.4
- Configuring bzlib-0.5.0.4...
- Building bzlib-0.5.0.4...
- Preprocessing library bzlib-0.5.0.4...
- [1 of 3] Compiling Codec.Compression.BZip.Stream ( dist/dist-sandbox-f32827c/build/Codec/Compression/BZip/Stream.hs, dist/dist-sandbox-f32827c/build/Codec/Compression/BZip/Stream.o )
- [2 of 3] Compiling Codec.Compression.BZip.Internal ( Codec/Compression/BZip/Internal.hs, dist/dist-sandbox-f32827c/build/Codec/Compression/BZip/Internal.o )
- [3 of 3] Compiling Codec.Compression.BZip ( Codec/Compression/BZip.hs, dist/dist-sandbox-f32827c/build/Codec/Compression/BZip.o )
- In-place registering bzlib-0.5.0.4...
- Creating package registration file: /tmp/pkgConf-bzlib-0.5.021545.4
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/bzlib-0.5.0.4
- Registering bzlib-0.5.0.4...
- Installed bzlib-0.5.0.4
- Configuring data-binary-ieee754-0.4.4...
- Building data-binary-ieee754-0.4.4...
- Preprocessing library data-binary-ieee754-0.4.4...
- [1 of 1] Compiling Data.Binary.IEEE754 ( lib/Data/Binary/IEEE754.hs, dist/dist-sandbox-f32827c/build/Data/Binary/IEEE754.o )
- In-place registering data-binary-ieee754-0.4.4...
- Creating package registration file:
- /tmp/pkgConf-data-binary-ieee754-0.421545.4
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/data-binary-ieee754-0.4.4
- Registering data-binary-ieee754-0.4.4...
- Installed data-binary-ieee754-0.4.4
- [1 of 1] Compiling Main ( /tmp/entropy-0.3.4.1-21545/entropy-0.3.4.1/dist/dist-sandbox-f32827c/setup/setup.hs, /tmp/entropy-0.3.4.1-21545/entropy-0.3.4.1/dist/dist-sandbox-f32827c/setup/Main.o )
- Linking /tmp/entropy-0.3.4.1-21545/entropy-0.3.4.1/dist/dist-sandbox-f32827c/setup/setup ...
- Configuring entropy-0.3.4.1...
- Result of RDRAND Test: True
- Building entropy-0.3.4.1...
- Preprocessing library entropy-0.3.4.1...
- [1 of 2] Compiling System.EntropyNix ( System/EntropyNix.hs, dist/dist-sandbox-f32827c/build/System/EntropyNix.o )
- [2 of 2] Compiling System.Entropy ( System/Entropy.hs, dist/dist-sandbox-f32827c/build/System/Entropy.o )
- In-place registering entropy-0.3.4.1...
- Creating package registration file: /tmp/pkgConf-entropy-0.3.421545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/entropy-0.3.4.1
- Registering entropy-0.3.4.1...
- Installed entropy-0.3.4.1
- [1 of 1] Compiling Main ( /tmp/ghc-paths-0.1.0.9-21545/ghc-paths-0.1.0.9/dist/dist-sandbox-f32827c/setup/setup.hs, /tmp/ghc-paths-0.1.0.9-21545/ghc-paths-0.1.0.9/dist/dist-sandbox-f32827c/setup/Main.o )
- Linking /tmp/ghc-paths-0.1.0.9-21545/ghc-paths-0.1.0.9/dist/dist-sandbox-f32827c/setup/setup ...
- Configuring ghc-paths-0.1.0.9...
- Building ghc-paths-0.1.0.9...
- Preprocessing library ghc-paths-0.1.0.9...
- [1 of 1] Compiling GHC.Paths ( GHC/Paths.hs, dist/dist-sandbox-f32827c/build/GHC/Paths.o )
- In-place registering ghc-paths-0.1.0.9...
- Creating package registration file: /tmp/pkgConf-ghc-paths-0.1.021545.9
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/ghc-paths-0.1.0.9
- Registering ghc-paths-0.1.0.9...
- Installed ghc-paths-0.1.0.9
- Configuring nats-1...
- Building nats-1...
- Preprocessing library nats-1...
- [1 of 1] Compiling Numeric.Natural ( src/Numeric/Natural.hs, dist/dist-sandbox-f32827c/build/Numeric/Natural.o )
- In-place registering nats-1...
- Creating package registration file: /tmp/pkgConf-nats-121545
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/nats-1
- Registering nats-1...
- Installed nats-1
- Configuring network-2.6.0.2...
- 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 for readlink... yes
- checking for symlink... 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.0.2...
- Preprocessing library network-2.6.0.2...
- [ 1 of 11] Compiling Network.Socket.ByteString.IOVec ( dist/dist-sandbox-f32827c/build/Network/Socket/ByteString/IOVec.hs, dist/dist-sandbox-f32827c/build/Network/Socket/ByteString/IOVec.o )
- [ 2 of 11] Compiling Network.Socket.Types ( dist/dist-sandbox-f32827c/build/Network/Socket/Types.hs, dist/dist-sandbox-f32827c/build/Network/Socket/Types.o )
- Network/Socket/Types.hsc:824: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:896:3: Warning:
- Pattern match(es) are non-exhaustive
- In a case alternative:
- Patterns not matched: #x with #x `notElem` [1#, 2#, 10#]
- Network/Socket/Types.hsc:952:10: Warning:
- Orphan instance: instance Storable HostAddress6
- [ 3 of 11] Compiling Network.Socket.Internal ( dist/dist-sandbox-f32827c/build/Network/Socket/Internal.hs, dist/dist-sandbox-f32827c/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/dist-sandbox-f32827c/build/Network/Socket.hs, dist/dist-sandbox-f32827c/build/Network/Socket.o )
- Network/Socket.hsc:176:1: Warning:
- The import of `delete' from module `Data.List' is redundant
- Network/Socket.hsc:192: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:211: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:13: Warning:
- Defaulting the following constraint(s) to type `Integer'
- (Integral a0)
- arising from a use of `fromIntegral'
- at Network/Socket.hsc:949:13-24
- (Num a0)
- arising from the literal `12' at Network/Socket.hsc:949:27-28
- In the expression: (fromIntegral (12))
- In an equation for `sz': sz = (fromIntegral (12))
- In the expression:
- do { let fd = fdSocket sock;
- let sz = (fromIntegral (12));
- with sz $ \ ptr_cr -> alloca $ \ ptr_sz -> ... }
- 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
- Network/Socket.hsc:1572:3: Warning:
- Defined but not used: `c_accept'
- [ 5 of 11] Compiling Network.Socket.ByteString.MsgHdr ( dist/dist-sandbox-f32827c/build/Network/Socket/ByteString/MsgHdr.hs, dist/dist-sandbox-f32827c/build/Network/Socket/ByteString/MsgHdr.o )
- [ 6 of 11] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/dist-sandbox-f32827c/build/Network/Socket/ByteString/Internal.o )
- [ 7 of 11] Compiling Network.Socket.ByteString ( dist/dist-sandbox-f32827c/build/Network/Socket/ByteString.hs, dist/dist-sandbox-f32827c/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 ( Network/Socket/ByteString/Lazy.hs, dist/dist-sandbox-f32827c/build/Network/Socket/ByteString/Lazy.o )
- Network/Socket/ByteString/Lazy.hs:60:1: Warning:
- The import of `GHC.Conc' is redundant
- except perhaps to import instances from `GHC.Conc'
- To import instances alone, use: import GHC.Conc()
- [ 9 of 11] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/dist-sandbox-f32827c/build/Network/Socket/ByteString/Lazy/Posix.o )
- [10 of 11] Compiling Network.BSD ( dist/dist-sandbox-f32827c/build/Network/BSD.hs, dist/dist-sandbox-f32827c/build/Network/BSD.o )
- [11 of 11] Compiling Network ( Network.hs, dist/dist-sandbox-f32827c/build/Network.o )
- In-place registering network-2.6.0.2...
- Creating package registration file: /tmp/pkgConf-network-2.6.021545.2
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/network-2.6.0.2
- Registering network-2.6.0.2...
- Installed network-2.6.0.2
- Configuring prelude-extras-0.4...
- Building prelude-extras-0.4...
- Preprocessing library prelude-extras-0.4...
- [1 of 1] Compiling Prelude.Extras ( src/Prelude/Extras.hs, dist/dist-sandbox-f32827c/build/Prelude/Extras.o )
- In-place registering prelude-extras-0.4...
- Creating package registration file: /tmp/pkgConf-prelude-extras-021545.4
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/prelude-extras-0.4
- Registering prelude-extras-0.4...
- Installed prelude-extras-0.4
- [1 of 1] Compiling Main ( /tmp/system-filepath-0.4.13-21545/system-filepath-0.4.13/dist/dist-sandbox-f32827c/setup/setup.hs, /tmp/system-filepath-0.4.13-21545/system-filepath-0.4.13/dist/dist-sandbox-f32827c/setup/Main.o )
- Linking /tmp/system-filepath-0.4.13-21545/system-filepath-0.4.13/dist/dist-sandbox-f32827c/setup/setup ...
- Configuring system-filepath-0.4.13...
- Building system-filepath-0.4.13...
- Preprocessing library system-filepath-0.4.13...
- [1 of 4] Compiling Filesystem.Path.Internal ( lib/Filesystem/Path/Internal.hs, dist/dist-sandbox-f32827c/build/Filesystem/Path/Internal.o )
- lib/Filesystem/Path/Internal.hs:17: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()
- lib/Filesystem/Path/Internal.hs:26:1: Warning:
- The import of `Data.Text.Encoding.Error' is redundant
- except perhaps to import instances from `Data.Text.Encoding.Error'
- To import instances alone, use: import Data.Text.Encoding.Error()
- [2 of 4] Compiling Filesystem.Path ( lib/Filesystem/Path.hs, dist/dist-sandbox-f32827c/build/Filesystem/Path.o )
- [3 of 4] Compiling Filesystem.Path.Rules ( lib/Filesystem/Path/Rules.hs, dist/dist-sandbox-f32827c/build/Filesystem/Path/Rules.o )
- [4 of 4] Compiling Filesystem.Path.CurrentOS ( lib/Filesystem/Path/CurrentOS.hs, dist/dist-sandbox-f32827c/build/Filesystem/Path/CurrentOS.o )
- In-place registering system-filepath-0.4.13...
- Creating package registration file: /tmp/pkgConf-system-filepath-0.421545.13
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/system-filepath-0.4.13
- Registering system-filepath-0.4.13...
- Installed system-filepath-0.4.13
- Configuring tagged-0.7.3...
- Building tagged-0.7.3...
- Preprocessing library tagged-0.7.3...
- [1 of 2] Compiling Data.Proxy ( old/Data/Proxy.hs, dist/dist-sandbox-f32827c/build/Data/Proxy.o )
- [2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/dist-sandbox-f32827c/build/Data/Tagged.o )
- In-place registering tagged-0.7.3...
- Creating package registration file: /tmp/pkgConf-tagged-0.721545.3
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/tagged-0.7.3
- Registering tagged-0.7.3...
- Installed tagged-0.7.3
- Configuring tar-0.4.0.1...
- Building tar-0.4.0.1...
- Preprocessing library tar-0.4.0.1...
- [1 of 8] Compiling Codec.Archive.Tar.Types ( Codec/Archive/Tar/Types.hs, dist/dist-sandbox-f32827c/build/Codec/Archive/Tar/Types.o )
- [2 of 8] Compiling Codec.Archive.Tar.Read ( Codec/Archive/Tar/Read.hs, dist/dist-sandbox-f32827c/build/Codec/Archive/Tar/Read.o )
- [3 of 8] Compiling Codec.Archive.Tar.Write ( Codec/Archive/Tar/Write.hs, dist/dist-sandbox-f32827c/build/Codec/Archive/Tar/Write.o )
- [4 of 8] Compiling Codec.Archive.Tar.Pack ( Codec/Archive/Tar/Pack.hs, dist/dist-sandbox-f32827c/build/Codec/Archive/Tar/Pack.o )
- [5 of 8] Compiling Codec.Archive.Tar.Check ( Codec/Archive/Tar/Check.hs, dist/dist-sandbox-f32827c/build/Codec/Archive/Tar/Check.o )
- [6 of 8] Compiling Codec.Archive.Tar.Unpack ( Codec/Archive/Tar/Unpack.hs, dist/dist-sandbox-f32827c/build/Codec/Archive/Tar/Unpack.o )
- [7 of 8] Compiling Codec.Archive.Tar.Entry ( Codec/Archive/Tar/Entry.hs, dist/dist-sandbox-f32827c/build/Codec/Archive/Tar/Entry.o )
- [8 of 8] Compiling Codec.Archive.Tar ( Codec/Archive/Tar.hs, dist/dist-sandbox-f32827c/build/Codec/Archive/Tar.o )
- In-place registering tar-0.4.0.1...
- Creating package registration file: /tmp/pkgConf-tar-0.4.021545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/tar-0.4.0.1
- Registering tar-0.4.0.1...
- Installed tar-0.4.0.1
- Configuring transformers-0.4.2.0...
- Building transformers-0.4.2.0...
- Preprocessing library transformers-0.4.2.0...
- [ 1 of 28] Compiling Data.Functor.Identity ( oldsrc/Data/Functor/Identity.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Identity.o )
- [ 2 of 28] Compiling Control.Monad.Trans.Class ( Control/Monad/Trans/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Class.o )
- [ 3 of 28] Compiling Control.Monad.Signatures ( Control/Monad/Signatures.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Signatures.o )
- [ 4 of 28] Compiling Control.Monad.IO.Class ( Control/Monad/IO/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/IO/Class.o )
- [ 5 of 28] Compiling Control.Monad.Trans.Cont ( Control/Monad/Trans/Cont.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Cont.o )
- [ 6 of 28] Compiling Control.Monad.Trans.Reader ( Control/Monad/Trans/Reader.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Reader.o )
- [ 7 of 28] Compiling Control.Monad.Trans.RWS.Lazy ( Control/Monad/Trans/RWS/Lazy.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/RWS/Lazy.o )
- [ 8 of 28] Compiling Control.Monad.Trans.RWS ( Control/Monad/Trans/RWS.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/RWS.o )
- [ 9 of 28] Compiling Control.Monad.Trans.RWS.Strict ( Control/Monad/Trans/RWS/Strict.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/RWS/Strict.o )
- [10 of 28] Compiling Control.Monad.Trans.State.Lazy ( Control/Monad/Trans/State/Lazy.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/State/Lazy.o )
- [11 of 28] Compiling Control.Monad.Trans.State ( Control/Monad/Trans/State.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/State.o )
- [12 of 28] Compiling Control.Monad.Trans.State.Strict ( Control/Monad/Trans/State/Strict.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/State/Strict.o )
- [13 of 28] Compiling Data.Functor.Classes ( Data/Functor/Classes.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Classes.o )
- [14 of 28] Compiling Data.Functor.Constant ( Data/Functor/Constant.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Constant.o )
- [15 of 28] Compiling Control.Applicative.Lift ( Control/Applicative/Lift.hs, dist/dist-sandbox-f32827c/build/Control/Applicative/Lift.o )
- [16 of 28] Compiling Control.Monad.Trans.Except ( Control/Monad/Trans/Except.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Except.o )
- [17 of 28] Compiling Control.Monad.Trans.Error ( Control/Monad/Trans/Error.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Error.o )
- [18 of 28] Compiling Control.Monad.Trans.Identity ( Control/Monad/Trans/Identity.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Identity.o )
- [19 of 28] Compiling Control.Monad.Trans.List ( Control/Monad/Trans/List.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/List.o )
- [20 of 28] Compiling Control.Monad.Trans.Maybe ( Control/Monad/Trans/Maybe.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Maybe.o )
- [21 of 28] Compiling Control.Monad.Trans.Writer.Lazy ( Control/Monad/Trans/Writer/Lazy.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Writer/Lazy.o )
- [22 of 28] Compiling Control.Monad.Trans.Writer ( Control/Monad/Trans/Writer.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Writer.o )
- [23 of 28] Compiling Control.Monad.Trans.Writer.Strict ( Control/Monad/Trans/Writer/Strict.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Writer/Strict.o )
- [24 of 28] Compiling Data.Functor.Compose ( Data/Functor/Compose.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Compose.o )
- [25 of 28] Compiling Data.Functor.Product ( Data/Functor/Product.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Product.o )
- [26 of 28] Compiling Data.Functor.Sum ( Data/Functor/Sum.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Sum.o )
- [27 of 28] Compiling Control.Applicative.Backwards ( Control/Applicative/Backwards.hs, dist/dist-sandbox-f32827c/build/Control/Applicative/Backwards.o )
- [28 of 28] Compiling Data.Functor.Reverse ( Data/Functor/Reverse.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Reverse.o )
- In-place registering transformers-0.4.2.0...
- Creating package registration file: /tmp/pkgConf-transformers-0.4.221545.0
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/transformers-0.4.2.0
- Registering transformers-0.4.2.0...
- Installed transformers-0.4.2.0
- Configuring semigroups-0.16.0.1...
- Building semigroups-0.16.0.1...
- Preprocessing library semigroups-0.16.0.1...
- [1 of 2] Compiling Data.List.NonEmpty ( src/Data/List/NonEmpty.hs, dist/dist-sandbox-f32827c/build/Data/List/NonEmpty.o )
- [2 of 2] Compiling Data.Semigroup ( src/Data/Semigroup.hs, dist/dist-sandbox-f32827c/build/Data/Semigroup.o )
- In-place registering semigroups-0.16.0.1...
- Creating package registration file: /tmp/pkgConf-semigroups-0.16.021545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/semigroups-0.16.0.1
- Registering semigroups-0.16.0.1...
- Installed semigroups-0.16.0.1
- Configuring system-fileio-0.3.16...
- Building system-fileio-0.3.16...
- Preprocessing library system-fileio-0.3.16...
- [1 of 1] Compiling Filesystem ( lib/Filesystem.hs, dist/dist-sandbox-f32827c/build/Filesystem.o )
- lib/Filesystem.hs:79:1: Warning:
- The import of `when' from module `Control.Monad' is redundant
- lib/Filesystem.hs:95:1: Warning:
- The import of `System.IO.Error' is redundant
- except perhaps to import instances from `System.IO.Error'
- To import instances alone, use: import System.IO.Error()
- lib/Filesystem.hs:922:1: Warning:
- Defined but not used: `throwErrnoPathIfMinus1'
- In-place registering system-fileio-0.3.16...
- Creating package registration file: /tmp/pkgConf-system-fileio-0.321545.16
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/system-fileio-0.3.16
- Registering system-fileio-0.3.16...
- Installed system-fileio-0.3.16
- Configuring monads-tf-0.1.0.2...
- Building monads-tf-0.1.0.2...
- Preprocessing library monads-tf-0.1.0.2...
- [ 1 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Identity.o )
- [ 2 of 21] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Cont/Class.o )
- Control/Monad/Cont/Class.hs:57:1: Warning:
- Module `Control.Monad.Trans.Error' is deprecated:
- Use Control.Monad.Trans.Except instead
- Control/Monad/Cont/Class.hs:99:11: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Cont/Class.hs:99:47: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Cont/Class.hs:100:14: Warning:
- In the use of `Error.liftCallCC'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- [ 3 of 21] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans.o )
- [ 4 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Error/Class.o )
- Control/Monad/Error/Class.hs:39:1: Warning:
- Module `Control.Monad.Trans.Error' is deprecated:
- Use Control.Monad.Trans.Except instead
- Control/Monad/Error/Class.hs:40:1: Warning:
- Module `Control.Monad.Trans.Error' is deprecated:
- Use Control.Monad.Trans.Except instead
- Control/Monad/Error/Class.hs:100:11: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Error/Class.hs:106:20: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Error/Class.hs:106:44: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Error/Class.hs:107:21: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Error/Class.hs:108:18: Warning:
- In the use of `ErrorT.throwError'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Error/Class.hs:109:18: Warning:
- In the use of `ErrorT.catchError'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- [ 5 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Error.o )
- Control/Monad/Error.hs:53:1: Warning:
- Module `Control.Monad.Trans.Error' is deprecated:
- Use Control.Monad.Trans.Except instead
- [ 6 of 21] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/dist-sandbox-f32827c/build/Control/Monad/List.o )
- [ 7 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Reader/Class.o )
- Control/Monad/Reader/Class.hs:45:1: Warning:
- Module `Control.Monad.Trans.Error' is deprecated:
- Use Control.Monad.Trans.Except instead
- Control/Monad/Reader/Class.hs:120:11: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Reader/Class.hs:120:51: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Reader/Class.hs:121:19: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Reader/Class.hs:123:13: Warning:
- In the use of `mapErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- [ 8 of 21] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Reader.o )
- [ 9 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/State/Class.o )
- Control/Monad/State/Class.hs:30:1: Warning:
- Module `Control.Monad.Trans.Error' is deprecated:
- Use Control.Monad.Trans.Except instead
- Control/Monad/State/Class.hs:108:11: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/State/Class.hs:108:49: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/State/Class.hs:109:21: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- [10 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Writer/Class.o )
- Control/Monad/Writer/Class.hs:28:1: Warning:
- Module `Control.Monad.Trans.Error' is deprecated:
- Use Control.Monad.Trans.Except instead
- Control/Monad/Writer/Class.hs:100:11: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Writer/Class.hs:100:51: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Writer/Class.hs:101:22: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Writer/Class.hs:103:14: Warning:
- In the use of `Error.liftListen'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/Writer/Class.hs:104:14: Warning:
- In the use of `Error.liftPass'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- [11 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/RWS/Class.o )
- Control/Monad/RWS/Class.hs:33:1: Warning:
- Module `Control.Monad.Trans.Error' is deprecated:
- Use Control.Monad.Trans.Except instead
- Control/Monad/RWS/Class.hs:51:11: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Control/Monad/RWS/Class.hs:51:45: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- [12 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/dist-sandbox-f32827c/build/Control/Monad/RWS/Lazy.o )
- [13 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/dist-sandbox-f32827c/build/Control/Monad/RWS.o )
- [14 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/dist-sandbox-f32827c/build/Control/Monad/RWS/Strict.o )
- [15 of 21] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/dist-sandbox-f32827c/build/Control/Monad/State/Lazy.o )
- [16 of 21] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/dist-sandbox-f32827c/build/Control/Monad/State.o )
- [17 of 21] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/dist-sandbox-f32827c/build/Control/Monad/State/Strict.o )
- [18 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Writer/Lazy.o )
- [19 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Writer.o )
- [20 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Writer/Strict.o )
- [21 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Cont.o )
- In-place registering monads-tf-0.1.0.2...
- Creating package registration file: /tmp/pkgConf-monads-tf-0.1.021545.2
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/monads-tf-0.1.0.2
- Registering monads-tf-0.1.0.2...
- Installed monads-tf-0.1.0.2
- 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/dist-sandbox-f32827c/build/Control/Monad/Writer/Class.o )
- [ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/State/Class.o )
- [ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Reader/Class.o )
- [ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/RWS/Class.o )
- [ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Identity.o )
- [ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Error/Class.o )
- [ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Cont/Class.o )
- [ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans.o )
- [ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Error.o )
- [10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Except.o )
- [11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/dist-sandbox-f32827c/build/Control/Monad/List.o )
- [12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/dist-sandbox-f32827c/build/Control/Monad/RWS/Lazy.o )
- [13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/dist-sandbox-f32827c/build/Control/Monad/RWS.o )
- [14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Reader.o )
- [15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/dist-sandbox-f32827c/build/Control/Monad/RWS/Strict.o )
- [16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/dist-sandbox-f32827c/build/Control/Monad/State/Lazy.o )
- [17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/dist-sandbox-f32827c/build/Control/Monad/State.o )
- [18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/dist-sandbox-f32827c/build/Control/Monad/State/Strict.o )
- [19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Writer/Lazy.o )
- [20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Writer.o )
- [21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Writer/Strict.o )
- [22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Cont.o )
- In-place registering mtl-2.2.1...
- Creating package registration file: /tmp/pkgConf-mtl-2.221545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/mtl-2.2.1
- Registering mtl-2.2.1...
- Installed mtl-2.2.1
- Configuring transformers-base-0.4.3...
- Building transformers-base-0.4.3...
- Preprocessing library transformers-base-0.4.3...
- [1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Base.o )
- In-place registering transformers-base-0.4.3...
- Creating package registration file: /tmp/pkgConf-transformers-base-0.421545.3
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/transformers-base-0.4.3
- Registering transformers-base-0.4.3...
- Installed transformers-base-0.4.3
- Configuring transformers-compat-0.3.3.4...
- Building transformers-compat-0.3.3.4...
- Preprocessing library transformers-compat-0.3.3.4...
- [1 of 1] Compiling Paths_transformers_compat ( dist/dist-sandbox-f32827c/build/autogen/Paths_transformers_compat.hs, dist/dist-sandbox-f32827c/build/Paths_transformers_compat.o )
- In-place registering transformers-compat-0.3.3.4...
- Creating package registration file:
- /tmp/pkgConf-transformers-compat-0.3.321545.4
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/transformers-compat-0.3.3.4
- Registering transformers-compat-0.3.3.4...
- Installed transformers-compat-0.3.3.4
- Configuring void-0.7...
- Building void-0.7...
- Preprocessing library void-0.7...
- [1 of 2] Compiling Data.Void ( src-old/Data/Void.hs, dist/dist-sandbox-f32827c/build/Data/Void.o )
- [2 of 2] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/dist-sandbox-f32827c/build/Data/Void/Unsafe.o )
- In-place registering void-0.7...
- Creating package registration file: /tmp/pkgConf-void-021545.7
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/void-0.7
- Registering void-0.7...
- Installed void-0.7
- Configuring MonadRandom-0.3.0.1...
- Building MonadRandom-0.3.0.1...
- Preprocessing library MonadRandom-0.3.0.1...
- [1 of 2] Compiling Control.Monad.Random.Class ( Control/Monad/Random/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Random/Class.o )
- [2 of 2] Compiling Control.Monad.Random ( Control/Monad/Random.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Random.o )
- In-place registering MonadRandom-0.3.0.1...
- Creating package registration file: /tmp/pkgConf-MonadRandom-0.3.021545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/MonadRandom-0.3.0.1
- Registering MonadRandom-0.3.0.1...
- Installed MonadRandom-0.3.0.1
- Configuring exceptions-0.6.1...
- Building exceptions-0.6.1...
- Preprocessing library exceptions-0.6.1...
- [1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Catch.o )
- src/Control/Monad/Catch.hs:92:1: Warning:
- Module `Control.Monad.Trans.Error' is deprecated:
- Use Control.Monad.Trans.Except instead
- src/Control/Monad/Catch.hs:99:1: Warning:
- The import of `Control.Monad.Trans.Reader' is redundant
- except perhaps to import instances from `Control.Monad.Trans.Reader'
- To import instances alone, use: import Control.Monad.Trans.Reader()
- src/Control/Monad/Catch.hs:294:11: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- src/Control/Monad/Catch.hs:294:49: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- src/Control/Monad/Catch.hs:297:11: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- src/Control/Monad/Catch.hs:297:49: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- src/Control/Monad/Catch.hs:298:10: Warning:
- In the use of data constructor `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- src/Control/Monad/Catch.hs:298:24: Warning:
- In the use of data constructor `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- src/Control/Monad/Catch.hs:298:42: Warning:
- In the use of `runErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- [2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Catch/Pure.o )
- In-place registering exceptions-0.6.1...
- Creating package registration file: /tmp/pkgConf-exceptions-0.621545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/exceptions-0.6.1
- Registering exceptions-0.6.1...
- Installed exceptions-0.6.1
- Configuring parsec-3.1.7...
- Building parsec-3.1.7...
- Preprocessing library parsec-3.1.7...
- [ 1 of 25] Compiling Text.Parsec.Pos ( Text/Parsec/Pos.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/Pos.o )
- [ 2 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/Error.o )
- [ 3 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/dist-sandbox-f32827c/build/Text/ParserCombinators/Parsec/Error.o )
- [ 4 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/Prim.o )
- [ 5 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/Combinator.o )
- [ 6 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist/dist-sandbox-f32827c/build/Text/ParserCombinators/Parsec/Combinator.o )
- [ 7 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/String.o )
- [ 8 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/ByteString.o )
- [ 9 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/ByteString/Lazy.o )
- [10 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/Text.o )
- [11 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/Text/Lazy.o )
- [12 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/Expr.o )
- [13 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/dist-sandbox-f32827c/build/Text/ParserCombinators/Parsec/Prim.o )
- [14 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/dist-sandbox-f32827c/build/Text/ParserCombinators/Parsec/Pos.o )
- [15 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/Char.o )
- [16 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/Token.o )
- [17 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist/dist-sandbox-f32827c/build/Text/ParserCombinators/Parsec/Token.o )
- [18 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist/dist-sandbox-f32827c/build/Text/ParserCombinators/Parsec/Char.o )
- [19 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist/dist-sandbox-f32827c/build/Text/ParserCombinators/Parsec.o )
- [20 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist/dist-sandbox-f32827c/build/Text/ParserCombinators/Parsec/Expr.o )
- [21 of 25] Compiling Text.Parsec ( Text/Parsec.hs, dist/dist-sandbox-f32827c/build/Text/Parsec.o )
- [22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/Language.o )
- [23 of 25] Compiling Text.ParserCombinators.Parsec.Language ( Text/ParserCombinators/Parsec/Language.hs, dist/dist-sandbox-f32827c/build/Text/ParserCombinators/Parsec/Language.o )
- [24 of 25] Compiling Text.Parsec.Perm ( Text/Parsec/Perm.hs, dist/dist-sandbox-f32827c/build/Text/Parsec/Perm.o )
- [25 of 25] Compiling Text.ParserCombinators.Parsec.Perm ( Text/ParserCombinators/Parsec/Perm.hs, dist/dist-sandbox-f32827c/build/Text/ParserCombinators/Parsec/Perm.o )
- In-place registering parsec-3.1.7...
- Creating package registration file: /tmp/pkgConf-parsec-3.121545.7
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/parsec-3.1.7
- Registering parsec-3.1.7...
- Installed parsec-3.1.7
- Configuring websockets-0.9.2.1...
- Building websockets-0.9.2.1...
- Preprocessing library websockets-0.9.2.1...
- [ 1 of 11] Compiling Network.WebSockets.Hybi13.Mask ( src/Network/WebSockets/Hybi13/Mask.hs, dist/dist-sandbox-f32827c/build/Network/WebSockets/Hybi13/Mask.o )
- [ 2 of 11] Compiling Network.WebSockets.Http ( src/Network/WebSockets/Http.hs, dist/dist-sandbox-f32827c/build/Network/WebSockets/Http.o )
- [ 3 of 11] Compiling Network.WebSockets.Types ( src/Network/WebSockets/Types.hs, dist/dist-sandbox-f32827c/build/Network/WebSockets/Types.o )
- [ 4 of 11] Compiling Network.WebSockets.Stream ( src/Network/WebSockets/Stream.hs, dist/dist-sandbox-f32827c/build/Network/WebSockets/Stream.o )
- [ 5 of 11] Compiling Network.WebSockets.Hybi13.Demultiplex ( src/Network/WebSockets/Hybi13/Demultiplex.hs, dist/dist-sandbox-f32827c/build/Network/WebSockets/Hybi13/Demultiplex.o )
- [ 6 of 11] Compiling Network.WebSockets.Hybi13 ( src/Network/WebSockets/Hybi13.hs, dist/dist-sandbox-f32827c/build/Network/WebSockets/Hybi13.o )
- [ 7 of 11] Compiling Network.WebSockets.Protocol ( src/Network/WebSockets/Protocol.hs, dist/dist-sandbox-f32827c/build/Network/WebSockets/Protocol.o )
- [ 8 of 11] Compiling Network.WebSockets.Connection ( src/Network/WebSockets/Connection.hs, dist/dist-sandbox-f32827c/build/Network/WebSockets/Connection.o )
- [ 9 of 11] Compiling Network.WebSockets.Server ( src/Network/WebSockets/Server.hs, dist/dist-sandbox-f32827c/build/Network/WebSockets/Server.o )
- [10 of 11] Compiling Network.WebSockets.Client ( src/Network/WebSockets/Client.hs, dist/dist-sandbox-f32827c/build/Network/WebSockets/Client.o )
- [11 of 11] Compiling Network.WebSockets ( src/Network/WebSockets.hs, dist/dist-sandbox-f32827c/build/Network/WebSockets.o )
- In-place registering websockets-0.9.2.1...
- Creating package registration file: /tmp/pkgConf-websockets-0.9.221545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/websockets-0.9.2.1
- Registering websockets-0.9.2.1...
- Installed websockets-0.9.2.1
- Configuring monad-control-1.0.0.1...
- Building monad-control-1.0.0.1...
- Preprocessing library monad-control-1.0.0.1...
- [1 of 1] Compiling Control.Monad.Trans.Control ( Control/Monad/Trans/Control.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Control.o )
- In-place registering monad-control-1.0.0.1...
- Creating package registration file: /tmp/pkgConf-monad-control-1.0.021545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/monad-control-1.0.0.1
- Registering monad-control-1.0.0.1...
- Installed monad-control-1.0.0.1
- [1 of 1] Compiling Main ( /tmp/distributive-0.4.4-21545/distributive-0.4.4/dist/dist-sandbox-f32827c/setup/setup.hs, /tmp/distributive-0.4.4-21545/distributive-0.4.4/dist/dist-sandbox-f32827c/setup/Main.o )
- Linking /tmp/distributive-0.4.4-21545/distributive-0.4.4/dist/dist-sandbox-f32827c/setup/setup ...
- Configuring distributive-0.4.4...
- Building distributive-0.4.4...
- Preprocessing library distributive-0.4.4...
- [1 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/dist-sandbox-f32827c/build/Data/Distributive/Generic.o )
- [2 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/dist-sandbox-f32827c/build/Data/Distributive.o )
- In-place registering distributive-0.4.4...
- Creating package registration file: /tmp/pkgConf-distributive-0.421545.4
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/distributive-0.4.4
- Registering distributive-0.4.4...
- Installed distributive-0.4.4
- Configuring contravariant-1.2...
- Building contravariant-1.2...
- Preprocessing library contravariant-1.2...
- [1 of 3] Compiling Data.Functor.Contravariant ( Data/Functor/Contravariant.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Contravariant.o )
- [2 of 3] Compiling Data.Functor.Contravariant.Divisible ( Data/Functor/Contravariant/Divisible.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Contravariant/Divisible.o )
- [3 of 3] Compiling Data.Functor.Contravariant.Compose ( Data/Functor/Contravariant/Compose.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Contravariant/Compose.o )
- In-place registering contravariant-1.2...
- Creating package registration file: /tmp/pkgConf-contravariant-121545.2
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/contravariant-1.2
- Registering contravariant-1.2...
- Installed contravariant-1.2
- Configuring temporary-1.2.0.3...
- Building temporary-1.2.0.3...
- Preprocessing library temporary-1.2.0.3...
- [1 of 3] Compiling Distribution.Compat.Exception ( Distribution/Compat/Exception.hs, dist/dist-sandbox-f32827c/build/Distribution/Compat/Exception.o )
- [2 of 3] Compiling Distribution.Compat.TempFile ( Distribution/Compat/TempFile.hs, dist/dist-sandbox-f32827c/build/Distribution/Compat/TempFile.o )
- [3 of 3] Compiling System.IO.Temp ( System/IO/Temp.hs, dist/dist-sandbox-f32827c/build/System/IO/Temp.o )
- In-place registering temporary-1.2.0.3...
- Creating package registration file: /tmp/pkgConf-temporary-1.2.021545.3
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/temporary-1.2.0.3
- Registering temporary-1.2.0.3...
- Installed temporary-1.2.0.3
- Configuring network-uri-2.6.0.1...
- Building network-uri-2.6.0.1...
- Preprocessing library network-uri-2.6.0.1...
- [1 of 1] Compiling Network.URI ( Network/URI.hs, dist/dist-sandbox-f32827c/build/Network/URI.o )
- Network/URI.hs:201:1: Warning:
- Defined but not used: `testDefaultUserInfoMap'
- Network/URI.hs:285:1: Warning:
- Defined but not used: `testURIReference'
- Network/URI.hs:316:33: Warning:
- This binding for `scheme' shadows the existing binding
- defined at Network/URI.hs:1291:1
- Network/URI.hs:335:11: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '%'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:357:1: Warning: Defined but not used: `genDelims'
- Network/URI.hs:390:34: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '?'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:391:34: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '#'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:403:15: Warning:
- A do-notation statement discarded a result of type String.
- Suppress this warning by saying "_ <- try (string "//")",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:422:11: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char ':'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:445:11: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '@'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:456:11: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '['",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:458:11: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char ']'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:465:11: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char 'v'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:467:11: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '.'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:483:19: Warning:
- A do-notation statement discarded a result of type String.
- Suppress this warning by saying "_ <- string "::"",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:490:19: Warning:
- A do-notation statement discarded a result of type String.
- Suppress this warning by saying "_ <- string "::"",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:497:19: Warning:
- A do-notation statement discarded a result of type String.
- Suppress this warning by saying "_ <- string "::"",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:504:19: Warning:
- A do-notation statement discarded a result of type String.
- Suppress this warning by saying "_ <- string "::"",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:511:19: Warning:
- A do-notation statement discarded a result of type String.
- Suppress this warning by saying "_ <- string "::"",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:518:19: Warning:
- A do-notation statement discarded a result of type String.
- Suppress this warning by saying "_ <- string "::"",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:524:19: Warning:
- A do-notation statement discarded a result of type String.
- Suppress this warning by saying "_ <- string "::"",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:530:19: Warning:
- A do-notation statement discarded a result of type String.
- Suppress this warning by saying "_ <- string "::"",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:553:11: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char ':'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:563:28: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '.'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:564:28: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '.'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:565:28: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '.'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:592:11: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char ':'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:635:11: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '/'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:656:11: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '/'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:728:34: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '?'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:729:34: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '#'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:741:15: Warning:
- A do-notation statement discarded a result of type String.
- Suppress this warning by saying "_ <- try (string "//")",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:763:34: Warning:
- A do-notation statement discarded a result of type Char.
- Suppress this warning by saying "_ <- char '?'",
- or by using the flag -fno-warn-unused-do-bind
- Network/URI.hs:805:1: Warning: Defined but not used: `alphaNumChar'
- Network/URI.hs:961:18: Warning:
- Defaulting the following constraint(s) to type `Integer'
- (Eq a0)
- arising from a use of `multi_byte' at Network/URI.hs:961:18-27
- (Num a0)
- arising from a use of `multi_byte' at Network/URI.hs:961:18-27
- In the expression: multi_byte 2 15 2048
- In an equation for `unEscapeUtf8':
- unEscapeUtf8 c rest
- | c < 128 = chr c : unEscapeString rest
- | c < 192 = replacement_character : unEscapeString rest
- | c < 224 = multi1
- | c < 240 = multi_byte 2 15 2048
- | c < 248 = multi_byte 3 7 65536
- | c < 252 = multi_byte 4 3 2097152
- | c < 254 = multi_byte 5 1 67108864
- | otherwise = replacement_character : unEscapeString rest
- where
- replacement_character = '\65533'
- multi1
- = case unEscapeByte rest of {
- Just (c1, ds) | c1 .&. 192 == 128 -> ...
- _ -> replacement_character : unEscapeString rest }
- multi_byte i mask overlong
- = aux i rest (unEscapeByte rest) (c .&. mask)
- where
- aux 0 rs _ acc
- | overlong <= acc
- &&
- acc <= 1114111
- && (acc < 55296 || 57343 < acc) && (acc < 65534 || 65535 < acc)
- = chr acc : unEscapeString rs
- | otherwise = replacement_character : unEscapeString rs
- aux n _ (Just (r, rs)) acc
- | r .&. 192 == 128
- = aux (n - 1) rs (unEscapeByte rs) $! shiftL acc 6 .|. (r .&. 63)
- aux _ rs _ _ = replacement_character : unEscapeString rs
- Network/URI.hs:962:18: Warning:
- Defaulting the following constraint(s) to type `Integer'
- (Eq a0)
- arising from a use of `multi_byte' at Network/URI.hs:962:18-27
- (Num a0)
- arising from a use of `multi_byte' at Network/URI.hs:962:18-27
- In the expression: multi_byte 3 7 65536
- In an equation for `unEscapeUtf8':
- unEscapeUtf8 c rest
- | c < 128 = chr c : unEscapeString rest
- | c < 192 = replacement_character : unEscapeString rest
- | c < 224 = multi1
- | c < 240 = multi_byte 2 15 2048
- | c < 248 = multi_byte 3 7 65536
- | c < 252 = multi_byte 4 3 2097152
- | c < 254 = multi_byte 5 1 67108864
- | otherwise = replacement_character : unEscapeString rest
- where
- replacement_character = '\65533'
- multi1
- = case unEscapeByte rest of {
- Just (c1, ds) | c1 .&. 192 == 128 -> ...
- _ -> replacement_character : unEscapeString rest }
- multi_byte i mask overlong
- = aux i rest (unEscapeByte rest) (c .&. mask)
- where
- aux 0 rs _ acc
- | overlong <= acc
- &&
- acc <= 1114111
- && (acc < 55296 || 57343 < acc) && (acc < 65534 || 65535 < acc)
- = chr acc : unEscapeString rs
- | otherwise = replacement_character : unEscapeString rs
- aux n _ (Just (r, rs)) acc
- | r .&. 192 == 128
- = aux (n - 1) rs (unEscapeByte rs) $! shiftL acc 6 .|. (r .&. 63)
- aux _ rs _ _ = replacement_character : unEscapeString rs
- Network/URI.hs:963:18: Warning:
- Defaulting the following constraint(s) to type `Integer'
- (Eq a0)
- arising from a use of `multi_byte' at Network/URI.hs:963:18-27
- (Num a0)
- arising from a use of `multi_byte' at Network/URI.hs:963:18-27
- In the expression: multi_byte 4 3 2097152
- In an equation for `unEscapeUtf8':
- unEscapeUtf8 c rest
- | c < 128 = chr c : unEscapeString rest
- | c < 192 = replacement_character : unEscapeString rest
- | c < 224 = multi1
- | c < 240 = multi_byte 2 15 2048
- | c < 248 = multi_byte 3 7 65536
- | c < 252 = multi_byte 4 3 2097152
- | c < 254 = multi_byte 5 1 67108864
- | otherwise = replacement_character : unEscapeString rest
- where
- replacement_character = '\65533'
- multi1
- = case unEscapeByte rest of {
- Just (c1, ds) | c1 .&. 192 == 128 -> ...
- _ -> replacement_character : unEscapeString rest }
- multi_byte i mask overlong
- = aux i rest (unEscapeByte rest) (c .&. mask)
- where
- aux 0 rs _ acc
- | overlong <= acc
- &&
- acc <= 1114111
- && (acc < 55296 || 57343 < acc) && (acc < 65534 || 65535 < acc)
- = chr acc : unEscapeString rs
- | otherwise = replacement_character : unEscapeString rs
- aux n _ (Just (r, rs)) acc
- | r .&. 192 == 128
- = aux (n - 1) rs (unEscapeByte rs) $! shiftL acc 6 .|. (r .&. 63)
- aux _ rs _ _ = replacement_character : unEscapeString rs
- Network/URI.hs:964:18: Warning:
- Defaulting the following constraint(s) to type `Integer'
- (Eq a0)
- arising from a use of `multi_byte' at Network/URI.hs:964:18-27
- (Num a0)
- arising from a use of `multi_byte' at Network/URI.hs:964:18-27
- In the expression: multi_byte 5 1 67108864
- In an equation for `unEscapeUtf8':
- unEscapeUtf8 c rest
- | c < 128 = chr c : unEscapeString rest
- | c < 192 = replacement_character : unEscapeString rest
- | c < 224 = multi1
- | c < 240 = multi_byte 2 15 2048
- | c < 248 = multi_byte 3 7 65536
- | c < 252 = multi_byte 4 3 2097152
- | c < 254 = multi_byte 5 1 67108864
- | otherwise = replacement_character : unEscapeString rest
- where
- replacement_character = '\65533'
- multi1
- = case unEscapeByte rest of {
- Just (c1, ds) | c1 .&. 192 == 128 -> ...
- _ -> replacement_character : unEscapeString rest }
- multi_byte i mask overlong
- = aux i rest (unEscapeByte rest) (c .&. mask)
- where
- aux 0 rs _ acc
- | overlong <= acc
- &&
- acc <= 1114111
- && (acc < 55296 || 57343 < acc) && (acc < 65534 || 65535 < acc)
- = chr acc : unEscapeString rs
- | otherwise = replacement_character : unEscapeString rs
- aux n _ (Just (r, rs)) acc
- | r .&. 192 == 128
- = aux (n - 1) rs (unEscapeByte rs) $! shiftL acc 6 .|. (r .&. 63)
- aux _ rs _ _ = replacement_character : unEscapeString rs
- Network/URI.hs:1262:1: Warning: Defined but not used: `traceShow'
- Network/URI.hs:1265:1: Warning: Defined but not used: `traceVal'
- In-place registering network-uri-2.6.0.1...
- Creating package registration file: /tmp/pkgConf-network-uri-2.6.021545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/network-uri-2.6.0.1
- Registering network-uri-2.6.0.1...
- Installed network-uri-2.6.0.1
- [1 of 1] Compiling Main ( /tmp/comonad-4.2.2-21545/comonad-4.2.2/dist/dist-sandbox-f32827c/setup/setup.hs, /tmp/comonad-4.2.2-21545/comonad-4.2.2/dist/dist-sandbox-f32827c/setup/Main.o )
- Linking /tmp/comonad-4.2.2-21545/comonad-4.2.2/dist/dist-sandbox-f32827c/setup/setup ...
- Configuring comonad-4.2.2...
- Building comonad-4.2.2...
- Preprocessing library comonad-4.2.2...
- [ 1 of 16] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Composition.o )
- [ 2 of 16] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Trans/Identity.o )
- [ 3 of 16] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/dist-sandbox-f32827c/build/Control/Comonad.o )
- [ 4 of 16] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Trans/Class.o )
- [ 5 of 16] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Hoist/Class.o )
- [ 6 of 16] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Trans/Env.o )
- [ 7 of 16] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Trans/Store.o )
- [ 8 of 16] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Trans/Traced.o )
- [ 9 of 16] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Env/Class.o )
- [10 of 16] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Env.o )
- [11 of 16] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Identity.o )
- [12 of 16] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Store/Class.o )
- [13 of 16] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Store.o )
- [14 of 16] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Traced/Class.o )
- [15 of 16] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Traced.o )
- [16 of 16] Compiling Data.Functor.Coproduct ( src/Data/Functor/Coproduct.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Coproduct.o )
- In-place registering comonad-4.2.2...
- Creating package registration file: /tmp/pkgConf-comonad-4.221545.2
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/comonad-4.2.2
- Registering comonad-4.2.2...
- Installed comonad-4.2.2
- Configuring shellmate-0.1.6...
- Building shellmate-0.1.6...
- Preprocessing library shellmate-0.1.6...
- [1 of 1] Compiling Control.Shell ( Control/Shell.hs, dist/dist-sandbox-f32827c/build/Control/Shell.o )
- In-place registering shellmate-0.1.6...
- Creating package registration file: /tmp/pkgConf-shellmate-0.121545.6
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/shellmate-0.1.6
- Registering shellmate-0.1.6...
- Installed shellmate-0.1.6
- Configuring HTTP-4000.2.19...
- Building HTTP-4000.2.19...
- Preprocessing library HTTP-4000.2.19...
- [ 1 of 18] Compiling Network.HTTP.MD5Aux ( Network/HTTP/MD5Aux.hs, dist/dist-sandbox-f32827c/build/Network/HTTP/MD5Aux.o )
- [ 2 of 18] Compiling Paths_HTTP ( dist/dist-sandbox-f32827c/build/autogen/Paths_HTTP.hs, dist/dist-sandbox-f32827c/build/Paths_HTTP.o )
- [ 3 of 18] Compiling Network.HTTP.Base64 ( Network/HTTP/Base64.hs, dist/dist-sandbox-f32827c/build/Network/HTTP/Base64.o )
- [ 4 of 18] Compiling Network.Stream ( Network/Stream.hs, dist/dist-sandbox-f32827c/build/Network/Stream.o )
- Network/Stream.hs:35:1: Warning:
- Module `Control.Monad.Error' is deprecated:
- Use Control.Monad.Except instead
- Network/Stream.hs:44:10: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Error, but defined in transformers-0.4.2.0:Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Network/Stream.hs:44:10: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Error, but defined in transformers-0.4.2.0:Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Network/Stream.hs:45:3: Warning:
- In the use of `noMsg'
- (imported from Control.Monad.Error, but defined in transformers-0.4.2.0:Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Network/Stream.hs:45:11: Warning:
- In the use of `strMsg'
- (imported from Control.Monad.Error, but defined in transformers-0.4.2.0:Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Network/Stream.hs:46:3: Warning:
- In the use of `strMsg'
- (imported from Control.Monad.Error, but defined in transformers-0.4.2.0:Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- Network/Stream.hs:52:24: Warning:
- In the use of `strMsg'
- (imported from Control.Monad.Error, but defined in transformers-0.4.2.0:Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- [ 5 of 18] Compiling Network.HTTP.Utils ( Network/HTTP/Utils.hs, dist/dist-sandbox-f32827c/build/Network/HTTP/Utils.o )
- [ 6 of 18] Compiling Network.HTTP.Headers ( Network/HTTP/Headers.hs, dist/dist-sandbox-f32827c/build/Network/HTTP/Headers.o )
- [ 7 of 18] Compiling Network.HTTP.Cookie ( Network/HTTP/Cookie.hs, dist/dist-sandbox-f32827c/build/Network/HTTP/Cookie.o )
- [ 8 of 18] Compiling Network.BufferType ( Network/BufferType.hs, dist/dist-sandbox-f32827c/build/Network/BufferType.o )
- [ 9 of 18] Compiling Network.HTTP.Base ( Network/HTTP/Base.hs, dist/dist-sandbox-f32827c/build/Network/HTTP/Base.o )
- Network/HTTP/Base.hs:110:1: Warning:
- Module `Control.Monad.Error' is deprecated:
- Use Control.Monad.Except instead
- [10 of 18] Compiling Network.TCP ( Network/TCP.hs, dist/dist-sandbox-f32827c/build/Network/TCP.o )
- [11 of 18] Compiling Network.StreamDebugger ( Network/StreamDebugger.hs, dist/dist-sandbox-f32827c/build/Network/StreamDebugger.o )
- [12 of 18] Compiling Network.StreamSocket ( Network/StreamSocket.hs, dist/dist-sandbox-f32827c/build/Network/StreamSocket.o )
- [13 of 18] Compiling Network.HTTP.Auth ( Network/HTTP/Auth.hs, dist/dist-sandbox-f32827c/build/Network/HTTP/Auth.o )
- [14 of 18] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, dist/dist-sandbox-f32827c/build/Network/HTTP/Proxy.o )
- [15 of 18] Compiling Network.HTTP.HandleStream ( Network/HTTP/HandleStream.hs, dist/dist-sandbox-f32827c/build/Network/HTTP/HandleStream.o )
- [16 of 18] Compiling Network.HTTP ( Network/HTTP.hs, dist/dist-sandbox-f32827c/build/Network/HTTP.o )
- [17 of 18] Compiling Network.HTTP.Stream ( Network/HTTP/Stream.hs, dist/dist-sandbox-f32827c/build/Network/HTTP/Stream.o )
- [18 of 18] Compiling Network.Browser ( Network/Browser.hs, dist/dist-sandbox-f32827c/build/Network/Browser.o )
- In-place registering HTTP-4000.2.19...
- Creating package registration file: /tmp/pkgConf-HTTP-4000.221545.19
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/HTTP-4000.2.19
- Registering HTTP-4000.2.19...
- Installed HTTP-4000.2.19
- Configuring semigroupoids-4.2...
- Building semigroupoids-4.2...
- Preprocessing library semigroupoids-4.2...
- [ 1 of 20] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/dist-sandbox-f32827c/build/Data/Traversable/Instances.o )
- [ 2 of 20] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Extend.o )
- [ 3 of 20] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Bind.o )
- [ 4 of 20] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Bind/Trans.o )
- [ 5 of 20] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/dist-sandbox-f32827c/build/Data/Semigroupoid.o )
- [ 6 of 20] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/dist-sandbox-f32827c/build/Data/Semigroupoid/Dual.o )
- [ 7 of 20] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/dist-sandbox-f32827c/build/Data/Groupoid.o )
- [ 8 of 20] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/dist-sandbox-f32827c/build/Data/Isomorphism.o )
- [ 9 of 20] Compiling Data.Semigroupoid.Product ( src/Data/Semigroupoid/Product.hs, dist/dist-sandbox-f32827c/build/Data/Semigroupoid/Product.o )
- [10 of 20] Compiling Data.Semigroupoid.Coproduct ( src/Data/Semigroupoid/Coproduct.hs, dist/dist-sandbox-f32827c/build/Data/Semigroupoid/Coproduct.o )
- [11 of 20] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/dist-sandbox-f32827c/build/Data/Semigroupoid/Ob.o )
- [12 of 20] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Apply.o )
- [13 of 20] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/dist-sandbox-f32827c/build/Data/Semigroup/Foldable.o )
- [14 of 20] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/dist-sandbox-f32827c/build/Data/Semigroup/Traversable.o )
- [15 of 20] Compiling Data.Semifunctor ( src/Data/Semifunctor.hs, dist/dist-sandbox-f32827c/build/Data/Semifunctor.o )
- [16 of 20] Compiling Data.Semifunctor.Associative ( src/Data/Semifunctor/Associative.hs, dist/dist-sandbox-f32827c/build/Data/Semifunctor/Associative.o )
- [17 of 20] Compiling Data.Semifunctor.Braided ( src/Data/Semifunctor/Braided.hs, dist/dist-sandbox-f32827c/build/Data/Semifunctor/Braided.o )
- [18 of 20] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Alt.o )
- [19 of 20] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/dist-sandbox-f32827c/build/Data/Functor/Plus.o )
- [20 of 20] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/dist-sandbox-f32827c/build/Data/Semigroupoid/Static.o )
- In-place registering semigroupoids-4.2...
- Creating package registration file: /tmp/pkgConf-semigroupoids-421545.2
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/semigroupoids-4.2
- Registering semigroupoids-4.2...
- Installed semigroupoids-4.2
- Configuring bifunctors-4.2...
- Building bifunctors-4.2...
- Preprocessing library bifunctors-4.2...
- [ 1 of 15] Compiling Data.Bifoldable ( src/Data/Bifoldable.hs, dist/dist-sandbox-f32827c/build/Data/Bifoldable.o )
- [ 2 of 15] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/dist-sandbox-f32827c/build/Data/Semigroup/Bifoldable.o )
- [ 3 of 15] Compiling Data.Bifunctor ( old-src/Data/Bifunctor.hs, dist/dist-sandbox-f32827c/build/Data/Bifunctor.o )
- [ 4 of 15] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/dist-sandbox-f32827c/build/Data/Bifunctor/Apply.o )
- [ 5 of 15] Compiling Data.Bitraversable ( src/Data/Bitraversable.hs, dist/dist-sandbox-f32827c/build/Data/Bitraversable.o )
- [ 6 of 15] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/dist-sandbox-f32827c/build/Data/Semigroup/Bitraversable.o )
- [ 7 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/dist-sandbox-f32827c/build/Data/Biapplicative.o )
- [ 8 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/dist-sandbox-f32827c/build/Data/Bifunctor/Biff.o )
- [ 9 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/dist-sandbox-f32827c/build/Data/Bifunctor/Clown.o )
- [10 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/dist-sandbox-f32827c/build/Data/Bifunctor/Flip.o )
- [11 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/dist-sandbox-f32827c/build/Data/Bifunctor/Join.o )
- [12 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/dist-sandbox-f32827c/build/Data/Bifunctor/Joker.o )
- [13 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/dist-sandbox-f32827c/build/Data/Bifunctor/Product.o )
- [14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/dist-sandbox-f32827c/build/Data/Bifunctor/Tannen.o )
- [15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/dist-sandbox-f32827c/build/Data/Bifunctor/Wrapped.o )
- In-place registering bifunctors-4.2...
- Creating package registration file: /tmp/pkgConf-bifunctors-421545.2
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/bifunctors-4.2
- Registering bifunctors-4.2...
- Installed bifunctors-4.2
- Configuring profunctors-4.3.2...
- Building profunctors-4.3.2...
- Preprocessing library profunctors-4.3.2...
- [ 1 of 14] Compiling Data.Profunctor.Trace ( src/Data/Profunctor/Trace.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Trace.o )
- [ 2 of 14] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Unsafe.o )
- Loading package ghc-prim ... linking ... done.
- Loading package integer-gmp ... linking ... done.
- Loading package base ... linking ... done.
- Loading package array-0.4.0.1 ... linking ... done.
- Loading package deepseq-1.3.0.1 ... linking ... done.
- Loading package containers-0.5.0.0 ... linking ... done.
- Loading package bytestring-0.10.0.2 ... linking ... done.
- Loading package text-0.11.3.1 ... linking ... done.
- Loading package hashable-1.2.1.0 ... linking ... done.
- Loading package nats-1 ... linking ... done.
- Loading package unordered-containers-0.2.5.0 ... linking ... done.
- Loading package semigroups-0.16.0.1 ... linking ... done.
- Loading package tagged-0.7.3 ... linking ... done.
- Loading package transformers-0.4.2.0 ... linking ... done.
- Loading package transformers-compat-0.3.3.4 ... linking ... done.
- Loading package void-0.7 ... linking ... done.
- Loading package contravariant-1.2 ... linking ... done.
- Loading package distributive-0.4.4 ... linking ... done.
- Loading package comonad-4.2.2 ... linking ... done.
- Loading package semigroupoids-4.2 ... linking ... done.
- [ 3 of 14] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor.o )
- [ 4 of 14] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Monad.o )
- [ 5 of 14] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Adjunction.o )
- [ 6 of 14] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Cayley.o )
- [ 7 of 14] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Closed.o )
- [ 8 of 14] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Rep.o )
- [ 9 of 14] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Composition.o )
- [10 of 14] Compiling Data.Profunctor.Codensity ( src/Data/Profunctor/Codensity.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Codensity.o )
- [11 of 14] Compiling Data.Profunctor.Collage ( src/Data/Profunctor/Collage.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Collage.o )
- [12 of 14] Compiling Data.Profunctor.Monoid ( src/Data/Profunctor/Monoid.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Monoid.o )
- [13 of 14] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Ran.o )
- [14 of 14] Compiling Data.Profunctor.Tambara ( src/Data/Profunctor/Tambara.hs, dist/dist-sandbox-f32827c/build/Data/Profunctor/Tambara.o )
- In-place registering profunctors-4.3.2...
- Creating package registration file: /tmp/pkgConf-profunctors-4.321545.2
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/profunctors-4.3.2
- Registering profunctors-4.3.2...
- Installed profunctors-4.3.2
- Configuring free-4.10.0.1...
- Building free-4.10.0.1...
- Preprocessing library free-4.10.0.1...
- [ 1 of 14] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Free/TH.o )
- [ 2 of 14] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Free/Class.o )
- src/Control/Monad/Free/Class.hs:40:1: Warning:
- Module `Control.Monad.Trans.Error' is deprecated:
- Use Control.Monad.Trans.Except instead
- src/Control/Monad/Free/Class.hs:136:37: Warning:
- In the use of type constructor or class `Error'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- src/Control/Monad/Free/Class.hs:136:62: Warning:
- In the use of type constructor or class `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- src/Control/Monad/Free/Class.hs:137:10: Warning:
- In the use of data constructor `ErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- src/Control/Monad/Free/Class.hs:137:31: Warning:
- In the use of `runErrorT'
- (imported from Control.Monad.Trans.Error):
- Deprecated: "Use Control.Monad.Trans.Except instead"
- [ 3 of 14] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Iter.o )
- [ 4 of 14] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Free.o )
- [ 5 of 14] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Free/Church.o )
- [ 6 of 14] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Free.o )
- [ 7 of 14] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Free/Church.o )
- [ 8 of 14] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Cofree/Class.o )
- [ 9 of 14] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Trans/Cofree.o )
- [10 of 14] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Trans/Coiter.o )
- [11 of 14] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, dist/dist-sandbox-f32827c/build/Control/Comonad/Cofree.o )
- [12 of 14] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, dist/dist-sandbox-f32827c/build/Control/Alternative/Free.o )
- [13 of 14] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, dist/dist-sandbox-f32827c/build/Control/Applicative/Trans/Free.o )
- [14 of 14] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, dist/dist-sandbox-f32827c/build/Control/Applicative/Free.o )
- In-place registering free-4.10.0.1...
- Creating package registration file: /tmp/pkgConf-free-4.10.021545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/free-4.10.0.1
- Registering free-4.10.0.1...
- Installed free-4.10.0.1
- Configuring either-4.3.2.1...
- Building either-4.3.2.1...
- Preprocessing library either-4.3.2.1...
- [1 of 3] Compiling Data.Either.Validation ( src/Data/Either/Validation.hs, dist/dist-sandbox-f32827c/build/Data/Either/Validation.o )
- [2 of 3] Compiling Data.Either.Combinators ( src/Data/Either/Combinators.hs, dist/dist-sandbox-f32827c/build/Data/Either/Combinators.o )
- [3 of 3] Compiling Control.Monad.Trans.Either ( src/Control/Monad/Trans/Either.hs, dist/dist-sandbox-f32827c/build/Control/Monad/Trans/Either.o )
- In-place registering either-4.3.2.1...
- Creating package registration file: /tmp/pkgConf-either-4.3.221545.1
- Installing library in
- /home/inaimathi/projects/haste-compiler/.cabal-sandbox/lib/x86_64-linux-ghc-7.6.3/either-4.3.2.1
- Registering either-4.3.2.1...
- Installed either-4.3.2.1
- ~/projects/haste-compiler $ cabal configure
- Resolving dependencies...
- Configuring haste-compiler-0.5...
- ~/projects/haste-compiler $ cabal build
- Building haste-compiler-0.5...
- Preprocessing library haste-compiler-0.5...
- In-place registering haste-compiler-0.5...
- Preprocessing executable 'haste-boot' for haste-compiler-0.5...
- Linking dist/build/haste-boot/haste-boot ...
- Preprocessing executable 'hastec' for haste-compiler-0.5...
- Linking dist/build/hastec/hastec ...
- Preprocessing executable 'haste-inst' for haste-compiler-0.5...
- Linking dist/build/haste-inst/haste-inst ...
- Preprocessing executable 'haste-pkg' for haste-compiler-0.5...
- Linking dist/build/haste-pkg/haste-pkg ...
- Preprocessing executable 'haste-install-his' for haste-compiler-0.5...
- Linking dist/build/haste-install-his/haste-install-his ...
- Preprocessing executable 'haste-copy-pkg' for haste-compiler-0.5...
- Linking dist/build/haste-copy-pkg/haste-copy-pkg ...
- Preprocessing executable 'haste-cat' for haste-compiler-0.5...
- Linking dist/build/haste-cat/haste-cat ...
- ~/projects/haste-compiler $ ls
- LICENSE Setup.hs Tests cabal.sandbox.config dist examples haste-compiler.cabal lib packagelibs.sh src
- README.md TestDriver.hs build-release.hs debian doc haste-boot-output include libraries runtests.sh
- ~/projects/haste-compiler $ dist/build/haste-boot/haste-boot --local
- ghc-pkg: cannot find package populate-setup-exe-cache
- Command 'ghc-pkg' failed with error code 1
- ~/projects/haste-compiler $
Add Comment
Please, Sign In to add comment