summaryrefslogtreecommitdiff
path: root/.stack-work/logs/unordered-containers-0.2.9.0.log
diff options
context:
space:
mode:
Diffstat (limited to '.stack-work/logs/unordered-containers-0.2.9.0.log')
-rw-r--r--.stack-work/logs/unordered-containers-0.2.9.0.log122
1 files changed, 0 insertions, 122 deletions
diff --git a/.stack-work/logs/unordered-containers-0.2.9.0.log b/.stack-work/logs/unordered-containers-0.2.9.0.log
deleted file mode 100644
index cdc1b08..0000000
--- a/.stack-work/logs/unordered-containers-0.2.9.0.log
+++ /dev/null
@@ -1,122 +0,0 @@
1Configuring unordered-containers-0.2.9.0...
2Preprocessing library for unordered-containers-0.2.9.0..
3Building library for unordered-containers-0.2.9.0..
4[1 of 8] Compiling Data.HashMap.List ( Data/HashMap/List.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/List.o )
5[2 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/Unsafe.o )
6[3 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/Array.o )
7
8Data/HashMap/Array.hs:89:1-9: warning: [-Wmissing-signatures]
9 Top-level binding with no type signature:
10 newArray# :: ghc-prim-0.5.3:GHC.Prim.Int#
11 -> a
12 -> ghc-prim-0.5.3:GHC.Prim.State# d
13 -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #)
14 |
1589 | newArray# = newSmallArray#
16 | ^^^^^^^^^
17
18Data/HashMap/Array.hs:90:1-10: warning: [-Wmissing-signatures]
19 Top-level binding with no type signature:
20 readArray# :: SmallMutableArray# d a
21 -> ghc-prim-0.5.3:GHC.Prim.Int#
22 -> ghc-prim-0.5.3:GHC.Prim.State# d
23 -> (# ghc-prim-0.5.3:GHC.Prim.State# d, a #)
24 |
2590 | readArray# = readSmallArray#
26 | ^^^^^^^^^^
27
28Data/HashMap/Array.hs:91:1-11: warning: [-Wmissing-signatures]
29 Top-level binding with no type signature:
30 writeArray# :: SmallMutableArray# d a
31 -> ghc-prim-0.5.3:GHC.Prim.Int#
32 -> a
33 -> ghc-prim-0.5.3:GHC.Prim.State# d
34 -> ghc-prim-0.5.3:GHC.Prim.State# d
35 |
3691 | writeArray# = writeSmallArray#
37 | ^^^^^^^^^^^
38
39Data/HashMap/Array.hs:92:1-11: warning: [-Wmissing-signatures]
40 Top-level binding with no type signature:
41 indexArray# :: SmallArray# a
42 -> ghc-prim-0.5.3:GHC.Prim.Int# -> (# a #)
43 |
4492 | indexArray# = indexSmallArray#
45 | ^^^^^^^^^^^
46
47Data/HashMap/Array.hs:93:1-18: warning: [-Wmissing-signatures]
48 Top-level binding with no type signature:
49 unsafeFreezeArray# :: SmallMutableArray# d a
50 -> ghc-prim-0.5.3:GHC.Prim.State# d
51 -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallArray# a #)
52 |
5393 | unsafeFreezeArray# = unsafeFreezeSmallArray#
54 | ^^^^^^^^^^^^^^^^^^
55
56Data/HashMap/Array.hs:94:1-16: warning: [-Wmissing-signatures]
57 Top-level binding with no type signature:
58 unsafeThawArray# :: SmallArray# a
59 -> ghc-prim-0.5.3:GHC.Prim.State# d
60 -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #)
61 |
6294 | unsafeThawArray# = unsafeThawSmallArray#
63 | ^^^^^^^^^^^^^^^^
64
65Data/HashMap/Array.hs:95:1-12: warning: [-Wmissing-signatures]
66 Top-level binding with no type signature:
67 sizeofArray# :: SmallArray# a -> ghc-prim-0.5.3:GHC.Prim.Int#
68 |
6995 | sizeofArray# = sizeofSmallArray#
70 | ^^^^^^^^^^^^
71
72Data/HashMap/Array.hs:96:1-10: warning: [-Wmissing-signatures]
73 Top-level binding with no type signature:
74 copyArray# :: SmallArray# a
75 -> ghc-prim-0.5.3:GHC.Prim.Int#
76 -> SmallMutableArray# d a
77 -> ghc-prim-0.5.3:GHC.Prim.Int#
78 -> ghc-prim-0.5.3:GHC.Prim.Int#
79 -> ghc-prim-0.5.3:GHC.Prim.State# d
80 -> ghc-prim-0.5.3:GHC.Prim.State# d
81 |
8296 | copyArray# = copySmallArray#
83 | ^^^^^^^^^^
84
85Data/HashMap/Array.hs:97:1-10: warning: [-Wmissing-signatures]
86 Top-level binding with no type signature:
87 thawArray# :: SmallArray# a
88 -> ghc-prim-0.5.3:GHC.Prim.Int#
89 -> ghc-prim-0.5.3:GHC.Prim.Int#
90 -> ghc-prim-0.5.3:GHC.Prim.State# d
91 -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #)
92 |
9397 | thawArray# = thawSmallArray#
94 | ^^^^^^^^^^
95
96Data/HashMap/Array.hs:98:1-19: warning: [-Wmissing-signatures]
97 Top-level binding with no type signature:
98 sizeofMutableArray# :: SmallMutableArray# d a
99 -> ghc-prim-0.5.3:GHC.Prim.Int#
100 |
10198 | sizeofMutableArray# = sizeofSmallMutableArray#
102 | ^^^^^^^^^^^^^^^^^^^
103
104Data/HashMap/Array.hs:99:1-17: warning: [-Wmissing-signatures]
105 Top-level binding with no type signature:
106 copyMutableArray# :: SmallMutableArray# d a
107 -> ghc-prim-0.5.3:GHC.Prim.Int#
108 -> SmallMutableArray# d a
109 -> ghc-prim-0.5.3:GHC.Prim.Int#
110 -> ghc-prim-0.5.3:GHC.Prim.Int#
111 -> ghc-prim-0.5.3:GHC.Prim.State# d
112 -> ghc-prim-0.5.3:GHC.Prim.State# d
113 |
11499 | copyMutableArray# = copySmallMutableArray#
115 | ^^^^^^^^^^^^^^^^^
116[4 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/UnsafeShift.o )
117[5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/Base.o )
118[6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/Strict.o )
119[7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/Lazy.o )
120[8 of 8] Compiling Data.HashSet ( Data/HashSet.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashSet.o )
121Installing library in /home/sv/.stack/snapshots/x86_64-linux/lts-13.22/8.6.5/lib/x86_64-linux-ghc-8.6.5/unordered-containers-0.2.9.0-BRWkoSTuML1cQdpep6Oin
122Registering library for unordered-containers-0.2.9.0..