summaryrefslogtreecommitdiff
path: root/.stack-work/logs/intero-0.1.40.log
diff options
context:
space:
mode:
Diffstat (limited to '.stack-work/logs/intero-0.1.40.log')
-rw-r--r--.stack-work/logs/intero-0.1.40.log64
1 files changed, 0 insertions, 64 deletions
diff --git a/.stack-work/logs/intero-0.1.40.log b/.stack-work/logs/intero-0.1.40.log
deleted file mode 100644
index 9b36e46..0000000
--- a/.stack-work/logs/intero-0.1.40.log
+++ /dev/null
@@ -1,64 +0,0 @@
1Configuring intero-0.1.40...
2Preprocessing executable 'intero' for intero-0.1.40..
3Building executable 'intero' for intero-0.1.40..
4[ 1 of 10] Compiling Intero.Compat ( src/Intero/Compat.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/intero-tmp/Intero/Compat.o )
5[ 2 of 10] Compiling GhciTypes ( src/GhciTypes.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/intero-tmp/GhciTypes.o )
6[ 3 of 10] Compiling GhciMonad ( src/GhciMonad.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/intero-tmp/GhciMonad.o )
7[ 4 of 10] Compiling GhciTags ( src/GhciTags.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/intero-tmp/GhciTags.o )
8[ 5 of 10] Compiling GhciInfo ( src/GhciInfo.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/intero-tmp/GhciInfo.o )
9[ 6 of 10] Compiling GhciFind ( src/GhciFind.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/intero-tmp/GhciFind.o )
10[ 7 of 10] Compiling Completion ( src/Completion.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/intero-tmp/Completion.o )
11[ 8 of 10] Compiling Paths_intero ( .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/autogen/Paths_intero.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/intero-tmp/Paths_intero.o )
12[ 9 of 10] Compiling InteractiveUI ( src/InteractiveUI.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/intero-tmp/InteractiveUI.o )
13
14src/InteractiveUI.hs:116:1: warning: [-Wdeprecations]
15 Module ‘Network’ is deprecated:
16 The high level Network interface is no longer supported. Please use Network.Socket.
17 |
18116 | import qualified Network
19 | ^^^^^^^^^^^^^^^^^^^^^^^^
20
21src/InteractiveUI.hs:117:1: warning: [-Wdeprecations]
22 Module ‘Network.BSD’ is deprecated:
23 This platform dependent module is no longer supported.
24 |
25117 | import Network.BSD
26 | ^^^^^^^^^^^^^^^^^^
27
28src/InteractiveUI.hs:695:32: warning: [-Wdeprecations]
29 In the use of ‘accept’ (imported from Network):
30 Deprecated: "The high level Network interface is no longer supported. Please use Network.Socket."
31 |
32695 | (h, _, _) <- Network.accept sock
33 | ^^^^^^^^^^^^^^
34
35src/InteractiveUI.hs:731:12: warning: [-Wdeprecations]
36 In the use of ‘getProtocolNumber’ (imported from Network.BSD):
37 Deprecated: "This platform dependent module is no longer supported."
38 |
39731 | proto <- getProtocolNumber "tcp"
40 | ^^^^^^^^^^^^^^^^^
41
42src/InteractiveUI.hs:737:19: warning: [-Wdeprecations]
43 In the use of ‘getHostByName’ (imported from Network.BSD):
44 Deprecated: "This platform dependent module is no longer supported."
45 |
46737 | address <- getHostByName "127.0.0.1"
47 | ^^^^^^^^^^^^^
48
49src/InteractiveUI.hs:738:32: warning: [-Wdeprecations]
50 In the use of ‘aNY_PORT’ (imported from Network.Socket):
51 Deprecated: "Use defaultPort instead"
52 |
53738 | bind sock (SockAddrInet aNY_PORT (hostAddress address))
54 | ^^^^^^^^
55
56src/InteractiveUI.hs:738:42: warning: [-Wdeprecations]
57 In the use of ‘hostAddress’ (imported from Network.BSD):
58 Deprecated: "This platform dependent module is no longer supported."
59 |
60738 | bind sock (SockAddrInet aNY_PORT (hostAddress address))
61 | ^^^^^^^^^^^
62[10 of 10] Compiling Main ( src/Main.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/intero-tmp/Main.o )
63Linking .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/intero/intero ...
64Installing executable intero in /home/sv/src/8queens/.stack-work/install/x86_64-linux/lts-13.22/8.6.5/bin