The build succeeded. 0 test suites succeeded, 0 failed.

Build log

> /tmp/stackage-build2452$ stack unpack unordered-containers-0.2.9.0@sha256:124a5241860711a0e5c10e94d8aec8a127f0094df7a537cc1786e198d7571dfe
Unpacked unordered-containers-0.2.9.0 to /tmp/stackage-build2452/unordered-containers-0.2.9.0/
> /tmp/stackage-build2452/unordered-containers-0.2.9.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
[1 of 1] Compiling Main             ( Setup.hs, Setup.o )
Linking Setup ...
> /tmp/stackage-build2452/unordered-containers-0.2.9.0$ ./Setup configure --package-db=clear --package-db=global --package-db=/home/circleci/project/builds/nightly/pkgdb --libdir=/home/circleci/project/builds/nightly/lib --bindir=/home/circleci/project/builds/nightly/bin --datadir=/home/circleci/project/builds/nightly/share --libexecdir=/home/circleci/project/builds/nightly/libexec --sysconfdir=/home/circleci/project/builds/nightly/etc --docdir=/home/circleci/project/builds/nightly/doc/unordered-containers-0.2.9.0 --htmldir=/home/circleci/project/builds/nightly/doc/unordered-containers-0.2.9.0 --haddockdir=/home/circleci/project/builds/nightly/doc/unordered-containers-0.2.9.0
Configuring unordered-containers-0.2.9.0...
> /tmp/stackage-build2452/unordered-containers-0.2.9.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/unordered-containers-0.2.9.0$ ./Setup build
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, dist/build/Data/HashMap/List.o )
[2 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.o )
[3 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/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, dist/build/Data/HashMap/UnsafeShift.o )
[5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, dist/build/Data/HashMap/Base.o )
[6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o )
[7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o )
[8 of 8] Compiling Data.HashSet     ( Data/HashSet.hs, dist/build/Data/HashSet.o )
> /tmp/stackage-build2452/unordered-containers-0.2.9.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/unordered-containers-0.2.9.0$ ./Setup copy
Installing library in /home/circleci/project/builds/nightly/lib/x86_64-linux-ghc-8.7.20181122/unordered-containers-0.2.9.0-5NHJLnLH3k73qezOFgqr09
> /tmp/stackage-build2452/unordered-containers-0.2.9.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/unordered-containers-0.2.9.0$ ./Setup register
Registering library for unordered-containers-0.2.9.0..