summaryrefslogtreecommitdiff
path: root/.stack-work/logs/unordered-containers-0.2.9.0.log
blob: cdc1b08eb2de7befc8b534dd66093a8eb65ad4e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
Configuring unordered-containers-0.2.9.0...
Preprocessing library for unordered-containers-0.2.9.0..
Building library for unordered-containers-0.2.9.0..
[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 )
[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 )
[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 )

Data/HashMap/Array.hs:89:1-9: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      newArray# :: ghc-prim-0.5.3:GHC.Prim.Int#
                   -> a
                   -> ghc-prim-0.5.3:GHC.Prim.State# d
                   -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #)
   |
89 | newArray# = newSmallArray#
   | ^^^^^^^^^

Data/HashMap/Array.hs:90:1-10: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      readArray# :: SmallMutableArray# d a
                    -> ghc-prim-0.5.3:GHC.Prim.Int#
                    -> ghc-prim-0.5.3:GHC.Prim.State# d
                    -> (# ghc-prim-0.5.3:GHC.Prim.State# d, a #)
   |
90 | readArray# = readSmallArray#
   | ^^^^^^^^^^

Data/HashMap/Array.hs:91:1-11: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      writeArray# :: SmallMutableArray# d a
                     -> ghc-prim-0.5.3:GHC.Prim.Int#
                     -> a
                     -> ghc-prim-0.5.3:GHC.Prim.State# d
                     -> ghc-prim-0.5.3:GHC.Prim.State# d
   |
91 | writeArray# = writeSmallArray#
   | ^^^^^^^^^^^

Data/HashMap/Array.hs:92:1-11: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      indexArray# :: SmallArray# a
                     -> ghc-prim-0.5.3:GHC.Prim.Int# -> (# a #)
   |
92 | indexArray# = indexSmallArray#
   | ^^^^^^^^^^^

Data/HashMap/Array.hs:93:1-18: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      unsafeFreezeArray# :: SmallMutableArray# d a
                            -> ghc-prim-0.5.3:GHC.Prim.State# d
                            -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallArray# a #)
   |
93 | unsafeFreezeArray# = unsafeFreezeSmallArray#
   | ^^^^^^^^^^^^^^^^^^

Data/HashMap/Array.hs:94:1-16: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      unsafeThawArray# :: SmallArray# a
                          -> ghc-prim-0.5.3:GHC.Prim.State# d
                          -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #)
   |
94 | unsafeThawArray# = unsafeThawSmallArray#
   | ^^^^^^^^^^^^^^^^

Data/HashMap/Array.hs:95:1-12: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      sizeofArray# :: SmallArray# a -> ghc-prim-0.5.3:GHC.Prim.Int#
   |
95 | sizeofArray# = sizeofSmallArray#
   | ^^^^^^^^^^^^

Data/HashMap/Array.hs:96:1-10: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      copyArray# :: SmallArray# a
                    -> ghc-prim-0.5.3:GHC.Prim.Int#
                    -> SmallMutableArray# d a
                    -> ghc-prim-0.5.3:GHC.Prim.Int#
                    -> ghc-prim-0.5.3:GHC.Prim.Int#
                    -> ghc-prim-0.5.3:GHC.Prim.State# d
                    -> ghc-prim-0.5.3:GHC.Prim.State# d
   |
96 | copyArray# = copySmallArray#
   | ^^^^^^^^^^

Data/HashMap/Array.hs:97:1-10: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      thawArray# :: SmallArray# a
                    -> ghc-prim-0.5.3:GHC.Prim.Int#
                    -> ghc-prim-0.5.3:GHC.Prim.Int#
                    -> ghc-prim-0.5.3:GHC.Prim.State# d
                    -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #)
   |
97 | thawArray# = thawSmallArray#
   | ^^^^^^^^^^

Data/HashMap/Array.hs:98:1-19: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      sizeofMutableArray# :: SmallMutableArray# d a
                             -> ghc-prim-0.5.3:GHC.Prim.Int#
   |
98 | sizeofMutableArray# = sizeofSmallMutableArray#
   | ^^^^^^^^^^^^^^^^^^^

Data/HashMap/Array.hs:99:1-17: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      copyMutableArray# :: SmallMutableArray# d a
                           -> ghc-prim-0.5.3:GHC.Prim.Int#
                           -> SmallMutableArray# d a
                           -> ghc-prim-0.5.3:GHC.Prim.Int#
                           -> ghc-prim-0.5.3:GHC.Prim.Int#
                           -> ghc-prim-0.5.3:GHC.Prim.State# d
                           -> ghc-prim-0.5.3:GHC.Prim.State# d
   |
99 | copyMutableArray# = copySmallMutableArray#
   | ^^^^^^^^^^^^^^^^^
[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 )
[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 )
[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 )
[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 )
[8 of 8] Compiling Data.HashSet     ( Data/HashSet.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashSet.o )
Installing 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
Registering library for unordered-containers-0.2.9.0..